Gcm Get Invalid Tokens When Sending To Multiple Devices At Once
I'm trying to remove invalid GCM Tokens from my database after they failed in a broadcast request. I send it via: payload = { 'registration_ids': gcm_keys,
Solution 1:
The response body's results parameter should have an array of objects that are listed in the same order as the request. Please refer here.
Post a Comment for "Gcm Get Invalid Tokens When Sending To Multiple Devices At Once"