10-29-2011 06:27 PM
Hi,
In the BAR descriptor file I can see this permission: <action>read_device_identifying_information</actio
It makes me think that we should be able to read some device information, such as the UDID. Is it actually possible, and how?
Thanks in advance.
10-29-2011 11:28 PM
Check this:
http://www.blackberry.com/developers/docs/airapi/1
10-30-2011 05:22 AM
Thanks a lot, it's now more clear for me why this permission is available ![]()
Do you know if there is a C/C++ equivalent? Or if it is possible to call some Air functions from an app developed in C/C++?
Thanks.
11-18-2011 05:20 PM
I also need this. I tried to use confstr but it doesn't return anything.
char buffer[1024];
confstr( _CS_HW_SERIAL, buffer, sizeof( buffer ) );
I also have what I would except is the permission set in the bar
<action>read_device_identifying_information</action>
11-23-2011 10:30 AM
Currently, there is no native API to obtain the PIN of a BlackBerry PlayBook. However, this is a high priority API that we're looking to provide soon.
11-23-2011 10:47 AM
What about any kind of GUID?
11-23-2011 03:05 PM
The PIN would be the best thing to use as a GUID. Just hold tight a little longer on this feature if you can. ![]()
11-25-2011 05:52 AM
LMcRae wrote:
What about any kind of GUID?
You could use the Wi-fi interface MAC address, that should be unique to the device. It's available in Air, not sure about NDK.
01-19-2012 06:39 PM
Is this in 2.0?
01-23-2012 02:02 PM - edited 01-23-2012 02:29 PM
Using the 2.0 beta 3 NDK you can now obtain the device's PIN. Refer to deviceinfo found here: