Reputation: 4279
I am implementing push notification in my app. It was working fine. Right now i am testing this on my development profile. After few times i send push notification to my device, server stops sending any more push notification. I tried searching but can't find anything about the limit. How many times can we send push notification to a particular device token on development as well as distribution profile?
Upvotes: 1
Views: 270
Reputation: 247
Push notification message size is 256 bytes or below you can send notification number of times .
Upvotes: 1