Open1

【Flutter】プッシュ通知関連 ★

heyhey1028heyhey1028

テスト方法

Simulatorでテストする

  1. 以下のようなtest.apnsファイルを作成
{
    "Simulator Target Bundle": "YOUR_APP_BUNDLE_ID",
    "aps":{
      "alert": {
          "title": "Transfer Update",
          "body": "Your Transfer has been downloaded"
      }
    }
}
  1. 以上のファイルをシミュレーターにドラッグ&ドロップ

テストツール

https://www.rocketsim.app/