I cannot retrieve product information for my subscription

Swift Storekit2

var storeProducts:[Product]]

storeProducts = try await Product.products(for: [productID])]

When executed, storeProducts has 0 values.

The log shows "Did not receive any products or error for products request.

The Appstore Connect subscription page is active for paid apps.

The productID is the Product ID of the subscription created in Appstore Connect.

I cannot retrieve product information for my subscription
 
 
Q