Installation
1
Open your Flutter project’s pubspec.yaml file
Add following line of code inside dependencies in pubspec.yaml file
2
Run flutter pub get in the terminal
3
Changes in PodFile and Run pod
SuprSend SDK can be installed in iOS platform version >= 13. Check version in PodFile and upgrade it by running pod install inside iOS folder.
4
Change iOS Deployment Target
SuprSend SDK needs an iOS deployment target >= 11. Open your project in Xcode(project > ios > project.xcworkspace) and update the target.

Initialization
Import Suprsend iOS SDK into your application. InAppDelegate
, add the below code inside didFinishLaunchingWithOptions
method, just before returning.
WORKSPACE KEY
and WORKSPACE SECRET
with values linked to your account. You’ll find this in SuprSend dashboard (Developers -> API Keys) page.