I want to add information about the iOS and device model while sending any request to server to fetch the data from server. Can any one help me how to send some specific information to server so that server should be able to understand the request came from real iPhone/iPad device , Simulator ?
Share
Use
UIDevice currentDeviceobject to access device info:Model:
Version:
Use
ASIHTTPRequestPOST to send data to server.