I am a Windows Phone application developer. In my application I implemented push notification services using WNS . I have few doubts/questions regarding this. Please clarify
How can we disable push notification for a specific application ? Can we prevent it from application side ? Or handle it from server side?
If I un install my application and the server is still sending you the push notifications. Will it receive in to phone?
Is that necessary to ask user permission before registering push notification channel ?
Can we get notifications history of notifications received on my phone and not attended? Is there any api for that ?
Thanks