Phonegap notification options that work for both for iOS and Android -


i building mobile apps ios , android using phonegap build. send push notifications both types of device using same server-side process. possible?

apple's certification process enable push notifications painful, more available android. have use it?

gcm (google cloud messaging) says supports both operating systems, more read - respect phonegap - less see ios mentioned! , sadly gcm/phonegap plugin doesn't support subscribing topic, way of sending 1 message out devices in 1 go via 'global' topic.

urbanairship , pushwhoosh seem integrate phonegap, forced use website create messages. gcm looks more attractive in respect, because can our own asp.net server talk gcm via http , control messages our databases.

main question: there options single server-side option can send push notifications both ios , android via single phonegap plugin? (ideally control messages own server, 1 message can go android/ios devices in 1 go, , avoid many apple certificates possible.~)


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -