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 年前檢視次數 157 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南