- 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
479 B
Text
19 lines
479 B
Text
{
|
|
"Simulator Target Bundle": "REPLACE_WITH_IOS_BUNDLE_ID",
|
|
"aps": {
|
|
"alert": {
|
|
"title": "nexo channel smoke",
|
|
"body": "open channel routing fixture"
|
|
},
|
|
"sound": "default",
|
|
"category": "NEXO_MESSAGE"
|
|
},
|
|
"type": "message",
|
|
"server_url": "https://example.invalid",
|
|
"server_id": "server-smoke",
|
|
"channel_id": "channel-smoke",
|
|
"root_id": "",
|
|
"is_crt_enabled": "false",
|
|
"ack_id": "ack-smoke-channel",
|
|
"post_id": "post-smoke-channel"
|
|
}
|