Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I cannot receive push in some device (example samsung) sometimes
I use firebase in my project but it not receive push again
What points exist in use push notification?

What I have tried:

use push notification in all device without no receiving push
Posted
Updated 13-Apr-17 1:32am
Comments
Nick_3141592654 13-Apr-17 10:10am    
You're going to have to provide a lot more information than you have. E.g. Are you pushing to an app that you have developed, if so your manifest is worth sharing along with some detail about how you've implemented the push receiver. What's doing the push - another app of yours or something else, running on what? You imply that it does work with some specific hardware, if so, you should think hard about what may be different about that - e.g. Android versions? Permissions have tightened progressively over time and especially since Android-21 (Lollipop).

You should always always check your manifest first when code appears to behave but expected results don't happen.

Also, get a log (adb logcat) and filter it for some obvious keywords ("push" springs to mind) and more specifically for the push intent that should be present.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900