This document will cover integration steps for iOS side of your ReactNative application.
Install Package.
pod update
inside ios folder.Adding Swift support and Bridge header
Project Settings --> Build Settings --> Swift Language Version
(attached image). If entry is present, you already have swift support in your project.
Next
button.
Create Bridge Header
.
Inside PodFile change iOS platform version to 13 or greater if it's less than 13.
Run pod install from inside iOS folder.
Update the Target
AppDelegate changes
didFinishLaunchingWithOptions
method, just before last returning line. Refer any one of code snippet below based on your projects AppDelegate file language.Replace workspace_key and workspace_secret
workspace_key
and workspace_secret
with your workspace values. You will get both the tokens from Settings -> API Keys in SuprSend dashboard.