Hello,
There have been some similar reports about GetOfferings callback not being called on Fire OS (and some other on Android and iOS, but looks like iOS one has been fixes). I’ve setup everything and was able to get my offering for Android. When I setup the app for Amazon Store the GetOfferings doesn’t call the callback (neither success nor error). I’ve tried the other offerings API that registers a listener, but that one is also not firing events.
Here are the logs of the call:
DEBUG: ℹ️ Debug logging enabled
DEBUG: ℹ️ SDK Version - 5.6.0
DEBUG: 👤 Initial App User ID - null
DEBUG: 👤 Identifying App User ID: $RCAnonymousID:602c1ecc192b4d6b9bf2d776a95b0564
DEBUG: ℹ️ Deleting old synced subscriber attributes that don't belong to $RCAnonymousID:602c1ecc192b4d6b9bf2d776a95b0564
DEBUG: ℹ️ No cached Offerings, fetching from network
DEBUG: ℹ️ App foregrounded
DEBUG: ℹ️ CustomerInfo cache is stale, updating from network in foreground.
DEBUG: Retrieving customer info with policy: FETCH_CURRENT
DEBUG: ℹ️ Checking if cache is stale AppInBackground false
DEBUG: ℹ️ Updating pending purchase queue
DEBUG: ℹ️ No subscriber attributes to synchronize.
DEBUG: ℹ️ API request started: GET /subscribers/%24RCAnonymousID%3A602c1ecc192b4d6b9bf2d776a95b0564
DEBUG: ℹ️ API request completed with status: GET /subscribers/%24RCAnonymousID%3A602c1ecc192b4d6b9bf2d776a95b0564 304
DEBUG: 😻 CustomerInfo updated from network.
DEBUG: ℹ️ API request started: GET /subscribers/%24RCAnonymousID%3A602c1ecc192b4d6b9bf2d776a95b0564/offerings
DEBUG: ℹ️ API request completed with status: GET /subscribers/%24RCAnonymousID%3A602c1ecc192b4d6b9bf2d776a95b0564/offerings 304
DEBUG: ℹ️ App backgrounded
DEBUG: ℹ️ No subscriber attributes to synchronize.
Has anyone run into similar issues? Please assist with solution.
Thank you!