I had some sns topics which is used for push notification.I want to enable sns topic logging for failed deliveries. Anyone have idea how can i achieve this ?? Thanks in advance
Asked
Active
Viewed 2,688 times
-1
-
Can you please edit your question to add more detail. What fails regarding SNS? Is it not reaching SNS, is SNS not delivering an SMS / email, etc. This could help people help you. – Tim Jan 12 '20 at 19:48
-
we are delivering android push notifications via apps using SNS topic. Our purpose is to track the failed notifications and unsubscribe the user. – Rocky Jan 13 '20 at 09:48
-
Can you please **edit the question** to give enough information for people to help you. Right now it's too vague and imprecise for anyone to be able to help you. – Tim Jan 13 '20 at 17:58
-
Basically I want to enable sns topic logging for failed deliveries with the help of which i know why some of notifications not delivered to the subscribers. – Rocky Jan 16 '20 at 12:37
1 Answers
0
The AWS documentation describes how to turn on SNS failure logging.
- Open the Amazon SNS console.
- Open the left navigation menu, expand Mobile, and then choose Push notifications.
- Under Platform applications, select the platform application you want to enable delivery status for, and then choose Edit.
- Expand Delivery status logging – optional, and then choose Create new service role.
- Choose Create new roles. The AWS Identity and Access Management (IAM) console opens in a new tab or window.
- On the IAM console permission request page, choose Allow.
- Choose Save changes.

Tim
- 31,888
- 7
- 52
- 78