Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want use amazon SNS service for mobile push notification.

Is any one give the example code in asp.net

I have also go through documentation of SNS but they only provide basic things like create account and create new app and all this stuff, but I want to push notification from my c# code they can't provide C# examples for push notification.

Please help me..
THanks
Posted
Updated 21-Oct-13 19:56pm
v3
Comments
ZurdoDev 21-Oct-13 11:08am    
Yes, Amazon has examples.
Abhinav Moudgil 4-Dec-14 6:41am    
1: Can a device token be registered to a topic more than once time?
2: Will duplicate pushes be sent if we have a device token registered to more than one topic and we try to send the push to both the topics? Example:
I have topic A and Topic B and device D is registered to topic A and topic B now if I send the push to both the topics then will the push be sent twice to the device? If yes then how can I avoid this as we dont want to send duplicate pushes to the user.

3) Can we send pushes to different topics in one go?( I mean where we pass the topic arn can we pass different topics comma separated?

1 solution

Read all about it here: http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html[^]

Start with the Prerequisites[^] and work all the way down the list towards API Errors[^].

Cheers!
 
Share this answer
 
Comments
dharmraj.m 22-Oct-13 1:59am    
Hello everyone,
If any one know about amazon SNS push notification service example in c# then please give me al URL of that link
THanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900