SNS - 订阅主题不需要确认申请?
SNS - subscribing to a topic does not need to be confirmed for application?
这里是SNS新手
通过 AWS 控制台,我创建了一个主题并创建了一个平台应用程序。
在我的 iOS 应用程序的应用程序委托中,我为此客户端创建了一个端点,然后要求 sns 通过提供主题的 ARN 为该客户端订阅该主题。
整个过程似乎工作正常,但我担心的是订阅的确认:有人可以确认(没有双关语)对于应用程序,当端点订阅主题时不需要确认吗?
link 官方 AWS 页面会很棒(找不到)
谢谢
有些订阅需要确认,例如电子邮件和 HTTP(S)。移动推送明显不同。
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.
这里是SNS新手
通过 AWS 控制台,我创建了一个主题并创建了一个平台应用程序。
在我的 iOS 应用程序的应用程序委托中,我为此客户端创建了一个端点,然后要求 sns 通过提供主题的 ARN 为该客户端订阅该主题。
整个过程似乎工作正常,但我担心的是订阅的确认:有人可以确认(没有双关语)对于应用程序,当端点订阅主题时不需要确认吗?
link 官方 AWS 页面会很棒(找不到)
谢谢
有些订阅需要确认,例如电子邮件和 HTTP(S)。移动推送明显不同。
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.