You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
tara-singh-danu
changed the title
Not getting push notification on ANdroid os version 13
Not getting push notification on Android os version 13
May 11, 2023
My application is not receiving push notifications when the Android os version is 13.
using below libraries
"react": "18.2.0",
"react-native": "0.71.7",
"localytics-react-native": "^3.2.8",
And in android
compileSdkVersion = 33
targetSdkVersion = 33
maven { url 'https://maven.localytics.com/public' }
and in app build gradle added below dependencies
implementation platform('com.google.firebase:firebase-bom:28.4.1')
implementation 'com.google.firebase:firebase-messaging'
Manifest file
Added
In react-native I have added push notification permission check.
In earlier Android os version I am getting push notifications.
@deRonbrown @Mriegel @kbataran @abashyam
The text was updated successfully, but these errors were encountered: