0

Anyone used iOS6 inApp purchase? My inApp was working fine on iOS5 but when i am tying to build my app in iOS6 (XCode 4.5 beta). It is showing below error while inApp purchase.

2012-10-06 15:13:49.653 failed transaction 2012-10-06 15:13:49.654 The error description is:Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=0x9caec40 {NSLocalizedDescription=Cannot connect to iTunes Store}

I have created another test user account but problem is still same. Also, tried with restarting XCode, Mac machine, simulator, reset simulator. Please help!!

FIX : Delete all inApp ids and create new. It will fix the issue.

4

1 回答 1

2

您无法测试应用内。在模拟器上购买。如果您尝试这样做,您将收到确认警报,但不会发生任何事情。

我在 iOS 6 上遇到了类似的问题,我做了以下程序来修复它:

  • 从 iPad 上删除了我的应用程序
  • 从商店退出
  • 再次安装了我的应用程序
  • 测试了应用内

它对我来说很好,请确保互联网连接在那里。如果您再次遇到问题,只需从商店注销并再次测试应用内购买。(当我在几次应用内购买后再次收到错误时,我也这样做了)

于 2012-10-06T10:32:08.540 回答