I have an android app and I am using GCM. I will upgrade it to FCM. But for now, How many times can I send high priority GCM, or for the sake of it FCM so that it can do some network requests in an hour.
Asked
Active
Viewed 126 times
-1
-
Down voting must be followed by the reason. It does not help me if you just downvote it without the reason. I want to improve too. – Kanika Dec 01 '17 at 17:31
1 Answers
0
If you are referring to Downstream messages, there is no limit on how many messages you could send regardless of it's priority
.
I noticed that you added the android-doze tag in your question. For some devices, it is possible that some requests will be postponed or dropped until such time that the app exits doze mode, similarly to what happens when the app is in background and/or killed state (see here).

AL.
- 36,815
- 10
- 142
- 281