-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Submitting to the apple store #642
Comments
Facing a similar issue. Looks like MAUI is doomed in that regard. Looking for a solution still... |
I'm giving in and going to write native storkit code and hopefully this works. |
Have you tried RevenueCat or Stripe instead? |
|
RevenueCat should be the same (I hope for better stability). While Stripe should be allowed, however they might want you to put on their subscription system |
@techbud I got some success by following the testing solution from xamarin/xamarin-macios#9909 |
Did you make it through the review process? |
I was able to test locally in the iOS simulator. It worked fine with the storekit with the 'Local StoreKit configuration' and solved a few bugs. However, I need help getting it to work when I use Store Kit sync with the App Store. I get an error about: Plugin.InAppBilling.InAppBillingPurchaseException: Invalid products found when querying product list |
I achieved a bit of progress after completing the bank details. The app store will return invalid product id in production if your tax and bank details are not validated. Which doesn't bring much transparency. so now I received the following message from review (which is a progress overall):
|
I'm trying to submit my app to the Apple App Store and they seem to be using simulators. My app has a user pay after 30 days of use and its a one-time consumable that the user can purchase.
But it seems they use a simulator and the payment processing doesn't work and it keeps getting rejected in the review.
Has anyone submitted a project to the Apple store and overcome this obstacle because it's getting old?
The text was updated successfully, but these errors were encountered: