Post

Replies

Boosts

Views

Activity

Reply to Production review failed because IAP products cannot be loaded
I rewrote my code using a different API. That seemed to have done the trick: .onAppear { Task { do { let loadedProducts = try await Product.products(for: productIDs) products = loadedProducts.sorted { $0.price < $1.price } } catch { purchaseMessage = NSLocalizedString("Failed to load products.", comment: "") } isLoading = false } }
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to IAP Product display incorrect currency price
I have the exact same problem but with EUR and USD. It does not happen all all devices though. The devices that I have it on run iOS 18.5.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’25