SumUpSDK.iOS 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SumUpSDK.iOS --version 1.0.0
                    
NuGet\Install-Package SumUpSDK.iOS -Version 1.0.0
                    
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="SumUpSDK.iOS" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SumUpSDK.iOS" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SumUpSDK.iOS" />
                    
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 SumUpSDK.iOS --version 1.0.0
                    
#r "nuget: SumUpSDK.iOS, 1.0.0"
                    
#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 SumUpSDK.iOS@1.0.0
                    
#: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=SumUpSDK.iOS&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SumUpSDK.iOS&version=1.0.0
                    
Install as a Cake Tool

SumUp mPOS SDK - Xamarin iOS

Platform

Getting started

Import the SDK

Authenticate app

Before calling any additional feature of the SumUp SDK, you are required to set up the SDK with your Affiliate (Access) Key:

You need to get Access token string from your provider.

Then you Login with received token

SMPSumUpSDK.LoginWithToken(token, null);

Rest of information on how to work with library please go to SumUp original documentation at

https://github.com/sumup/sumup-ios-sdk/blob/master/README.md

Current Binding library comes as it is and I do not hold any credit no support in case any problems.

Original binding project I am using to create bindings could be found here. Feel free to download and modify is required:

https://github.com/danilkurkin1/SumUpSDKBinding

License

SumUp iOS SDK License

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.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
1.0.1 618 8/30/2022
1.0.0 493 10/18/2021

This is binding library for SumUp being supported on xamarin project