ios – Why am I getting invalidProductIDs for all my In-App Purchases even though product IDs match App Store Connect?big tee tech hubSeptember 6, 2025 I’m trying to retrieve my in-app purchase products using SwiftyStoreKit in Swift. let ids: Set = [monthly_InApp, yearly_InApp, lifetime_InApp] SwiftyStoreKit.retrieveProductsInfo(ids)…