Hello
we are hitting a deadend when we try to retrieve offerings when using flutter and amazon
our flutter package purchases version is 4.0.0
and we are using amazon.alpha4
we tried everything possible to get the offerings but everything failed, I have read the community posts here, and tried github posts on revenuecat repository, and I couldn’t find any information or fixes.
We tried using the app with live app testing and with app tester on amazon and both didn’t work.
here is the console:
D//Purchases] - DEBUG( 4941): Products request finished with result SUCCESSFUL
D/SPurchases] - DEBUG( 4941): Retrieved productData: {}
D/DPurchases] - DEBUG( 4941): Product data is empty
D/c ( 4941): In App Purchasing SDK - Sandbox Mode: sendGetUserDataRequest
D/c ( 4941): In App Purchasing SDK - Sandbox Mode: handleResponse
D/dPurchases] - DEBUG( 4941): User data request finished with result SUCCESSFUL
D/wPurchases] - DEBUG( 4941): Requesting Amazon products with identifiers: cvium_sub_1month_0.99, CVium_sub_3month_1.49, CVium_sub_6month_1.99, 1month, CVium_All_Subs_1month, CVium_All_Subs_3month, CVium_All_Subs_6month, CVium_All_Subs
D/c ( 4941): In App Purchasing SDK - Sandbox Mode: sendItemDataRequest
D/c ( 4941): In App Purchasing SDK - Sandbox Mode: handleResponse
D/KPurchases] - DEBUG( 4941): Products request finished with result SUCCESSFUL
D/uPurchases] - DEBUG( 4941): Retrieved productData: {}
D/ Purchases] - DEBUG( 4941): Product data is empty
We also tried older version of the RC sdk and amazon.alpha3 and we got the same issue.
are we missing anything here, or there is an actual bug?