The TapPay iOS SDK is open source, and provided by the following methods
Please refer to the example page tappay-ios-example
a. Download the TPDirect.xcframework.zip from releases page and unzip it
b. Drag TPDirect.xcframework to the "Frameworks, Libraries and Embedded Content" section of the General settings in your Xcode project. Make sure to select Copy items if needed.
a. Follow the steps of the image to add a new package dependency
b. Enter https://github.com/TapPay/tappay-ios-sdk.git as the repository URL and set it as master branch
c. Click add package
d. If the installation is success, then the package will appear in the side menu, and you can use the SDK by adding "@import TPDirect;"
TapPay has discontinued support for updating the iOS SDK through CocoaPods.
If you have previously installed the tappay-ios-sdk using CocoaPods, the SDK may still be available in your local CocoaPods repo.
You can check if the SDK is still present by running pod repo list
.
To remove the SDK, use the command pod repo remove tappay-tappay-ios-sdk.