Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

iphone

I am working on IN App purchase, storekit.

I am getting this error:

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

What does this means?

like image 857
Shishir.bobby Avatar asked Jun 12 '10 13:06

Shishir.bobby


2 Answers

Sometimes when you have bad internet connection, it returns that error because the app cannot communicate with the apple server. Just try to retry or if you have another internet connection source, try connecting there then do what you want again.

like image 132
Bryan P Avatar answered Sep 21 '22 11:09

Bryan P


use device for testing not simulator

like image 38
Robert Childan Avatar answered Sep 22 '22 11:09

Robert Childan