10-18-2011 07:56 PM
As title.
On BB Java we use dynamic licensing to license our apps.
How do you do here?
Do you release full unprotected bar file or there is some sort of licensing?
Thanks.
Solved! Go to Solution.
10-18-2011 08:14 PM
10-19-2011 11:54 AM
phones can use dynamic licensing via HTTP post by generating an activation number using the device id, does this works for tablet also?
10-19-2011 12:01 PM
10-19-2011 12:33 PM
on android I use this code to get the device ID
TelephonyManager mTelephonyMgr = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
pin = mTelephonyMgr.getDeviceId();
on playbook simulator this code returns "unset"
so how can I get the device ID to do dynamic licensing?
10-19-2011 01:05 PM
10-19-2011 01:17 PM
I'm writing Java and I have android code, what is the
var devid : String = Device.device.pin; ????
where can I find the QNX library? are you sure that I can import it in my android project?
10-19-2011 06:23 PM