For a non-subscription purchase, is there a way to do it in flutter client, serverless case. Get information such as the actual price paid by the user and the country.
Page 1 / 1
You could get the exact price of the product from our SDK using the priceString
method here: https://pub.dev/documentation/purchases_flutter/6.27.0/models_store_product_wrapper/StoreProduct/priceString.html. This will return a formatted price of the item that is being looked into, including its currency sign.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.