Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In App Purchase stopped working (error code 109)

When today I tested my In-App purchases again (on a device) it gives me the following error (when I fetch the available products of my app):

Cannot connect to iTunes Store (Error Domain=SSErrorDomain Code=109 "Cannot connect to iTunes Store" UserInfo=0x8d97830 {SSErrorHTTPStatusCodeKey=503, NSLocalizedDescription=Cannot connect to iTunes Store})

The code worked fine before.

Anyone got this error too?

like image 843
Richard Schiks Avatar asked Jan 13 '14 13:01

Richard Schiks


2 Answers

Follow the status here on Apple's forums: https://devforums.apple.com/message/933555#933555

like image 165
Tudor Avatar answered Oct 05 '22 06:10

Tudor


1) On the first device I also got this error while requesting SCProducs in the sandbox environment.

2)I have tried to request SCProducs from another device. This error hadn't appeared.

3)After that on the first device I have "Erased All Content and Settings" logged in and out from the real "iTues & App Store" account, launched the app and this error hadn't occurred. (Maybe just coincidence)

!!! Interesting investigation. After I set the Date & Time for an hour earlier (on another device - for a day earlier) the SKProducts come as they have to.

like image 45
Naloiko Eugene Avatar answered Oct 05 '22 07:10

Naloiko Eugene