Questions tagged [google-license-manager]

Googles License Manager API is a programming interface for the management of software licenses.

Googles License Manager API is a programming interface for the management of software licenses. You can use the License Manager API to assign, update, retrieve, and delete user licenses. This is really handy, when you don´t have the time or possibilities to write your own licensing system on your products.

16 questions
30
votes
4 answers

Setting Up the Licensing Verification Library on Android Studio

im'triyng to implement the Google Licensing Verification in a Android Studio made app. By following this lines: http://developer.android.com/google/play/licensing/setting-up.html seems tath: As an alternative to adding the LVL as a library…
5
votes
2 answers

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 Licensed, etc). So far so good. But if my test device…
4
votes
1 answer

Error 400 "Invalid JSON payload" when inserting G Suite licenseAssignment with Google Enterprise License Manager API

I've been using the Google Enterprise License Manager API in Google Apps Script to assign G Suite licenses to users successfully for years. Since last Friday, 4/24/20 I've been getting an Invalid JSON payload error back from the API. I create this…
4
votes
1 answer

What could cause a published Android app to spontaneously stop working for a large number of users?

I hope this question isn't too broad. I realize the answer to my question is "Anything, it depends on the particulars." I'm just looking for ideas here. I have a published Android app that has been in the store for years. People download it every…
Brian Rak
  • 4,912
  • 6
  • 34
  • 44
1
vote
1 answer

Cannot add license testers to Play Console

I'm trying to add license testers to test IAP in the Play Console. I found everytime I try to add an email address, I press save changes then it says "Your changes have been saved" down in bottom in a bar. However, the list of license testers never…
1
vote
0 answers

Android: storing your webservices symmetric-key in Google Play?

I have been wondering if there is a way to store a symmetric-key your app uses to call your own webservices inside Google Play. Maybe via the new Google Tag Manager now part of the Google Play Services or via some ways of customizing Google Play…
1
vote
1 answer

How to manage Google Vault Licenses with License Manager API

Now that Google Apps Vault supports licensing for a subset of users, I'd like to be able to manage Vault users with the Licensing API. However, it seems that while the Reseller API supports Vault as a product and sku, the License Manager API does…
Jay Lee
  • 13,415
  • 3
  • 28
  • 59
1
vote
1 answer

Can the Licensing Manager API retrieve Drive quota usage?

The Google Licensing Manager API, https://developers.google.com/google-apps/licensing/, can be used to assign Drive licenses to users in an Apps domain. How can you retrieve the amount of storage a given user is actually using and not just what…
hexedpackets
  • 854
  • 10
  • 16
0
votes
1 answer

How to Get Archived User license using License Manager

Is there a way to read "Archived User" (AU) license using License Manager API? If so, please provide an example of the request. Thank you.
0
votes
2 answers

When trying to accept Android Studio licenses, I keep getting this error "java.lang.NoClassDefFoundError"

I am trying to build my first android studio project. I keep getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema When I try to build the simplest "MyFirstApp" project, I do not get this…
0
votes
0 answers

G-Suite API to purchase licenses for resellers

I have made an extensive research on the reseller flow and found the following APIs Reseller API - covers the flow for creating customers, assigning license to customers. This document tells that 'A reseller buys user licenses from Google and…
0
votes
0 answers

Implement google play licensing library in android studio

Can some one help me to import the Google Play licensing library to my android studio project? I have downloaded and installed everything that was available in the SDK manager, including the Google play licensing library. But now I don't know how…
0
votes
1 answer

Location of a permission

I am making an AAR for licensing functionality. I plan to use it in multiple applications. As per documentation, licensing implementation needs a permission in manifest file: "com.android.vending.CHECK_LICENSE" I am not sure where should this…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
0
votes
1 answer

google enterprise license manager api - Unauthorized operation for the given domain

The LicenseAssignments.get api returns 200 OK Request: GET https://www.googleapis.com/apps/licensing/v1/product/Google-Apps/sku/Google-Apps-For-Business/user/ Response: 200 OK - Show headers - { "kind": "licensing#licenseAssignment", …
0
votes
1 answer

Android Apk Distribution

I have a question on the apk distribution. We all know that we can distribute apks through bluetooth, emails etc. Now, when I download any apk from the google play, the app gets installed and that we cannot share it by using the licensing…
android developer
  • 1,253
  • 2
  • 13
  • 43
1
2