7

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?

Kirk Woll
  • 70,584
  • 19
  • 171
  • 185
Shishir.bobby
  • 10,696
  • 20
  • 67
  • 99
  • Did you solve the problem, because I'm facing the exact same thing? – Alaa Nassef Sep 24 '11 at 11:20
  • are u trying to test ur app on device or simlulator? – Shishir.bobby Sep 27 '11 at 12:45
  • possible duplicate of [Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”](http://stackoverflow.com/questions/6664778/error-domain-skerrordomain-code-0-operation-could-not-be-completed-skerrordom) – Almo Feb 19 '15 at 16:02

4 Answers4

5

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.

AlexVogel
  • 10,321
  • 10
  • 59
  • 70
Bryan P
  • 3,934
  • 5
  • 37
  • 57
4

use device for testing not simulator

Robert Childan
  • 983
  • 1
  • 12
  • 21
  • 1
    I'm having the exact same problem, testing ON the device. I'm guessing that a lot of the time this is the cause of that particular error, but not always. – Ash Jul 07 '11 at 09:13
2

Restarting the device worked for me

Rafael
  • 929
  • 4
  • 17
  • 39
0

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

Karl Taylor
  • 3,590
  • 2
  • 25
  • 50