MiA - EASY iOS SDK v1.5.0
+MiA - Nets EASY iOS SDK v1.6.0
- +Getting started
-MiA - Easy iOS SDK is a library which facilitates the integration of the Easy Re-direct Checkout in your iOS application.
+MiA - Nets Easy iOS SDK is a library which facilitates the integration of the Nets Easy Re-direct Checkout in your iOS application.
-Detailed documentation can be found here.
+Detailed documentation can be found here.
Additional resources:
- Nets Easy technical documentation can be found here.
- Nets Easy API documentation can be found here. -
- Easy - Android SDK can be found here. +
- Nets Easy - Android SDK can be found here.
Sample Project
-We have provided a sample project, MiaSample, in the repository which is written in Swift 4.2 and it demonstrates MiA EASY SDK usage and capabilities. To use it, download the repo, run pod install to download the required libraries and open MiaSample.xcworkspace. After that, navigate to API.swift to add your provided information from Easy platform.
+We have provided a sample project, MiaSample, in the repository which is written in Swift 4.2 and it demonstrates MiA Nets EASY SDK usage and capabilities. To use it, download the repo, run pod install to download the required libraries and open MiaSample.xcworkspace. After that, navigate to API.swift to add your provided information from Nets Easy platform.
Requirements
-
@@ -147,7 +147,7 @@
Add the following line to your Cartfile
-github "nets-ecom/Easy-iOS-SDK" +
github "nets-ecom/Nets-Easy-iOS-SDK"
Run
carthage update
to get Mia SDKNavigate to Carthage/Builds/iOS for
Mia.framework
@@ -158,14 +158,14 @@ - Download/clone this https://github.com/nets-ecom/Easy-iOS-SDK.git to get Mia.framework +
- Download/clone this https://github.com/nets-ecom/Nets-Easy-iOS-SDK.git to get Mia.framework
- In your project TARGET, navigate to GENERAL
- Drag and drop
Mia.framework
to Embedded Binaries - In any file you’d like to use Mia in, do not forget to import the framework with
import Mia
Carthage
Carthage
Manual
-
-
Xcode 11+ users can now replace Mia.framework in Xcode-Targets Frameworks, Libraries and Embedded Contents with Mia.XCFramework for iOS and iOS Simulator architectures.
-High level architecture of the Easy SDK
+High level architecture of the Nets Easy SDK
The below picture illustrates the SDK and its interactions with the macro components of the integration’s environment.
@@ -253,7 +253,7 @@