-
Notifications
You must be signed in to change notification settings - Fork 3
Push campaign not received #35
Comments
@DinaMMorad Android 12 & 13 changed many Notification policies. These may be the reasons why you did not receive the notification on devices that run on newer Android platforms. Flurry SDK 14.2.0 resolved these issues on these newer Android platforms. Please upgrade Flurry SDK to see whether it resolves your issues or not. https://developer.yahoo.com/flurry/docs/releasenotes/android/
All add the post notification permission to the manifest file: (required by Android 13) |
@poting-oath I'm using version 14.2.0 and I've got POST_NOTIFICATIONS permission but didn't receive notification on android 13 device although I received it with android 10 device |
@poting-oath also I added user property and sent notification to it but didn't receive that notification I wanted to target all users using english language with a notification I sent notification but all devices that has this userproperty didn't receive this notification |
@DinaMMorad Though the Android developer docs say "recommended" to add
And in your app, do use
|
@DinaMMorad @poting-oath I'm seeing the same issue. push notification works with test device token but if I start a campaign, it is not received. Did you find any solution? |
@raghuriyaz Do you add permission |
when I send push campaign to test device token it works but when I start campaign I don't receive the notification
The text was updated successfully, but these errors were encountered: