It’s me again
We’re now trying to get notifications working with SNS but when we tried to send we get an error that say:
“No experience found for id null”, we know that we’ve to provide an experienceId within “data” key, when we tested this in postman this works:
{
"to": "token_device",
"data": {
"notificationExperienceUrl": "exp://exp.host/@name/app_slug",
"title": "Hi mum",
"message": "Works notification",
"experienceId": "@name/app_slug",
"isMultiple": false,
"remote": true,
},
"message":
{ "body": "",
"icon": ""
},
}
But if i paste this in the SNS console we receive the error do you know what we’re missing??
Thanks for all!