タイトルの通り、Webアプリを開発し、Phonegapを使ってネイティブiOSにコンパイルしたいです。アプリケーションは、特定のプッシュ通知を特定のユーザーに送信する必要があります。
方法はありますか?
タイトルの通り、Webアプリを開発し、Phonegapを使ってネイティブiOSにコンパイルしたいです。アプリケーションは、特定のプッシュ通知を特定のユーザーに送信する必要があります。
方法はありますか?
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.
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.
意味するプッシュ通知の種類によって異なりますか?
ローカル通知は、次のようなプラグインを介して (遅延で) 設定できます: https://github.com/phonegap/phonegap-plugins/tree/master/iOS/LocalNotifications
リモートサーバーからのプッシュ通知を意味する場合: phonegap wiki が役立つかもしれません: http://wiki.phonegap.com/w/page/41670190/Push%20Notifications%20on%20IOS
飛行船という外部サービスを利用しています。