Hi there
I have a problem testing IAP's in my App. I'm able to handle purchases perfectly fine in xcode previewes, using storekit 2 with a configuration File. Now in the Testflight Beta version (Internal Testing) I get the following Error:
"There's no information available for In-App Purchases issue. Try again later 21102"
My Storekit implementation is very similar to this tutorial:
https://www.revenuecat.com/blog/engineering/ios-in-app-subscription-tutorial-with-storekit-2-and-swift/#h-implementing-on-device-subscriptions-with-storekit-2-in-swift
All The IAP prerequisits should be met acording to: (https://developer.apple.com/help/app-store-connect/configure-in-app-purchase-settings/overview-for-configuring-in-app-purchases)
I'd appreciate it, if someone could help me with this issue. Chris
Hi everyone
I just had the same with a new app I was developing, but I was 100% sure, my code is correct. I decided to publish the app anyway, and hoped it works when the app goes live. So I put the app into appstoreconnect and sent it for review. After a day it was rejected with screenshots showing again the same issue, the reviewer asked me to "improve the user experience". And finally the good thing was... I immediately tested it again without any change, and ... it worked. I re-submitted it without any change, let the reviewers know, that it must be some kind of issue at Apple, and that I did not do any code change, and 24h later the app was approved and functioning.
It might not be the nice way, but maybe it indeed helps just to do this review cycle to get it working.
Cheers