Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didReceiveResponse not called after requestProductsWithCompletion with flightmode on #21

Closed
Japspre opened this issue Nov 11, 2015 · 4 comments
Labels

Comments

@Japspre
Copy link

Japspre commented Nov 11, 2015

First of all, thanks for this little gem, its working great

One thing I found is that the delegate method is not called after asking requestProductsWithCompletion with the device flight mode on.

This causes the completion block not to be executed

@saturngod saturngod added the bug label Nov 12, 2015
@kevinrodriguez-io
Copy link

Is it even possible to make an IAP with flight mode on in any real application ?

@Japspre
Copy link
Author

Japspre commented Jun 28, 2016

No, but the point is, when there's no internet connection, the completion block is not called and the app is in an endless state.

@saturngod
Copy link
Owner

I tested and it was working fine on my code. I tested with flight mode and offline. Hmm .. that so wired .. You can did the break point , check it arrive in - (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions function or not

@Japspre
Copy link
Author

Japspre commented Jul 5, 2016

@saturngod: I suggest closing this bug report if you cannot reproduce it. I don't have the project anymore where I was using IAPHelper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants