Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.63 KB

Xamarin.Stripe.Terminal.iOS

NuGet

Stripe Terminal iOS SDK Bindings for Xamarin.iOS

Installation

Using the .NET Core command-line interface (CLI) tools:

dotnet add package Xamarin.Stripe.Terminal.iOS

Using the NuGet Command Line Interface (CLI):

nuget install Xamarin.Stripe.Terminal.iOS

Using the Package Manager Console:

Install-Package Xamarin.Stripe.Terminal.iOS

From within Visual Studio:

  1. Open the Solution Explorer.
  2. Right-click on a project within your solution.
  3. Click on Manage NuGet Packages...
  4. Click on the Browse tab and search for "Xamarin.Stripe.Terminal.iOS".
  5. Click on the Xamarin.Stripe.Terminal.iOS package, select the appropriate version in the right-tab and click Install.

Documentation

For any requests, bug or comments, please open an issue or submit a pull request.