-
Notifications
You must be signed in to change notification settings - Fork 798
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
Purchase Failed, invalid product ID, but it is 100% correct #177
Comments
I've now directly copied the demo code in and obviously changed code where necessary and I still get the exact same error |
@mrmasterwill Same here |
Please see #154. This has been discussed in detail there. |
If this is still a problem please continue the discussion on #154. Closing as duplicate for now. |
Hello, I was in the same situation as you guys, the solution for me was simple : The productID is not "BundleID.iAPProductID" but is simply "ProductID". Assuming that you have the correct app-secret , bundler identifier and iAP correctly configured in both developer portal and xcode , you should be able to test in sandbox environment before submitting to the appStore |
Hi please if you got it working kindly assist with my issue #412 @DADOFKILL123 |
The problem was solved by App Store Connect itself. It was a new app submitted to App Store, after approved, there was only one non-renewal consumable item could work. |
Platform
In app purchase type
Environment
Version
Most current
Report
Issue summary
When I press on my button to buy the nonrenewable it says that "Purchase Failed", "The purchase identifier was invalid" and in the debugger it tells me the same and prints out my product ID. Yet the product ID is totally correct.
Please help, am I doing something stupid?
The text was updated successfully, but these errors were encountered: