cordova - Push Notifications To Android App (GCM) -


looking integrate push notifications first time android app.

i have done ios app using apns, speaking want notification alert user, don't want handle within app.

with ios can via broadcasting apns , app isn't concerned notifications. whereas reading on android app needs register , listen these updates within app.

is correct?

from reading on android app needs register , listen these updates within app.

is correct?

depends on use case. if want have control on specific device(s) push sent, yes, must obtain registration id in app , store on server. id used google find device push has sent. can construct message push , use registration ids tell google push message to.

however, firebase console (google cloud messaging firebase cloud messaging nowadays (same product, different name)) possible send push notifications target group can specify. example, can use firebase console send push notification users have made in app purchases in app. firebase console web interface manage firebase app/users/functionality etc.

note sending push notifications directly firebase console comes restrictions/limits regarding message customization sending not have.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -