Amazon SNS SDK Invalid Parameter exception on subscription confirmation

前端 未结 1 1516
暗喜
暗喜 2021-01-07 07:42

I\'m trying to subscribe an Android user to receive push notifications using this code:

 public static void subscribeToTopic(final String topicArn, String En         


        
相关标签:
1条回答
  • 2021-01-07 08:00

    Android endpoints (and all mobile endpoints) are automatically confirmed when Subscribe completes. You do not need to invoke ConfirmSubscription for these endpoints.

    0 讨论(0)
提交回复
热议问题