I\'m working on a simple prototype and need to test sending push notifications from one device to another.
I\'ve emailed Urban Airship to turn on the \"Allow Push Fr
Taking a look at Urban Airship's guide to troubleshooting HTTP status codes, and the documentation for the push API, my guess would be that you need to add a trailing slash to the URL:
[NSURL URLWithString:@"https://go.urbanairship.com/api/push/"]