cancel
Showing results for 
Search instead for 
Did you mean: 

How to Control App User License?

Former Member
0 Kudos

Hi,

Is there any way to control the App License?

i sell my App to One Client with 5 License Limit. But he have 10 SUP User License. he can install the App in 10 Devices. all devices are connecting  same time. How to Control this ?

My Aim : My App Should Allow Only 5 user at a Time.

Thanks in Advance

Krish

Accepted Solutions (0)

Answers (1)

Answers (1)

tahir_z
Contributor
0 Kudos

Hi

Can you please eleborate your requirement. How many user does your license include ? Do you want to give 5 user limit only for a application you sold.

Tahir

Former Member
0 Kudos

Hi Tahir,

My Requirement is as follows:

My Client Have 50 SUP Licenses, now he want to purchase my App Only 5 Licenses. After I sell my App, that APP should work for only 5 Devices at a time.  How to control this?

Based on the customer purchased Licenses for my APP I want to control it. Any Option Please suggest me.

THanks

Krishna

tahir_z
Contributor
0 Kudos

My idea would be this,

There is Sup Administration API based on Java. You can get Applications and Application Connections by developing a java app.

Scenario can be as follow,

1- Write a small java program which has input Applicaton ID and response sum of Application Connections. e.g Your app id is "SUPApp" and it will brings all users which use SUPApp id

2- Create a web service which trigger java program

3- Invoke webservice in anyplatform(IOS, android etc. ) and check whether that application id has more than 5 user or etc. depends on you.

Developer Guide: Unwired Server Management API

This is just an idea

Regards

Tahir

Former Member
0 Kudos

Hi,

Actually i am also thought same, Currently i am working Android App side for get Output..

Based on this Developer Guide: Unwired Server Management API Example i am not getting Values, if  you have any Example please share it.

Actually it through some Exception message like Error in Lib files etc....

Regards

Krish

tahir_z
Contributor
0 Kudos

Hi,

I dont have any workaround about that.  Maybe someone else in forum has that.

Regards

Tahir