After update flutter version in_app_purchase does not return price, only return "Free" word only for android below version 12. But ios working fine and return price properly.
Anybody please help me, how to solve this issue smoothly.. please give me suggestions...
Price must be displayed here not free.
I am using
in_app_purchase: 3.0.8 (same issue happened)
When update to - in_app_purchase: 3.1.7 (same issue happened)
Till i am not getting any solution. It happens only in Android not ios device. Please anybody help.
Top comments (1)
using "rawPrice" instead of "price" in code, displayed 0.0 price , price not displayed properly in below Android version 12.
I mean in Android 10, 9 and below Android version. But Android version 12 and upper in_app_purchase is working fine. Price properly displayed. Please help me by reply. And help me to provide solutions.