I am currently struggling with the fact that the InApp-Billing API (http://developer.android.com/guide/market/billing/ billing_reference.html) does not support any type of "get all infos to all purchaseable items of my app"-like methods. Even in the Example Application "Dungeon Example" the names of the items are defined harcoded in the ressources (res/values/strings.xml - > gen/R.java).
How should i create a proper selection screen of InApp-Billing items if i can even load their data (name, price, id)? Defining the items names and prices in the app (res/values/string.xml) again after i have already defined them in the android market backend of my app seems quite redundant to me. Maybe i am all wrong, but this seems like a big mess to me. An example: what if i need different currencies (for different countries) and i want them to be displayed IN my Application BEFORE the user clicks the buy button? Handling all the conversions and current exchange rates is definitely a task i expected the InApp- Billing API to do for me. Anybody out there, who can shed some light on this? thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

