Is there limit of android gcm push notification [duplicate]
Asked Answered
L

2

4

Is there is any limit of android gcm push notification ?

Actually I am getting message that your GCM subscription expired with device ID: ..............

I have send just 1000 messages only.

Now how to registered the same device again with same sender and application.

Landon answered 27/2, 2013 at 9:13 Comment(1)
H
5

No there is no limit as @Pals pointed out but there is a limit on the number of recipients per message. You can send out a message to 1000 users at a time, so if you have more users you'll have to send the message multiple times from your server but to different users each time.

Hogfish answered 27/2, 2013 at 9:44 Comment(2)
Is it true that i am not able to receive any message of push Notification as there was more than 1000 Installs by User.Indention
maybe you can help me, please see #34826665Angara
M
0

Your first question: There is no limits.

Your seconds question: Unlike IOS, in android the registration_id will expire for certain reason. (e.g. re-install the app) To be safe, you should update the id to your push server everytime the app starts.

Mabelmabelle answered 27/2, 2013 at 9:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.