android - Does any need to change API key while using GCM 3.0 Instance ID API? -
currently integrating gcm 3.0
new registration process push notification using instanceid api
.
before using gcm 2.0 register()
method push notifications , have created project on google developer console , created server api key
sending push notification device
so migrating gcm 3.0
referring link. while generating configuration file asks 2 things:
- choose existing project or create project
- package name of application
by providing these 2 details auto generate new server api key
have created api key
before that.
so there need change old api key
new api key
or stick old api key
?
no, can use old api key.
as new process new skin building api key , sender-id.
Comments
Post a Comment