TapResearch iOS SDK v3.6.0--rc3
For additional information, please see the TapResearch iOS SDK integration guide.
Create an app and grab your API Token.
Add the following URL in the Xcode Swift Package Manager:
https://github.com/TapResearch/TapResearch-iOS-SDK
- Set Dependency Rule to "Exact Version"
- Set the version value to 3.6.0--rc3
- 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".
Add the pod info to the app's Podfile
pod 'TapResearch', 3.6.0--rc3'
Then run the following command:
$ pod install
TapResearch Android SDK integration guide