I'm using Cordova 2.0 and UrbanAirship's phonegap plugin.
I'm looking at sending push notifications to users from a webpage (not the UrbanAirship dashboard) and found these docs that lead me to believe it is possible.
Push Notifications, Android, iOS
I'm thinking that if I take in the message and use the API calls it should work.
My question has two parts, firstly do I need two separate calls for Android and iOS? And secondly, can I send notifications to a group of users who have selected a favourite thing within my app?
Many thanks.