mobile-apps-fcm-push/functions/test/fixtures/legacy/sound_regular_iOS.json

28 lines
567 B
JSON

{
"input": {
"message": "test",
"data": {
"push": {
"sound": "custom_sound.wav"
}
},
"registration_info": {
"app_id": "io.robbie.HomeAssistant.dev",
"os_version": "14.3",
"app_version": "2021.5"
}
},
"rate_limit": true,
"headers": {
"apns-push-type": "alert"
},
"payload": {
"aps": {
"alert": {
"body": "test"
},
"sound": "custom_sound.wav"
}
}
}