开发者

Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”

开发者 https://www.devze.com 2023-03-19 11:36 出处:网络
I\'m working with In App Purchase. I\'m trying to get all my transactions from AppleStore. Aft开发者_如何学编程er request, I catch an error code:

I'm working with In App Purchase. I'm trying to get all my transactions from AppleStore. Aft开发者_如何学编程er request, I catch an error code:

request error Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”

[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];

I have not even enter my user credentials. How to fix it? Whats a problem? Anybody know? PS: I'm testing it on iPad and iPhone devices - not Simulator. Thanx!

Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”


You must logout from your iTunes account in the settings app. Then try again and use a test account. You can create them in the iTunes connect page.

0

精彩评论

暂无评论...
验证码 换一张
取 消