Ho do i get PhoneID on Android 10+ using android:targetSdkVersion="31"?
Using Library "Phone" version 2.53 we tried this code
from your post in Android Question > Get unique id for user:
...
738 Dim phone As Phone
739 Log(phone.GetSettings ("android_id"))
...
and got this error on line 738:
Error occurred on line: 738 (Main)
java.lang.Exception: array not expected...
Using Library "Phone" version 2.53 we tried this code
from your post in Android Question > Get unique id for user:
...
738 Dim phone As Phone
739 Log(phone.GetSettings ("android_id"))
...
and got this error on line 738:
Error occurred on line: 738 (Main)
java.lang.Exception: array not expected...