-
Notifications
You must be signed in to change notification settings - Fork 796
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
Apple review rejected but I cannot replicate their results? #525
Comments
Would a PR like #518 solve this issue for you? I realize it may not be as straightforward as that, but would that be a step in the right direction? |
@ToddGeorgeKelly is your issue resolved?. Got the same rejection message from Apple. |
@Sam-Spencer is there a solution already? |
Please take a look at issue #550. Your help with this project is dearly needed! @manish-cs @ToddGeorgeKelly |
Same issue using last version 0.16.1 |
I'm having the same issue |
Having the same issue as well |
Digged into it a bit and seems to be happening on 13.6 simulator and not 13.3 Happens on Apple's own example project on - |
I have the same problem. Not FoundThe requested page could not be found. |
Platform
In-app purchase type
Environment
Version
0.15.0
Issue summary
TL;DR: IAPs work perfectly for me and my beta testers, the app got rejected because apple testers can't make a purchase.
I have made and tested my app with the in-app purchases, my beta testers have had no problems testing the app and also no problem with testing IAPs. However, my app is being rejected because they cannot make purchases while testing it. I cannot figure out why. I have searched a lot into this and found that some people had a similar issue and solved it by making sure the app doesn't try to validate or get a receipt on the first run of the app, but my app doesn't do that.
Can anyone help shed some light on this?
Using this to get the price value. For me, it returns the correct value, but for the review team, it is returning the "Invalid" result.
Using this to make a purchase, which works for me and all who are testing my app, but specifically when the App Store testers test it, apparently nothing happens when they hit a button.
Apple just says:
But from what I have read and understood of SwiftyStoreKit, this is already taken care of. Any Ideas?
The text was updated successfully, but these errors were encountered: