リモートによる通知設定は iPhone/iPad/iPod Touch のみの機能です。
Remote notifications are sent by an application's remote server (its provider) to Apple Push Notification service
which pushes the notification to devices on which the application is installed.
って送信されることになります。
alertBody | アラートのときに表示されるメッセージ(読み込み専用) |
applicationIconBadgeNumber | アプリのアイコンバッジとして表示する数(読み込み専用) |
hasAction | アラートが表示されているかどうか。表示されている場合 true(読みこみ専用) |
soundName | アラートが表示されたときに再生されるサウンド名 |
userInfo | 通知するアプリにカスタム情報を渡すための設定(読み込み専用) |