Note: I'm a total newbie developer....
I set up push notifications with Urban Airship by following the instructions and sample code on this page:
https://wiki.appcelerator.org/display/guides/Push+Notifications+with+Urban+Airship#PushNotificationswithUrbanAirship-ConfigureYourApplicationwithAppleProvisioning
The first time I built my app, I got the push registration popup and I was thrilled. I accepted it. But unfortunately, the device token did not show up in Urban Airship.
I figured it was because I used adhoc distribution, but used the sandbox APNS certificate. So I switched to production. Rebuilt the app with the new API keys and provisioning profile, etc. From that point on, I have not been able to even get the push registration popup. Tried going to back to dev environment, but no luck.
My question is how I do troubleshoot what is going on?