-
Notifications
You must be signed in to change notification settings - Fork 678
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
GCM-DMM : broadcast intent callback: result=CANCELLED #834
Comments
xiaomi has app notification permission in its setting, make sure you turn that on. |
@evollu I have all permission granted for my app and it still isnt working. Any other idea? |
can you reproduce it with example app? |
Yes, Ill try to do it. Are you using C2DM in Here is my Thank you for your help! :)
|
seems right to me. |
@evollu I just tried it on a google pixel in the emulator and it works fine. Seems to be an issue with phones running MIUI. Thank you for your time!! |
I have the same error on my Nexus 5X. I'll try to debug this somehow.. |
@wmonecke it's a problem with autostart I think, this permission is different from the app permissions. I created a library exactly for this Autostarter. This issue only occurs on non stock android phones. |
I have this problem on Meizu m1 note |
@judemanutd is This help you? Any solution for Meizu? |
try this
|
@pahnpiseth what this? Where is answer? |
@KORuL i'm edited. |
@pahnpiseth Wow Thank you so much. you help me a lot. i stuck for a week for that problem with oppo android o. |
I can receive FCM Remote push notification when I boot my phone and actually open the app. I receive the notifications if the app is in the foreground or background as expected. However, I expect to also receive the push notifications if the user has not yet opened the app. I do not receive these notifications, in other words, when the app is killed or has not yet been opened.
In my logcat I see the following error:
After googling I came across this question.
It suggests, that in the AndroidManifest.xml something is missing to register these FCM events, but I thought the steps in the READ.ME would cover this scenario.
Any ideas??
I am running on an actual android device for testing (Xiaomi Mi Mix) and I do receive remote PN from other apps (WhatsApp, etc.).
The text was updated successfully, but these errors were encountered: