StoreKit2 Subscription

I cannot call productID in StoreKit2.

I am getting the following error.

[Default] [StoreKit] Did not receive any products or error for products request.

I'm calling with this code. productAppID contains the product ID set in App Store Connect.

  var storeProducts:[Product].

    storeProducts = try await Product.products(for: [productAppID])]
StoreKit2 Subscription
 
 
Q