Post

Replies

Boosts

Views

Activity

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])]
0
0
262
Sep ’23
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.
0
0
258
Sep ’23