Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How check sandbox server status? ("Cannot connect to itunes store")

Tags:

ios

storekit

I'm developing in-app purchase using this excellent tutorial: http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial and I'm getting an error "Cannot connect to itunes store" which it seems can be related to Apple's sandbox servers being down; apart from googling for tweets regarding sandbox status, is there any other way of confirming their status otherwise it's difficult (read ipossible) to debug.

like image 628
Nostradamus Avatar asked Feb 06 '13 16:02

Nostradamus


1 Answers

Almost a year late, but I'm facing the same problem right now. As far as I know, the best way to test the status of the iTunes Sandbox environment is checking this url:

http://sandbox.itunes.apple.com

An Http/1.1 Service Unavailable means SSErrorHTTPStatusCodeKey=503 in your debugger output.

like image 108
MillaresRoo Avatar answered Sep 20 '22 14:09

MillaresRoo