java - Google Cloud Messaging single request -
i've been searching on web can't seem find straight answer. i've got application developed , need add notifications. issue need each device unique , send each 1 of them different notification. (i don't mean 1 unique notification) mean send users notification , others don't. how can done?
as part of gcm infrastructure, need have own web application allow individual instances of app register. when happens, android application pass web application registration id along additional information can use identify device. once have information stored, can pick , choose device should receive notification.
see: architectural overview section in http://developer.android.com/google/gcm/gcm.html
Comments
Post a Comment