SNS: Unsubscribe Disabled Endpoints Of Push Notification

0

I use AWS SDK in .NET to unsubscribe any disabled endpoint and I depend on catching EndpointDisabledException to unsubscribe it. But SDK doesn't throw the mentioned exception when I publish messages to disabled endpoints and the behavior of AWS SNS as the following:

  • My .NET App: publish message to a disabled endpoint.
  • SNS: convert endpoint's status from Disabled -> Enabled.
  • Mobile Client: No push notification is received.
  • My .NET App: publish is successful.
  • SNS: disable endpoint again.

How can I configure SNS to not enable/disable endpoints automatically?

profile picture
已提问 2 年前156 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则