B4A Question get phone imei? - muhlis    Jan 1, 2014 static String imei(){
String n1="";
String num;
Context context = getWindow().getContext();
TelephonyManager telephonemanage = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
try {
num=telephonemanage.getDeviceId();
n1=num;
}
catch(Exception e... B4A Question Getting a device's IMEI - AdorableApple (first post)    Aug 8, 2025 This is the QR code I was talking about. I thought it navigated to the Settings but it doesn't. ... B4i Question GetIMEI for IPad - Yvon Steinthal (first post)    Sep 10, 2018 Nevermind, i just read further in the forum.
I will generate and save a unique key for each user.
It seems to be the overall consensus to be able to handle unique identifier on iOS.
Y.... B4A Question How to get IMEI number? - Picena Informatica (first post)    Aug 4, 2014   (1 reaction) http://www.b4x.com/android/forum/pages/results/?query=get+imei&page=1&prefix=0... B4A Question How to get the IMEI number or SIM serial number? - Erel (first post)    Jul 23, 2017 https://www.b4x.com/android/forum/threads/simcard-also-dual-sim.51301/... B4i Question Get the IMEI of a phone - Erel (first post)    Jun 19, 2016   (1 reaction) There isn't any other id. You can store a value in the keychain. The value will not be deleted w... B4i Question is it possible to get device IMEI address for iOS? - jazzzzzzz (first post)    May 11, 2016 https://www.b4x.com/android/forum/threads/get-the-imei-of-a-phone.48103/#post-358552
check this thread ,it says you can only get identifierForVendor.... B4A Question what is whatsapp IMEI and how to get it? - Hamied Abou Hulaikah    Mar 10, 2016 what is whatsapp IMEI and how to get it?... B4A Question Android 10 get SIM serial number and IMEI doesn't work - Erel (first post)    Dec 9, 2019 Please use code here... tags when posting code.
Standard applications can no longer get any serial number.
https://www.b4x.com/android/forum/threads/getdeviceid-doesnt-work-in-android-10-and-some-latest-android-version.111818/#post-697413... B4i Question Get iOS device IMEI - Erel (first post)    Dec 26, 2016 but how to find iOS device IMEI, MAC, telnum
It is not possible.... Page: 1   2   3   4   5   6   7   |