Is there a way to get IMEI of BB10 using qml or cpp? I don't see any documentation for it.
https://developer.blackberry.com/html5/apis/blackberry.identity.html
This did not help me.
Is there a way to get IMEI of BB10 using qml or cpp? I don't see any documentation for it.
https://developer.blackberry.com/html5/apis/blackberry.identity.html
This did not help me.
There is HarwareInfo API for getting IMEI.
You will need permission
"read_device_identifying_information"
to use this API.And link device lib in pro file,
LIBS += -lbbdevice