Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting push notification on Android os version 13 #23

Open
tara-singh-danu opened this issue May 11, 2023 · 0 comments
Open

Not getting push notification on Android os version 13 #23

tara-singh-danu opened this issue May 11, 2023 · 0 comments

Comments

@tara-singh-danu
Copy link

tara-singh-danu commented 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

@tara-singh-danu 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant