I am trying to setup apple push notification using C#. I am able to test and get everything working on my laptop (dev machine). When I move the published code to the windows server; no errors were thrown and no notification was sent out. I even set my application pool to local server.
Any ideas what I am missing?
I ended up creating a work around for this. I never got it to work from an asp.net page. What I did is have my asp.net page insert a record in a queue table. I then also created an console app that is call every 5 seconds to look in the queue table and perform a push notification.