Reputation: 10984
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?
Upvotes: 7
Views: 7770
Reputation: 5279
This was happening on the Simulator and just closing the simulator and re-opening seemed to fixed it
Upvotes: 0
Reputation: 4202
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.
Upvotes: 5