- 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
19 lines
490 B
Text
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"
|
|
}
|