You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello together,
I have the following code snipped which I used to read out the deviceId. The last line now crashes the runtime. If someone know of a workaround, would be great to have it mentioned here. Thanks!
"@nativescript/ios":
"version": "8.1.0-rc.1",
const systemInfo = new interop.Reference();
uname(systemInfo);
deviceId = NSString.stringWithUTF8String(systemInfo.value.machine).toString();
The text was updated successfully, but these errors were encountered:
Hello together,
I have the following code snipped which I used to read out the deviceId. The last line now crashes the runtime. If someone know of a workaround, would be great to have it mentioned here. Thanks!
"@nativescript/ios":
"version": "8.1.0-rc.1",
const systemInfo = new interop.Reference();
uname(systemInfo);
deviceId = NSString.stringWithUTF8String(systemInfo.value.machine).toString();
The text was updated successfully, but these errors were encountered: