Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios SKStoreProductViewController loadProductWithParameters:completionBlock error process

Tags:

ios

callback

i use the SKStoreProductViewController,when pass the right id to the method loadProductWithParameters:completionBlock:,it all goes very well ,but when pass a wrong id to this method,it doesn't callback the completionBlock with error message.

like image 718
shaobojohn Avatar asked Dec 27 '12 07:12

shaobojohn


1 Answers

We saw this as well. By trial-and-error we deduced that presenting the store kit view controller after the call to loadProductWithParameters:completionBlock: made the completion block run.

like image 140
Vladimir Gritsenko Avatar answered Nov 04 '22 05:11

Vladimir Gritsenko