As mentioned in https://community.revenuecat.com/topic/show?tid=2994&fid=51
Is there any way to test different end-user currencies
Google recently released the Play Billing lab app which should make this process much easier. I would recommend using that.
Does storeProduct.priceString always show the actual/local currency symbol & price of what the user will see in the Play Store or App Store after Purchases.purchasePackage is callled?
Yes, that should be the formatted price, as it comes from the Play Store/App store, so you can display it to customers.
Let us know if you have further questions!
Dude, I just tried https://developer.android.com/google/play/billing/test#play-billing-lab and it works perfectly, the exact answer to my questions!
Strong suggestion: add these details (the answers to my two questions in this thread) to this page: https://www.revenuecat.com/blog/engineering/the-ultimate-guide-to-android-subscription-testing/#optional-features -- this info is sorely missing here!
Thanks for the fast responses.