I'm developing a NFC Application on Windows Phone 8 My question is: How to Disable the default NFC Reader of Windows Phone OS? Everytime I tap a NFC tag, an MessageBox show up, asking if i want to receive the link/file/text. If I tap OK, it will open the default application to "read" that info. When I tap Cancel, I will be able to back to my app, and do what ever I want with the data i received in NFC tag. So how can I disable default reader, or hide the message box. I have try NavigationService.GoBack() on Dispatcher, no luck. It's is an OS's element, so we cannot control from our app
thanks