Wednesday 15 February 2012

iOS client id for App-Engine push notification -



iOS client id for App-Engine push notification -

i trying utilize sample code comes google paper on orchestrating ios force notifications on google cloud platform. in configuration.java file there next line:

public static final string client_id = "<!!! insert client id ios here !!!>";

where find client id ios? , there anywhere else should go? such in client?

you can create client id ios on google developer console. go "credentials", click on "create new key" under "public api access"

then click on "ios key":

and then, documentation's section : documentation on api key, understand key used bi-directionnal communication between server , client app.

ios google-app-engine push-notification apple-push-notifications

No comments:

Post a Comment