When you try to add an Azure push notification to a JavaScript Windows Store project in Microsoft Visual Studio 2013 Release Candidate (RC), you receive the following error message: Note In this message, "MyServiceInstance" represents the name of your Azure Mobile Services instance.
Visual Studio was unable to add the references to the start page because no reference to WinJS was found. Please add the following script references manually:
<script src="/js/MobileServices.js"></script>
<script src="/services/mobile services/MyServiceInstance/service.js"></script>
<script src="/services/mobile services/MyServiceInstance/push.register.js"></script>
<script src="/js/MobileServices.js"></script>
<script src="/services/mobile services/MyServiceInstance/service.js"></script>
<script src="/services/mobile services/MyServiceInstance/push.register.js"></script>