I have a very simple Cordova app with push notifications. I'm using VS2015 Update 1 with the latest Cordova toolset (Update 7) and a properly setup Azure App Service. When I run a RELEASE Win10 x64 version of the application through VS, I receive push notifications as expected. But, when I run a DEBUG version of the same application (with no source changes), I don't get push notifications and the sender receives the error:
The Token obtained from Token Provider is wrong
Both applications are Windows 10, running on Local Machine x64 (not a simulator).
This behavior is not consistent. I have another VS2015 Cordova project that works fine with push notifications in both release and debug modes.
Is there some setting I'm missing in VS or Azure that controls this behavior?