I have a notification hub set up. I have 2 endpoints, one for dev and one for production. I am using iOS.
I had both the ad hoc and dev working and then not. It is like it is hit and miss.
Currently the Dev will work and gets messages just fine.
When I build for Ad Hoc, however, the messages never get back to the device.
I am using a real device.
The hub monitor shows successful registration. It also shows incoming messages and successful notifications.
And yet on the device I never hit the method that is the incoming message.
I have added NSLogs and looked at the console output running the Ad Hoc since you can't debug Ad Hoc. I see the response from registration as successful. I just never see the message notification.
For Ad Hoc I have the different provisioning profile and a different cert for production and everything in the Notification Hub is set up as a separate production one (as indicated above).
What do I do?