can we do push notification in iphone using phonegap framework?

前端 未结 1 1125
盖世英雄少女心
盖世英雄少女心 2020-12-30 11:00

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

相关标签:
1条回答
  • 2020-12-30 11:29

    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

    0 讨论(0)
提交回复
热议问题