I have little doubt about sending SNS Push notifications. Please, with me, as I am new to AWS and PHP, and could not really get things easy.
1) I called this stackoverflow discussion where we can set the sound for APNS. But how do we do it for GCM?
2) How to set up a warning without sound ?
3) Is it possible to set a sound for each endpoint in PHP when they are created? I just want to know this so that when sending a message I can send messages with sound turned on and disabled when sending using topicARN.
4) I called this document to receive the delivery status of push notifications in the form of logs in cloudwatch. Is there any API for getting delivery status of those endpoints that were not received in PHP?
source share