android-push-notification

Android GCM Push notifications not received on some latest OS (Oreo and Pie)

纵饮孤独 提交于 2019-12-13 02:27:28
问题 We're using GCM for push notification for our app with target release to 26. But on some devices with OS(Oreo and Pie) notifications are not received. We have implemented push notification channels as well.For mostly users it worked but some users face this issue. Details: Play services GCM version: 11.0.4 compileSdkVersion 26 targetSdkVersion 26 Any help would be appreciated. Thanks 来源: https://stackoverflow.com/questions/54017617/android-gcm-push-notifications-not-received-on-some-latest-os

Receive a notification issue and open a fragment

核能气质少年 提交于 2019-12-11 11:55:22
问题 I am working on application notification when a user receives a friend request notification and clicks on the notification the application has to redirect him to the user profile who have sent the request. I am facing more than a problem: first, if the application running in the background the receiver can receive a notification, but if the application is running, the receiver application crash after the sender sends a notification and it doesn't show the notification. the second problem is

Cannot resolve method 'setPushNotificationsRegistrationId(java.lang.String)' for Facebook Push Notifications

混江龙づ霸主 提交于 2019-12-08 10:12:06
问题 I am implementing push notifications in Android with Firebase Cloud Messaging, and I am implementing Facebook Push Notifications and Facebook In-App Notifications too. I am following the instructions at https://developers.facebook.com/docs/push-notifications/android to set up Push Campaigns for Android. I already completed the instructions at https://firebase.google.com/docs/cloud-messaging/android/client for setting up a Firebase Cloud Messaging Client App on Android. This is the content of

Some Oreo devices are not getting Push Notification

时光总嘲笑我的痴心妄想 提交于 2019-11-27 19:51:58
Samsung S8/S5/J2/Note3 are getting Firebase Push Notification successfully either app is killed, in background or foreground, but Infinix Note 5 (Android One- Oreo) and Oppo F9(Oreo) are not getting push notification if app is killed, they work fine if app is in background or foreground. I went through a lot of articles, this and this , mentions that Chinese phones haves this problem, and there are some work around from user side to make these notification work on their phones. but i want to know if anything is possible from development side to make notification work on each and every android

Some Oreo devices are not getting Push Notification

旧城冷巷雨未停 提交于 2019-11-26 20:00:44
问题 Samsung S8/S5/J2/Note3 are getting Firebase Push Notification successfully either app is killed, in background or foreground, but Infinix Note 5 (Android One- Oreo) and Oppo F9(Oreo) are not getting push notification if app is killed, they work fine if app is in background or foreground. I went through a lot of articles, this and this, mentions that Chinese phones haves this problem, and there are some work around from user side to make these notification work on their phones. but i want to