nexo/apps/flutter-test/ios/Fixtures/open_thread.apns
toki 908a4ecc18 feat: iOS notification preflight task and test documentation
- Add iOS notification preflight plan and code review (PLAN/CODE_REVIEW-cloud-G07)
- Add iOS notification smoke evidence template
- Update iOS notification test guide with preflight steps
- Add Flutter test app iOS fixtures (APNS payloads, GoogleService config, entitlements)
- Update README files for flutter-test, messaging_flutter, and docs
2026-06-01 13:29:02 +09:00

19 lines
490 B
Text

{
"Simulator Target Bundle": "REPLACE_WITH_IOS_BUNDLE_ID",
"aps": {
"alert": {
"title": "nexo thread smoke",
"body": "open CRT thread routing fixture"
},
"sound": "default",
"category": "NEXO_MESSAGE"
},
"type": "message",
"server_url": "https://example.invalid",
"server_id": "server-smoke",
"channel_id": "channel-smoke",
"root_id": "thread-smoke",
"is_crt_enabled": "true",
"ack_id": "ack-smoke-thread",
"post_id": "post-smoke-thread"
}