Hi,
I’m getting an error when trying to retrieve offerings from my StoreKit config file when running my unit tests.
Current Setup:
Tests scheme with a Unit test host app as the executable.
RevenueCat Error:
pPurchases] - ERROR: There is an issue with your configuration. Check the underlying error for more details. There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used).
More information: https://rev.cat/why-are-offerings-empty
Underlying Storekit Error:
oDefault] sStoreKit] Failed to get products through appstored in simulator, will try using appstoreagent on host mac: Error Domain=ASDErrorDomain Code=950 "Unhandled exception" UserInfo={NSLocalizedDescription=Unhandled exception, NSLocalizedFailureReason=An unknown error occurred}
Please can someone advise what might be going wrong here?
Thanks!