enablePush
to true
during SDK initialization. More details about SDK initialization can be found
here
AndroidManifest.xml
. This allows the app to receive push notificationsFirebaseMessagingService
) for handling push tokens,
SDK needs to be notified of the new token and any push notification received from Castled platform.
Folow these instructions
if you already have a FirebaseMessagingService
registered.skipUrlHandling
to
true
in the SDK configs during initialization.