Amazon SNS topic subscription confirmation for mobile apps

I'd like to understand how amazon SNS confirms endpoint subscription in case of mobile apps. For SMS, HTTP or email enpoints, we can assume a confirmation SMS, call and email is sent.

But for apps, SNS seems to be managing all notifications through third party services like GCM, APNS etc. Say I have a GCM client and server ready. My client wants to subscribe to a topic. How is the confirmation message sent to the device?


Amazon SNS auto-confirms mobile endpoints like GCM, APNs etc. From the Amazon SNS FAQ,

Q: Does enabling push notifications require any special confirmations with SNS Mobile Push?

No, they do not. End-users opt-in to receive push notifications when they first run an app, whether or not SNS delivers the push notifications.

链接地址: http://www.djcxy.com/p/32150.html

上一篇: 亚马逊SNS反弹事件未被解雇

下一篇: 针对移动应用的Amazon SNS主题订阅确认