Hi UBZack, I'm currently working on a Google Checkout client for Android that generates simple sales reports based on a date range and order status, mostly for myself because the web interface doesn't provide nice summary information and the .xsl export doesn't include item names or details. But I plan to release it for free when I'm done.
Anyway, the point is that you can use the Google Checkout API with an Android app to retrieve unique order numbers for individual transactions. If the app doesn't store the actual order number, you could cross-reference the order number with any other information (e.g. user name, email, etc.). Are you thinking of using this for some kind of DRM? On Nov 20, 9:45 am, UBZack <[email protected]> wrote: > Hi all, > > As you may know, when you buy an app from the market, an email is sent > to you with a "Googleordernumber" (which I believe is 15 digits > long), which is specific to this transaction. I was wondering if > thisnumberis stored anywhere on your device after you purchase an app, > and if it is, is there anything in the API to allow an android app to > retrieve thisnumber. If thisnumbercannot be retrieved, is there a > similar market transaction code that's retrievable? > > Thanks for any insight you can give on this matter! > > -UBZack -- 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

