Hello everyone, compiling my app in release with android: minSdkVersion = "5" android: targetSdkVersion = "29" gives me an error that I attach.
From what I understand it's a permissions issue for the GetDeviceId method.
I entered the permissions both in the main: If Permission = rp.PERMISSION_READ_PHONE_STATE Then and in the manifest: AddPermission ("android.permission.READ_PHONE_STATE").
What else needs to be added?
From what I understand it's a permissions issue for the GetDeviceId method.
I entered the permissions both in the main: If Permission = rp.PERMISSION_READ_PHONE_STATE Then and in the manifest: AddPermission ("android.permission.READ_PHONE_STATE").