Re: [android-developers] Re: Limiting installs of licensed app to number of devices

2011-09-04 Thread NWD Sports
-Founder -Original Message- From: Jim Sent: Friday, September 02, 2011 6:27 PM To: Android Developers Subject: [android-developers] Re: Limiting installs of licensed app to number of devices I see your point. I mis-read your concern. I implemented the policy to check licensing at

[android-developers] Re: Limiting installs of licensed app to number of devices

2011-09-02 Thread Jim
I see your point. I mis-read your concern. I implemented the policy to check licensing at intervals, to minimize "sharing" through temporary account setup for app download purposes. A service for this is an interesting concept. Is there any additional interest out there? We may be interested in pr

[android-developers] Re: Limiting installs of licensed app to number of devices

2011-09-02 Thread Kevin Tambascio
Hi Jim, I originally read this section when implementing licensing: Caution: Per-device licensing is not recommended for most applications because: - It requires that you provide a backend server to manage a users and devices mapping, and - It could inadvertently result in a user being denied ac

[android-developers] Re: Limiting installs of licensed app to number of devices

2011-09-01 Thread Jim
According to the documentation, if you implemented the licensing correctly, it will not allow installation on multiple devices for the same license. (Check out the "device identifier" section here: http://developer.android.com/guide/publishing/licensing.html) Is there documentation or information