can we do push notification in iphone using phonegap framework?

泪湿孤枕 提交于 2019-12-30 02:12:47

问题


I need basic idea about how to implement push notification using phonegap framework.


回答1:


Yes we can: The latest version of that beta offered developers a very exciting new feature just this morning - push notification of new messages. That means apps will be able to send SMS style messages when something important occurs

Taken from this website:

http://www.dotnetexpertsforum.com/introduction-to-phonegap-framework-t1686.html

To have complete documentation for PhoneGap, go to http://wiki.phonegap.com

And also, we have several tools with PhoneGap, which are:-

(a) PhoneGap simulator(cross-platform)

(b) XUI :- JavaScript framework for mobile device browsers

(c) Lawnchair:- It is a clent-side JSON store

(d) Easy APNS :- Push notifications using Php & MySQL

(e) Sony WebSDK:- To make mobile applications to work on multiple devices

(f) Urban Airship :-It offers services like: Push notifications, Air Mail, In-App purchase.

So as you can see PhoneGap does offer this solution. Just visit the documentation and it will help you.

If this answer was helpful please mark this post as answered. If you need any more help do let me know.

Pk



来源:https://stackoverflow.com/questions/3811251/can-we-do-push-notification-in-iphone-using-phonegap-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!