AmwalPaySDK is a powerful payment processing SDK for iOS applications that enables seamless integration of payment functionality. This SDK supports various payment methods including NFC, Card Wallet, and Apple Pay transactions.
Requirements #
- iOS 15.0 or later
- Xcode 13.0 or later
- CocoaPods
Installation #
- Add the following line to your Podfile:
# For development
pod 'amwalsdk'
# For release/archive builds
pod 'amwalsdk/Release'
Run the following command in your terminal:
pod install
Open your .xcworkspace
file (not the .xcodeproj
file)