I am making my first app which will use push notifications. I have decided to use Urban Airship to facilitate the server side of this process. So currently I have set up an account/certificates/iOS AP
I want to use Urban Airship Push Notifications in my Titanium application.So i followed this guide exactly http://wiki.appcelerator.org/display/guides/Push+Notifications#.
I\'ve successfully implemented push notifications with Urban Airship in my app, but I want to make an administrative password-protected part of the app that enables one to send the push notifications
curl -X POST -u \"<application key>:<master secret>\" \\ -H \"Content-Type: application/json\" \\
I\'m (attempting) to use push notifications with Android via Urban Airship. I\'ve register for C2DM, and received the confirmation email, generated my auth token - but when I try to send a test push
I am getting following error message on Urban Airship. Apple Push service rejected device token 38A69702F555A3B17F73FB4DB835C0E5 AD31ED987030202AADF45C5170C9EFDC.
I saw this link on Urban Airship\'s website, stating that C2DM pushes require the new JSON key/value pair configuration: http://support.urbanairship.com/customer/portal/articles/79134-sending-extras-i
I am using UrbanAirShip Push Notification in my app. but I am unable to find my app in iPhone\'s->settings-开发者_Python百科>Notifications.
I\'m looking into push notifications for an app I\'m creating. I\'ve heard lots about UrbanAirship but I can\'t seem to find a definitive reason why I should u开发者_StackOverflow中文版se it? As far a
I have an urbanairship account set up to send push notifications to my app. This is all working, but now I\'m trying to integrate it with my codeigniter admin site so that push notifications are sent