I would like to receive notifications in Google Glass (in my Android smartphone I can do this trough Google Cloud Messaging), but in Glass, Google Play Services are not available...
Is there any alternative?
I would like to receive notifications in Google Glass (in my Android smartphone I can do this trough Google Cloud Messaging), but in Glass, Google Play Services are not available...
Is there any alternative?
The mirror api (server-side) is an alternative to forward the notification as Card to the Glass
Since Google Play Services is not available on Glass, you will need to use socket or bluetooth programming to establish a Glass connection with your phone, from which you can receive notifications from your web server.
At the very least, the Mirror API can start your Glassware using the OPEN_URI menu item. This works in combination with the ACTION_VIEW action and a data android:scheme
that matches the OPEN_URI payload.