-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
Hi,
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 :
- (void)request:(SKRequest *)request didFailWithError:(NSError *)error
{
self.request = nil;
if(_requestProductsBlock) {
_requestProductsBlock (request,nil, error);
}
}
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels