TapResearch 3.2.3

TapResearch 3.2.3

TestsTested
LangLanguage Obj-CObjective C
License Unknown
ReleasedLast Release Feb 2024

Maintained by Ilan Caspi, Jeroen Verbeek.



  • By
  • Jeroen Verbeek

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

TapResearch Unity SDK integration guide

TapResearch JavaScript SDK integration guide