I have a Windows 8 app in the store that uses Azure Mobile Services to send push notifications. I'm working on a Windows Phone 8 version of the app now but I can't seem to get the Mobile service to push notifications to both platforms. This page suggests that it's possible.
When sending a push to Windows Phone I get this error "The cloud service is not authorized to send a notification to this URI even though they are authenticated."
If I remove the Package SID from the push settings of the Mobile service then pushing to Phone works but to the Windows 8 app doesn't.
Is this a scenario that's supported? Is there any sample demonstrating it?
thanks!