Having read a few threads about how users that have root access and
can copy the .apk after installing the app, ask for a refund and
install the app again, it occurred to me it would be nice to have an
API that connects to the Market and validates if the current user has
purchased the app. It should be up to the developer to decide how
often to check, what to do if the query to the Market fails due to
connection issues, etc.  It could be part of the current
PackageManager.

Example:
boolean hasUserPurchasedPackage(String PackageName);

Regards,
Alejandro

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to