android - Is Google Account required for GCM (Google Cloud Messaging)? -


i need write simple app push notifications.
used gcm uses google play services information.

my questions - access gcm, google account required or not?
can use email account identify device?
there other way push notification email account or device?

quoting gcm characteristics

it uses existing connection google services. pre-3.0 devices, requires users set google account on mobile devices. google account not requirement on devices running android 4.0.4 or higher.

if app supporting pre-3.0 devices, yes, google account required , need add permission manifest

<uses-permission android:name="android.permission.get_accounts" /> 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -