Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Issue that subscription products (monthly subscription and annual subscription) cannot be obtained from App Store Connect

Dear my friends, I have set up two subscriptions (monthly and annual) in App Store Connect. By configuring with StoreKit, I can import the configurations from App Store Connect into the local .storekit file, and the program can
run normally. However, when the StoreKit configuration is set to NONE, I am unable to retrieve product information from App Store Connect. The code for fetching the product list is as follows. Could you please provide suggestions on how to proceed? Thank you very much!


private let productIds: [String] = ["subscription.year", "subscription.monthly"]

subscriptions = try await Product.products(for: productIds)

Answered by App Store Commerce Engineer in 844136022

Make sure that you have completed your paid agreement and associated configuration, as otherwise your IAPs will not be visible in any environment to the device, including Sandbox.

Accepted Answer

Make sure that you have completed your paid agreement and associated configuration, as otherwise your IAPs will not be visible in any environment to the device, including Sandbox.

Dear ,

Thank you very much for your comments. Fixed it.

BR

Issue that subscription products (monthly subscription and annual subscription) cannot be obtained from App Store Connect
 
 
Q