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ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ