Storekit

I made in-app purchases using storekit and placed the ids in app store connect, but when I tried to test my application from Xcode, the purchase of the application was working, but when I tried it from the app store, it did not work.

Does your issue still occur?

but when I tried it from the app store, it did not work.

Does the above statement imply that you cannot fetch your in-app purchases in your app after they were approved by App Review? If yes, confirm that your in-app purchases are available for sale in App Store Connect in the storefronts where you wish to offer them. For more information, see Set availability for in-app purchases.

Additionally, to ensure your customers see only products that are available for them to purchase, always query the App Store before displaying your app’s store UI.

Storekit
 
 
Q