Installation
Open your Flutter project’s pubspec.yaml file
Add following line of code inside dependencies in pubspec.yaml file
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.
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.
