I have been working on getting in-app purchases V2 to work using OnlineSubsystemIOS. After solving many issues now the purchase is failing with the error “ErrorNoOffersSpecified”.
I have the following setup in my IOSEngine.ini
[OnlineSubsystem]
DefaultPlatformService=IOS
[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
bEnableGameCenterSupport=True
[OnlineSubsystemIOS.Store]
IsAllowedToMakePurchases=True
[OnlineSubsystemIOS.Store]
bSupportsInAppPurchasing=True
bUseStoreV2=True
From the store interface unreal document the offers should be cached in the system but that is not happening. I am wondering if I’m missing something.