You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
I have an app to map the invalid reg tokens in our database.I am using dry run option to find out the same.When i do a double check on already processed invalid tokens, The tokens which are declared as invalid by the api before seems to be canonical regtokens.Can i rely on dryrun option to know the invalid ones? Is this mismatch is expected? My app runs once in every day.
I have an app to map the invalid reg tokens in our database.I am using dry run option to find out the same.When i do a double check on already processed invalid tokens, The tokens which are declared as invalid by the api before seems to be canonical regtokens.Can i rely on dryrun option to know the invalid ones? Is this mismatch is expected? My app runs once in every day.
i am doing a http post call to [android.googleapis.com/gcm/send] with body as { "collapse_key": "demo", "dryRun":true, "time_to_live": 0, "delay_while_idle": false, "data": { "openapp":"false","psinterval":0,"rurl":"http://www.yahoo.com","nicon":"https://s3-ap-southeast-1.amazonaws.com/qa-mmxpushnotificationimg/55560/icon.gif","title":"Type 2 New","message":"Hello MMX","ntype":"2","cid":"55560" }, "registration_ids":["APA91bFMTaIi93TgID2hoT8MAhxmhq_bZDN3R9tX...."] }
The text was updated successfully, but these errors were encountered: