Reputation: 287
I have a Sencha Touch 2 application that needs to be able to push notifications.
I have 2 doubts:
Thanks in advance.
Upvotes: 4
Views: 1333
Reputation: 1722
You can natively manage IOS Push Notification with Sencha Touch 2.2 - http://docs.sencha.com/touch/2.2.1/#!/api/Ext.device.Push
I've post on my blog how to configure and build a Sencha Touch application for IOS Push Notifications - http://isolasoftware.it/2013/09/17/ios-push-notifications-using-sencha-touch-2/.
The most important steps are:
Upvotes: 0
Reputation: 8269
If we're talking about native Apple's push notifications, then Sencha doesn't support it. You have to use PhoneGap + Cordova PushNotification Plugin. This plugin was implemented by Urban Airship, so I'm not sure whether this plugin usage is free or not...
Upvotes: 1