-2
votes
0answers
21 views

Licence of photos in my Android application [closed]

I really need your help, I am having nightmares about this issue. I couldnt find any form to contact about my problem so could you please give me a contact information or may be you may tell me how to ...
4
votes
1answer
176 views

Android License App showing Not-licensed?

I'am doing an app android license for paid application. In this app i gave base 64 public key & salt 20 random numbers according to my app details. My code is as follows: initialized variables ...
2
votes
1answer
105 views

Android Google Play - Should I license my paid app or is it optional?

Is adding licensing to my paid app optional when using Google Play or is it required that I do it before uploading? When I try to upload the app now it says that it is not recognized. Should I have ...
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 ...
0
votes
1answer
41 views

issue testing licensing

Please see the graphic below... I'm trying to set responses so that I can test my licensing logic. But I think I have painted myself into a corner. When I first signed up for my developer account I ...
0
votes
3answers
182 views

Allow users to download your own paid app for free in Android

I have a paid app in the Play Store (Profile Widget, in case anyone is wondering ;)) and I want to allow some users (friends, or people who do not have a credit card) to download it for free. Of ...
1
vote
0answers
73 views

Google Play License Service: Assertions about the userId field?

According to its reference implementation, we are to assume that the Google Play Licensing Serv{ice,er}, in the userId field of its response, returns an // Application-specific user identifier. On the ...
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 ...
0
votes
0answers
120 views

Working of License policy's Retry period and maximum retry count

I read here about the Retry period and maximum retry count : In some cases, system or network conditions can prevent an application's license check from reaching the licensing server, or prevent the ...
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
70 views

Is there a way to give an Android in-app subscription to someone for free?

I've seen similar posts from a while back that say that the only way to do this is to have the person actually purchase the subscription, and then I can process a refund. Is there any update on this, ...
0
votes
1answer
111 views

Should I license the free Android app I'm developing, when publishing to Google play [closed]

I'm developing a free android app, to be published in Google play. I saw this doc about licensing: http://developer.android.com/guide/google/play/licensing/index.html It does not specify whether ...
4
votes
1answer
613 views

Would this Google Play Licensing policy be safe to use?

The default ServerManagedPolicy that Google provides in their License Verification Library relies on the server responses to determine the license revalidation interval. This results in requiring a ...
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 ...
1
vote
1answer
308 views

Google Play allows app with a private licensing system?

I'm developing a Android app, which for some reasons need a custom licensing service. Practicaly the user download the app from market, and app will require a license code provided by me. I have seen ...
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 ...
1
vote
1answer
765 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 ...
2
votes
1answer
107 views

May I use SIMPLE API for Commercial Usage? (Apache License)

I'm about to release my first app to the store. For this application I need to deserialize xml to objects. May I use SIMPLE for commercial android applications? I'm not planing any free versions so ...
0
votes
1answer
86 views

Effective grace period with usage counter and LVL

I'm considering the possibility of making a currently paid Android app as free but with a grace period that is computed with actual utilization of the app. My question is about how actually does ...
1
vote
2answers
588 views

Gifting or beta-testing a paid Android application

I have a question about Android Market/Google Play license model for paid applications. First and foremost, I already know that there are specific APIs for licensing in the Android platform, but for a ...