SDK: React Native
Step 1: Import the PushSDK Library
yarn add @pushly/push-sdk-react-nativenpm install --save @pushly/push-sdk-react-nativeStep 2: Android Setup
Step 2.1: Gradle
buildscript {
...
dependencies {
...
classpath 'com.google.gms:google-services:4.3.13'
}
}android {
compileSdk 36
...
defaultConfig {
...
minSdk 24
targetSdk 34
}
}
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
