Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tokenId リストを使用して複数のデバイスにプッシュ通知を送信する方法。
アプリがインストールされているデバイスのトークン ID を取得できます。しかし問題は、このトークン ID をサーバー側に送信する方法です。
デバイスからトークン ID を受け取るサーバー側の API 呼び出し (Web サービス メソッドなど) を作成する必要があります。次に、サーバーは APN サーバーに接続して認証し、JSON ペイロードとして通知を送信します。