php - Google Cloud Messaging changes to registration process -


last week google cloud messaging introduced instance id's , token id's.

i wondering if has attempted decipher new arrangement.

if so, , know these basic questions, can please tell me:

  1. the gcm url use obtain instance id's , token id's;

  2. whether still require registration id [from reading appears not];

  3. if submit string gcm url retrieve information required syntax - or, alternatively, required syntax in php;

i forward assistance.

thank you.

  1. you instance id , token on client, using library; don't think expose url this. since you've included android tag assume client android, here reference api's want. note these implemented in google play services 7.5.

  2. it seems need token retrieved on client gcm authorization.

  3. not sure mean (and don't know php) think server side api/syntax should remain same other use new token instead of old registration id, , there new features (eg. sending topics). details are here.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -