Google + push notifications in native Android app

Is it possible to register my application to receive Google+ push notifications?

As I understand it, applications are identified by the name of their package to make sure that the correct application is sent a notification. Is it possible to get Android to notify my application that something happened on Google+ by changing the name of the package? Or is there an easier way? Does Google even want third-party apps built on G +?

+3
source share
1 answer

It is not possible for third-party applications to receive Google + push notifications. Please write a new feature request to the bug tracker here: http://code.google.com/p/google-plus-platform/issues/entry

If you're interested in the Google+ API (which provides read-only access to public data), you'll want to visit https://developers.google.com/+/api/ .

+2
source

All Articles