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

    Java - Error: no suitable method found for add(int, java.lang.String) -

    java - JPA TypedQuery: Parameter value element did not match expected type -

    c++ - static template member variable has internal linkage but is not defined -