Push Notification service for android app not published on google play -


We have an Android app, which is not published on Google Play, to download APK only on our own website has been issued. / P>

Recently we want to include Google Cloud Services to enable push notifications, and we are thinking that is it possible to do this for the unpublished app?

Thanks

This is very possible.

Either Urban Air Force or ... Ol>

  • Visit your Developer Console and enable Google Cloud Messaging
  • Download Google Play Services Library.
  • Register the device, using the library.
  • After registering, you will receive a unique token for the device. Use that token to send a HTTP request to Google's servers and Google will handle the rest.

  • Comments

    Popular posts from this blog

    c# - passing input text from view to contoller with FacebookContext using Facebook app -

    ios - Does Core Data autoupdate a many to many relationship on saving -

    Calling a C++ function from C# by passing a string with variable size to it -