Friday 15 May 2015

InApp-Purchases in iOS didFailWithError: -


Using ...

Why can not I load the InApp-purchase list (< Strong> DidFailWithError: call) from device but can I do in the simulator?

Edit

If I worked on the device was : method call:

  - (zero) request: (SKRequest *) requested FailWithError: (NSError *) error {NSLog (@ "Can not load list of products ..."); NSLog (@ "error -% @", error description); _productsjent = zero; _completionHandler (no, zero); _completionHandler = Zero; }   

This is a description of the error:

  error - error domain = NSURLErrorDomain code = -1004 "Can not connect to iTunes Store" UserInfo = 0x1cdb19c0 {NSLocalizedDescription = Can not connect to ITunes Store}}   

Resolved

I'm sorry, but problem in proxy There were many sites (sites included in the Apple) were closed

Now it works! Thanks!

Simulator does not feature in-app purchases, you have to test it on the device. Check that each device is currently using a test account and that these test accounts are registered on iTunes Connect. Check the Test Users section in it. When an invitation leaves, make sure to click on the link in the received email to confirm, by refusing it, check that the test users are registered in the proper store.

What this is for, if it helps everyone, then I will add that I have confused the game users and the app store to test users. Sign in for IAP.

No comments:

Post a Comment