Tagged Questions
0
votes
1answer
52 views
Copy protection and pay per installation on different device
I want with my app such that user can not copy it. and user must pay for an app when user install on different mobile.
Once user paid app then it should work only in one mobile. when user install the ...
1
vote
1answer
51 views
Is Google Play LVL license check “package” or “public key” specific?
I am the developer of 2 applications which are availabe in Google Play (non-public, in progress).
One app is free, the other is non-free.
The free app is checking if the user has a license for the ...
0
votes
1answer
28 views
Implement a Google play time validity of an app
I want to upload an app on google play. I want to implement time validity of app subscription is one year.
Once user pay for one year then user can use that app for an year. After one year ...
0
votes
0answers
98 views
Android ServerManagedPolicy implementation not working
I've implemented the ServerManagedPolicy Licence for my app, but I have a question:
After I receive the alert telling me that the app is not licensed I click buy and it takes me to app's google play ...
1
vote
1answer
64 views
Play Store LicenseCheck with wrong results
I've made a new app for Google play store and try to use LVL in it. The app is already uploaded to my developer console but not yet published.
I added my gmail account to the test accounts and it ...
0
votes
0answers
64 views
Occasional bindService failure in Google's LVL
We are using Google's License Verification Library (LVL) in our app. We have a small number of (usually new) users that have problems verifying their license. I've tracked a number of these failures ...
2
votes
1answer
182 views
Google Play LIcensing - Meaning of “Respond Normally”?
Hello and thanks in advance for your response.
I have my licensed app uploaded to the Play Store. I can test and get expected results with all of the static test license responses (Licensed, Not ...
0
votes
0answers
267 views
Android LVL returns sometimes NOT_MARKET_MANAGED and sometimes INVALID_PACKAGE_NAME
I´d like to use the android lvl to copy-protect my app. I have done the following:
Created new library project(lvl)
Created new test projct and added the library project
I´ve implemented the ...
1
vote
2answers
216 views
Google Play: how dev can give (already purchased) app to customer as a gift?
Yes, SO, I know, it's not a "programmer's" question:) But customers sometimes help us (devs) with our code, so we (devs) shold be grateful. I think answer to my question will be useful for all fellow ...
0
votes
2answers
392 views
Android LVL: ERROR_NOT_MARKET_MANAGED when uploaded a new version with public key of new acc
We're moving to another Google Play developer account, so I faced the following problem.
App with LVL transferred to this new account returned LICENSE_ALLOW, until I've uploaded a new version with a ...
13
votes
3answers
626 views
LicenseChecker checkAccess leaks ServiceConnection
I am receiving this exception in LogCat every time I press the Back button in my app:
Activity has leaked ServiceConnection
com.android.vending.licensing.LicenseChecker@471cc039 that was
...
1
vote
1answer
271 views
Faster Way to Query Application's Current Version on Google Play?
I would like to be able to compare, on application start, the running version against the same application's version currently on Google Play.
I found a nice way to this, described here:
public ...
0
votes
1answer
328 views
Android LVL always responding 'LICENSED' when testing
I've got an Android app (HTML5 app using PhoneGap) that I want to test with Android's LVL verification.
I've exported my app pkg from Eclipse, uploaded it to Google Play without actually publishing ...
2
votes
1answer
909 views
LVL Library Google Play licensing response code always NOT LICENSED for test accounts
I've added licensing to my android application using LVL Library. Licensing works properly for normal users which buys it in Google Play (I think so - I don't have any feedback about problems). It ...
0
votes
1answer
882 views
How to test application without activating it?
OK, so I exported a signed release APK, "locked" with Google's LVL API but before activating it on Google Play to be visible to and downloadable by all, I want to test it first on my device.
The ...
1
vote
1answer
764 views
Android Licensing (LVL) keeps returning Retry (code 291) after publishing app
I recently made an update to an existing (paid) app I have had published on Google Play for a while. While I was working on the new version, I thought I'd implement the Google Licensing Verification ...