Register device id directly with Amazon SNS
问题 I am using the Amazon Web Service to send push notifications directly to a device. After I install the app I get the device id, that I need to manually add to the Amazon SNS. I would like to know if there is anyway to register the device id directly with the amazon server the moment the user starts the application. I have read this, but found it difficult to understand. Does anyone have any previous experience of how to do this? EDIT 2 (What I have done so far) I've followed the instructions