I have followed the 'Getting with Windows Azure Notification Hub' article and have problem getting the Android Emulator to receive a message. Here is my experience:
1. 'Google Cloud Messaging for Android Library' is shown as 'deprecated' (probably not an issue)
2. 'notification-hubs-sdk.jar' is now 'notification-hubs-0.1.jar' (probably not an issue)
3. I am able to register and get and 'id' back from 'gcm'
4. I am able to send a notification message to the emulator using the 'id'
5. The Azure Notification Hub monitor shows that the 'send' was successful
6. But there is no message delivered to the emulator
How to troubleshoot this?
Frank