SDK: Flutter
Step 1: Import the PushSDK Plugin
flutter pub add pushly_pushsdkStep 2: Android Setup
Step 2.1: Gradle
buildscript {
...
dependencies {
...
classpath 'com.google.gms:google-services:4.3.13'
}
}android {
compileSdk 33
...
defaultConfig {
...
targetSdk 33
}
}
apply plugin: 'com.google.gms.google-services'Step 2.2: Google Services
Step 3: iOS Setup
Step 3.1: Install Pods
Step 3.2: Add Notification Service Extension


Step 3.3: Add the Pushly Dependency to the Service Extension
Step 3.4: Update the Service Extension
Step 3.4: Add Capabilities to Primary Application Target



Step 3.5: Add Capabilities to The Notification Service Extension
Step 4: SDK Initialization
Next Steps
Last updated
