0

タイトルの通り、Webアプリを開発し、Phonegapを使ってネイティブiOSにコンパイルしたいです。アプリケーションは、特定のプッシュ通知を特定のユーザーに送信する必要があります。

方法はありますか?

4

2 に答える 2

1

I would recommend using a third party service with a remote API.

PushWoosh already has a great PhoneGap plugin designed specifically for easy integration of push notifications. Urban Airship are still working on smth similar.

http://www.pushwoosh.com/programming-push-notification/push-notification-sdk-integration-for-phonegap/

Another small, but important thing: Remote API is a Premium account feature in PushWoosh, however, you will pay at most 200 EUR per year for their Premium, while pricing at UA is simply unreasonable.

于 2012-07-31T13:03:15.720 に答える
0

意味するプッシュ通知の種類によって異なりますか?

ローカル通知は、次のようなプラグインを介して (遅延で) 設定できます: https://github.com/phonegap/phonegap-plugins/tree/master/iOS/LocalNotifications

リモートサーバーからのプッシュ通知を意味する場合: phonegap wiki が役立つかもしれません: http://wiki.phonegap.com/w/page/41670190/Push%20Notifications%20on%20IOS

飛行船という外部サービスを利用しています。

于 2012-07-31T03:50:41.197 に答える