Please, see this article:
http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-push-n otification.html
Today I started to implement text push notifications for my iPad application, but got one error:
"
Warning: file_get_contents(https://...@go.urbanairship.com/api/push/broadcast/): failed to open stream: HTTP request failed! HTTP/1.0 401 Unauthorized in /home/bitrix/www/uaproxy/uapush.php on line 47
Sorry. There was a problem with the request. HTTP/1.0 401 Unauthorized
"
But everything looks good in the error_log:
"
[Fri Nov 02 10:10:20 2012] [error] [client 194.84.46.242] UAPROXY,200,device:7210F5C2-504C-408C-8078-8FF8DACB7F5D,token:433ac63 7370747f8686a877794c698d48d96550a795495de7805b115078d303a
[Fri Nov 02 10:14:28 2012] [error] [client 194.84.46.242] UAPROXY,200,device:7210F5C2-504C-408C-8078-8FF8DACB7F5D,token:433ac63 7370747f8686a877794c698d48d96550a795495de7805b115078d303a
[Fri Nov 02 10:15:04 2012] [error] [client 194.84.46.242] UAPROXY,200,device:7210F5C2-504C-408C-8078-8FF8DACB7F5D,token:433ac63 7370747f8686a877794c698d48d96550a795495de7805b115078d303a
"
It's very strange.
I don't know what to do