Questions tagged [android-app-licensing]
8 questions
7
votes
1 answer
Getting purchase token for a paid app from Google Play
We need to associate information about the app purchase with the user on our servers. For in-app products, this is easy to do because we can receive the purchase token.
How to achieve the same functionality for a paid app downloaded directly from…

Andriy Gordiychuk
- 6,163
- 1
- 24
- 59
6
votes
3 answers
Android App Licensing crashes on Android Pie
The error says URLEncodedUtils is not found. Is there a workaround.
Caused by java.lang.ClassNotFoundException
Didn't find class "org.apache.http.client.utils.URLEncodedUtils" on path: DexPathList[[zip file…

mihirjoshi
- 12,161
- 7
- 47
- 78
2
votes
0 answers
React-Native Module for Android App Licensing
Looking to implement App Licensing for Android within react-native project which is referred here:
https://developer.android.com/google/play/licensing
Is there any react-native module available for the same?

Arvind
- 21
- 1
1
vote
0 answers
Android LVL : how to modify/recompile ServerManagedPolicy.java in the licensing module?
I would like to add some lines of code (namely some Log.d to check some values) in the ServerManagedPolicy.java file of the Google LVL library.
This library appears as a folder 'library_licensing' in the 'Project' tree of my project in the left…

toto_tata
- 14,526
- 27
- 108
- 198
0
votes
0 answers
Can I legally use android green robot's 3d model in my game if I made it?
I am making a 3d game in unity, in which i have different characters, and i would like to use Android green robot's 3d model as one of them. I made that model by myself in blender. I just want to make sure there is no problem with any licenses. I…
0
votes
2 answers
Android Licensing plugin I have being remaking has logcat error: java.lang.ClassNotFoundException, only on release build not development build
So I have being trying to make this plugin work:
https://github.com/Unity-Technologies/GooglePlayLicenseVerification
Really I'm surprised of how much of challenge it's being since this is suppose to be just a basic functionality that millions of…

Cavern head
- 21
- 1
- 7
0
votes
1 answer
Is it better to add "in-app billing" in an app instead of publishing it as a paid app in Play Store for avoiding piracy?
I have read some question's answer on stackoverflow about how to prevent an app from being shared after downloading it form Google Play Store. Such as:
Adding Google Play Licensing:
How to secure an Android app against sharing apps like ShareIT &…

Rawnak Yazdani
- 1,333
- 2
- 12
- 23
0
votes
3 answers
Toast not getting finished after pressing back button on android device?
I am developing a paid app, which checks for the license upon starting (from onCreate() method) the app. After receiving the response codes from server, the subsequent callback methods allow(), dontAllow(), applicationError() executes which…

Albert Ritchie
- 3
- 4