I need to get imei number and mac address of device (supposed to be works on both android and iphone) on adf mobile. Actually, even if i could get the device uid(unique identifier key) can be useful for me. Any comments about uid for 2 platforms that valid are welcome bgrds
How to get imei number, mac address(or uid) of mobile device on adf mobile
914 views Asked by webyildirim At
2
webyildirim, As per my knowledge you need to get the device os name, then based on OS condition you achieve the IMEI number, already posted for andriod, this one for Ios. thanks
NSString *ImeiNum = [[NetworkController sharedInstance] IMEI];