On Wed, Apr 20, 2011 at 3:10 PM, muhammad mahmood <[email protected]> wrote: > Hi > > Is there a way to request my Android Market InApp Billing Product List > (listing name,description and value of my items) via the In-app > Billing Service API? I checked the available In-app billing requests > (http://developer.android.com/guide/market/billing/ > billing_overview.html) and there is no request for such basic task. >
That's been discussed before. Unfortunately, there is no way to do it at present. The whole in-app billing thing has an early level experiment feel at this stage, so hopefully they might add this as well as some other features. If you'd like to add products without having to release a new version of your app, you'd have to manage them yourself. Depending on what you need, this might be as easy as putting a text/XML/JSON file on some publicly accessible URL. -- 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

