I am getting the following error when trying to test my app integration with Amazon. I have already implemented purchases with RevenueCat on this same app for Google Play and Apple, and it works fine on those stores.
Now I am getting this error when I try to start selling subscriptions on this app on the Amazon Appstore.
D/[Purchases] - DEBUG(15726): ℹ️ Offerings cache is stale, updating from network in foreground
D/[Purchases] - DEBUG(15726): 😻 Start Offerings update from network.
D/[Purchases] - DEBUG(15726): Request already scheduled with jitter delay, adding existing callbacks to unjittered request with key: BackgroundAwareCallbackCacheKey(cacheKey=[/subscribers/xxx/offerings], appInBackground=false)
D/[Purchases] - DEBUG(15726): ℹ️ Updating pending purchase queue
D/[Purchases] - DEBUG(15726): ℹ️ No subscriber attributes to synchronize.
D/[Purchases] - DEBUG(15726): Getting storefront from cache was null.
D/[Purchases] - DEBUG(15726): ℹ️ Listener set
D/[Purchases] - DEBUG(15726): API request started: GET /subscribers/xxxx/offerings
D/[Purchases] - DEBUG(15726): API request completed with status: GET /subscribers/xxxx/offerings 304
D/[Purchases] - DEBUG(15726): ℹ️ No cached Offerings, fetching from network
D/[Purchases] - DEBUG(15726): 😻 Start Offerings update from network.
D/[Purchases] - DEBUG(15726): Request already scheduled with jitter delay, adding existing callbacks to unjittered request with key: BackgroundAwareCallbackCacheKey(cacheKey=[/subscribers/xxx/offerings], appInBackground=false)
D/[Purchases] - DEBUG(15726): Getting storefront from cache was null.
D/[Purchases] - DEBUG(15726): API request started: GET /subscribers/xxxxx/offerings
D/[Purchases] - DEBUG(15726): API request completed with status: GET /subscribers/xxxx/offerings 304
E/[Purchases] - ERROR(15726): Error obtaining storefront in Amazon: PurchasesError(code=UnknownError, underlyingErrorMessage=Timeout error trying to get Amazon user data., message='Unknown error.')
E/[Purchases] - ERROR(15726): 😿‼️ PurchasesError(code=UnknownError, underlyingErrorMessage=Timeout error trying to get Amazon user data., message='Unknown error.')
2
E/[Purchases] - ERROR(15726): 🤖‼️ Error fetching offerings - PurchasesError(code=UnknownError, underlyingErrorMessage=Timeout error trying to get Amazon user data., message='Unknown error.')