'android using gcm without google play service install?
I'm using Android GCM without installing Google Play Service on my device? What's the way to send push notifications with GCM and not install Google Play Services?
Solution 1:[1]
you can use old GCM that don't need to googlePlayService to be installed, but it deprecated, see this link
Solution 2:[2]
This is not possible - GCM requires Google Play Services to function properly.
To write your client application, use the GoogleCloudMessaging API. To use this API, you must set up your project to use the Google Play services SDK, as described in Set up Google Play Services SDK.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | Samuel Liew |
