0

i want to build android project with delphi xe5,i want to use google cloud messanging (gcm) for push notification, but i cant create google api key (sha1 fingerprint).. Anyone can help me?

1 Answers1

0

You may follow the steps listed below to Create API key for GCM:

Go to: http://developer.android.com/guide/google/gcm/gs.html

  • Login with a Google account
  • Click 'Create project'
  • When you get to a page with a left side nav, make sure 'Services' is selected
  • Turn 'Google Cloud Messaging for Android' ON
  • Click on the 'Google Cloud Messaging for Android' link
  • Click on the 'API access' link in the left navigation
  • You should now be able to create a new server or browser key by clicking corresponding button

You may also use the Official Google Documentation for GCM as your reference in creating Cloud Messging: https://developers.google.com/cloud-messaging/http-server-ref

Android Enthusiast
  • 4,826
  • 2
  • 15
  • 30