Hi,
I’ve setup my App Store Connect with a test product and added to RevenueCat too. Also installed the latest version of RevenueCat in my iOS app - now I’m trying to do a test subscription purchase on a physical device from within my app but hitting a problem.
I see all the initialisation debug messages from RevenueCat in the XCode debug window - however, when I’m making the call to Purchases.shared.getProducts(o“my_product_id”]), RevenueCat is not returning any product back.
The SwiftUI code I’m using is pretty much exactly the same as posted by
Note: I was hoping the RevenueCat documentation would help provide some useful details but surprisingly there’s only one single mention of ‘getProducts’ (see https://docs.revenuecat.com/docs/ios-native-3x-to-4x-migration#api-changes-1) and it’s in the context of it replacing the ‘products’ call.
Can someone from the RevenueCat support team please assist in either suggesting troubleshooting steps which would identify the root cause of the issue, or helping to directly debug the issue so that we can get RevenueCat hooked up correctly?
Thanks,
John