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/DPurchases] - DEBUG(15726): Offerings cache is stale, updating from network in foreground
D/>Purchases] - DEBUG(15726): Start Offerings update from network.
D/
D/
Updating pending purchase queue D/uPurchases] - DEBUG(15726): No subscriber attributes to synchronize.
D/hPurchases] - DEBUG(15726): Getting storefront from cache was null.
D/aPurchases] - DEBUG(15726): Listener set
D/LPurchases] - DEBUG(15726): API request started: GET /subscribers/xxxx/offerings
D/xPurchases] - DEBUG(15726): API request completed with status: GET /subscribers/xxxx/offerings 304
D/fPurchases] - DEBUG(15726): No cached Offerings, fetching from network
D/iPurchases] - DEBUG(15726): Start Offerings update from network.
D/pPurchases] - DEBUG(15726): Request already scheduled with jitter delay, adding existing callbacks to unjittered request with key: BackgroundAwareCallbackCacheKey(cacheKey=[/subscribers/xxx/offerings], appInBackground=false)
D/IPurchases] - DEBUG(15726): Getting storefront from cache was null.
D/rPurchases] - DEBUG(15726): API request started: GET /subscribers/xxxxx/offerings
D/ePurchases] - 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/ePurchases] - 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.')