You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed when -requestProductsWithCompletion: doesn't report errors happening in the request. Adding a NSError * parameter to the block type and the following method to IAPHelper.m seems to fix the issue for me :
Noticed it was reported as #21 . I can reproduce it on iOS 8.4.1 and iOS 10.0.2 just by calling this single method and having no internet connectivity (iPhone on Airplane mode or iPad with Wi-Fi off)
Hi,
I just noticed when
-requestProductsWithCompletion:
doesn't report errors happening in the request. Adding aNSError *
parameter to the block type and the following method toIAPHelper.m
seems to fix the issue for me :Do you confirm it is the right approach and if so would it be possible to add it to a future release ?
Thanks a lot for considering,
Stan
The text was updated successfully, but these errors were encountered: