I am developing an REST Web API in .net and using Azure push notification - targeting apple devices first. Everything is working fine, api and push notification in my dev box. Api can send push notification to apple devices (iPhone).
When I deployed web api on azure(as web site) api seems to be not sending push notification(Yes devices are successfully registering to notification hub). I have check all possible way & configuration that I could think of but no luck. What could be the reason why azure notification is not working after hosted the the api on azure. Or what obvious thing I might be missing :(
Here is my implementation
Thanks,