TapResearch-iOS-SDK
TapResearch iOS SDK v3.0.0-beta3
For additional information, please see the TapResearch iOS SDK integration guide.
Setup
Create an app and grab your API Token.
Download
Swift Package Manager
Add the following URL in the Xcode Swift Package Manager:
https://github.com/TapResearch/TapResearch-iOS-SDK
- Set Dependency Rule to "Exact Version" or "Up to Next Major Version"
- Set the verrsion value to 3.0.0-beta3
- Set "Add to Project" to your project
- Click "Add Package"
In the resulting "Choose Package Product for TapResearch-iOS-SDK" select the TapResearchSDK row and click "Add Package".
Cocoapods
Add the pod info to the app's Podfile
pod 'TapResearch', '3.0.0-beta3'
Then run the following command:
$ pod install
Other platforms:
TapResearch Android SDK integration guide