Shishir.bobby
Shishir.bobby

Reputation: 10984

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

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

Answers (4)

Karl Taylor
Karl Taylor

Reputation: 5279

This was happening on the Simulator and just closing the simulator and re-opening seemed to fixed it

Upvotes: 0

Rafael
Rafael

Reputation: 1223

Restarting the device worked for me

Upvotes: 2

Bryan P
Bryan P

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

Robert Childan
Robert Childan

Reputation: 983

use device for testing not simulator

Upvotes: 4

Related Questions