plugin.howitzergames.storekit2 10.0.30

dotnet add package plugin.howitzergames.storekit2 --version 10.0.30
                    
NuGet\Install-Package plugin.howitzergames.storekit2 -Version 10.0.30
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="plugin.howitzergames.storekit2" Version="10.0.30" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="plugin.howitzergames.storekit2" Version="10.0.30" />
                    
Directory.Packages.props
<PackageReference Include="plugin.howitzergames.storekit2" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add plugin.howitzergames.storekit2 --version 10.0.30
                    
#r "nuget: plugin.howitzergames.storekit2, 10.0.30"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package plugin.howitzergames.storekit2@10.0.30
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=plugin.howitzergames.storekit2&version=10.0.30
                    
Install as a Cake Addin
#tool nuget:?package=plugin.howitzergames.storekit2&version=10.0.30
                    
Install as a Cake Tool

Overview

This is a C# binding project that binds to an xcode project that wrapped swift from StoreKit v2 API from Apple in ObjC.

This project has no affiliation with Microsoft, the Maui/Xamarin teams, or Apple.

Microsoft's current recommendation to iOS.NET developers is that they should write their own bindings using this slim binding demo project: https://github.com/Redth/DotNet.Platform.SlimBindings

Adding the Project

dotnet add package plugin.howitzergames.storekit2

Notes

StoreKit Apple SDK and NuGet Releases

SDK Name SDK Version NuGet Package Version
plugin.howitzergames.storekit2 10.0.30 10.0.30

Nuget.org

NuGet

Troubleshooting

NuGet package consumption

Ensure proper Condition in .csproj for iOS / MacCatalyst:

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0-ios' OR '$(TargetFramework)' == 'net10.0-maccatalyst'">
  <PackageReference Include="plugin.howitzergames.storekit2" Version="10.0.30" />
</ItemGroup>

Contributing

To reproduce this package and make improvements, see MacBuildNotes.md.

Release Notes:

  • Version 10.0.30:

    • Update C# bindings to address the updates to the xcframework (see below).
    • Updated xcframework to be runtime safe.
      • Removed/commented all @available attributes to prevent runtime crashes and ensure backwards compatability back to iOS 15.0.
      • Added runtime safety checks to all @available methods and classes to ensure functionality is the same.
      • Added fallback behaviors for methods and classes that are not available on older iOS versions.
  • Version 10.0.20:

    • Removed old reference names.
  • Version 10.0.10:

    • Initial build of StoreKit2 framework.
Product Compatible and additional computed target framework versions.
.NET net10.0-ios26.0 is compatible.  net10.0-maccatalyst26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-ios26.0

    • No dependencies.
  • net10.0-maccatalyst26.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.30 92 3/4/2026
10.0.20 100 1/27/2026