[android-developers] Re: currency symbol to iso code on Android

2013-01-11 Thread adrian del campo
viernes, 11 de enero de 2013 01:40:18 UTC+1, Lew escribió: adrian del campo wrote: Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android? What locale would you use for $? Brunei Darussalam (ar/BN)? Chile (es-cl/CL)? Colombia (es-co/CO)? Hong Kong (zh-hk/HK

[android-developers] currency symbol to iso code on Android

2013-01-10 Thread adrian del campo
Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android? I have seen that Google Play in-app billing APIv3 can send us the item price including the currency symbol, but then we are storing the price and currency in different fields, so we can validate if

[android-developers] Testing in-app billing

2012-06-28 Thread adrian del campo
Hi, I'm creating a simple library to manage in-app billing from our apps. I have tested everything with the static test products from google and it seems to work fine. The problem is that when I try to buy a real product using a test account google play is asking me for a credit card even

[android-developers] android in-app billing sandbox

2012-06-28 Thread adrian del campo
I'm developing a simple in-app billing library. It works with static responses from google, but now I'd like to test this lib with real in-app products. I have created a test account and I'm trying to buy a product, but google Play is asking me for a credit card. Is there any way to test