On Fri, Jun 22, 2012 at 2:48 PM, TreKing <treking...@gmail.com> wrote:
> On Thu, Jun 21, 2012 at 3:47 AM, DangerMcD <crash3m...@gmail.com> wrote:
>>
>
>>
>> store.  If not, what would be the best way for a developer to distribute
>> copies of the paid app while still having a license or key check of some
>> sort?
>
>
> There isn't. The Google Play store won't allow updating apps that haven't
> been paid for through Google Checkout with the given Google Account.
> So you would have to do the key / license checking yourself against your own
> web server and continue to manually send app updates to those people.
>

Here's an open source library+server app that does this. You could probably
combined it with in-app billing to achieve what you want -- you enable 'pro'
features if the bought the item, or have activated via your server.

http://code.google.com/p/droidactivator/

-- 
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