-
Notifications
You must be signed in to change notification settings - Fork 184
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
Suddenly SKErrorDomain0 Can not connect to iTunes Store #174
Comments
@kawashimaken Were you able to solve this by any chance? @philwilks |
Have the same issue, did anyone manage to resolve it? |
Same issue here. Is sporadic and the error is:
And the success native alert appear too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suddenly I get the "SKErrorDomain0 Can not connect to iTunes Store" error both in sandbox and TestFlight.
I did not change any code around buy function in my app.
I am sure the following is working by log info
purchase processing was fired
my password is correct and confirmed by iTunes
I also have the confirmation dialog
only at the end, the error message is show, and purchase failed.
My guess is that the Native code side is missing to placed the correct "Product Identifier" as given by the following post in stackoverflow
https://stackoverflow.com/questions/18891548/skerrordomain-code-0-cannot-connect-to-itunes-store
Any ideas?
The text was updated successfully, but these errors were encountered: