I am trying to set up my app for iOS to use my subscriptions. All my subscriptions are in ‘ready for review’ state. I always get this error when trying to fetch my subscriptions. Also my test flight seems to have issues not sure if this may be related but when trying to install it says ‘app unavailable or doesnt exist’
- I have uploaded my relevant binary
- I have added subscription relevant metadata
- I have completed all the agreements (paid and free apps)
My issues are
- Configuration error when trying to find offerings (API still works i believe and connects to apple but cannot fetch the offerings)
- Test flight not working properly (not sure if related)
flutter: PlatformException(23, 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, {underlyingErrorMessage: , message: 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, code: 23, readableErrorCode: CONFIGURATION_ERROR, readable_error_code: CONFIGURATION_ERROR}, null)
Been stuck on this for a few days so any help will be appreciated.