Hi,
Currently I am trying to do a application that will ask if the user wanted to send his iPhone id to a server. If he want he will click a button, and it will lead to a function that will get his iPhone id, and then send it to a server.
I am not sure if this code gets the iPhone id:
NSString* deviceName;
deviceName = [[[UIDevice currentDevice] name] copy];
I could not test it currently as there are still some missing stuff.
In addition, I have absolute no idea how can i get the user location, not the ones with coordinates, but with countries names..is it possible?
Currently I am trying to do a application that will ask if the user wanted to send his iPhone id to a server. If he want he will click a button, and it will lead to a function that will get his iPhone id, and then send it to a server.
I am not sure if this code gets the iPhone id:
NSString* deviceName;
deviceName = [[[UIDevice currentDevice] name] copy];
I could not test it currently as there are still some missing stuff.
In addition, I have absolute no idea how can i get the user location, not the ones with coordinates, but with countries names..is it possible?