PHPを使用してiOSアプリにプッシュ通知を送信しています。
iPhoneにプッシュ通知が表示されるたびに、通知にアプリのアイコンを表示したいと思います。
これはどのように行うことができますか?
PHPを使用してiOSアプリにプッシュ通知を送信しています。
iPhoneにプッシュ通知が表示されるたびに、通知にアプリのアイコンを表示したいと思います。
これはどのように行うことができますか?
The notifications are displayed either as banner or as alert. Your cant set any app icon on the alert and the icon on the banner is automatically taken from your app icon in the bundle.
プッシュ通知で実行できることは3つあります。
プッシュ通知メッセージでアプリアイコンを手動で設定することはできないと思います。
Ray Wenderlichは、これについてすばらしいチュートリアルを行いました。この2つのリンクを試してください:
パート1:http ://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
パート2:http ://www.raywenderlich.com/3525/apple-push-notification-services-tutorial-part-2