Products not showing in app

Hello everyone,

I want to set up subscriptions but I'm having problems testing them. Indeed, when I use the storekit file to view the subscriptions it works, I see the subscriptions and I can subscribe in XCODE mode.

However, I'd like to go further and test with server notifications. So I removed the storekit file from the scheme, but I can't retrieve the products. The application doesn't retrieve any products.. I've been stuck on it for 2 weeks... I checked the contracts and put in all the information last Friday and everything is validated. I tested it in testflight mode, and it doesn't recognize any products! Just so you know, I use the original API for maximum compatibility.

So I removed the storekit file from the scheme, but I can't retrieve the products. The application doesn't retrieve any products..

When you enable StoreKit Testing in Xcode, StoreKit queries the active StoreKit configuration file in your Xcode project for in-app purchases configured for your app.

When you disable StoreKit Testing in Xcode, StoreKit queries App Store Connect for in-app purchases configured for your app. Confirm that every product identifier you use in your app matches a product identifier for an in-app purchase configured for your app in App Store Connect.

Products not showing in app
 
 
Q