SwiftBindings.Stripe.UICore 26.4.2

dotnet add package SwiftBindings.Stripe.UICore --version 26.4.2
                    
NuGet\Install-Package SwiftBindings.Stripe.UICore -Version 26.4.2
                    
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="SwiftBindings.Stripe.UICore" Version="26.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwiftBindings.Stripe.UICore" Version="26.4.2" />
                    
Directory.Packages.props
<PackageReference Include="SwiftBindings.Stripe.UICore" />
                    
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 SwiftBindings.Stripe.UICore --version 26.4.2
                    
#r "nuget: SwiftBindings.Stripe.UICore, 26.4.2"
                    
#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 SwiftBindings.Stripe.UICore@26.4.2
                    
#: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=SwiftBindings.Stripe.UICore&version=26.4.2
                    
Install as a Cake Addin
#tool nuget:?package=SwiftBindings.Stripe.UICore&version=26.4.2
                    
Install as a Cake Tool

SwiftBindings.Stripe.UICore

Native Swift interop bindings for StripeUICore — the shared UI building-block module of the Stripe iOS SDK. It hosts form fields, theming primitives, and view utilities consumed by StripePaymentSheet, StripePaymentsUI, StripeConnect, StripeIdentity, StripeIssuing, and StripeFinancialConnections. These are not Objective-C proxy wrappers — they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.

📖 Full usage guide → — where StripeUICore sits in the Stripe package map, and the packages that consume it.

You should not install this package directly. It is pulled in automatically as a transitive dependency by every public Stripe binding package that consumes it (StripePaymentSheet, StripePaymentsUI, StripeConnect, StripeIdentity, StripeIssuing, StripeFinancialConnections), so NuGet resolves it for you. It exists as a standalone NuGet only so its binary can be shared across siblings without duplication. Reference it explicitly (dotnet add package SwiftBindings.Stripe.UICore) only if you are intentionally calling StripeUICore symbols from your own code.

Requirements

  • .NET 10.0+
  • iOS 15.0+
  • macOS host for development

Usage

using StripeUICore;

// The package's primary role is to be loaded as a dependency of sibling
// Stripe packages. Direct construction of UI primitives from C# is not the
// intended use — see Caveats below.
var moduleType = typeof(Functions);

Documentation

Caveats

Stripe ships StripeUICore as part of their iOS SDK but documents it as @_spi/internal. They reserve the right to break its API in any release. Consequently, almost every public type in this module is suppressed at binding-generation time as ModuleInternal and is not exposed to C#. If you depend on StripeUICore types directly, expect churn — re-evaluate against the public Stripe modules first.

How It Works

These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.

License

The bindings are MIT licensed. The Stripe iOS SDK is MIT licensed — see Stripe's license.

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

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SwiftBindings.Stripe.UICore:

Package Downloads
SwiftBindings.Stripe.PaymentSheet

.NET bindings for the StripePaymentSheet Swift library

SwiftBindings.Stripe.PaymentsUI

.NET bindings for the StripePaymentsUI Swift library

SwiftBindings.Stripe

.NET bindings for the Stripe Swift library

SwiftBindings.Stripe.Connect

.NET bindings for the StripeConnect Swift library

SwiftBindings.Stripe.Identity

.NET bindings for the StripeIdentity Swift library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.4.2 88 8/5/2026
26.4.1 95 7/31/2026
26.0.0 123 6/27/2026
25.17.1 113 6/15/2026
25.17.0 122 6/11/2026
25.16.0 127 6/1/2026
25.15.0 108 5/19/2026
25.11.0 109 5/3/2026