it’s possible to let my iPhone send automatically the UDID in all http request header?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create your own UUID that you can add to your header if you want. Save the UUID in preferences.
Maybe do this in
- (BOOL)application:didFinishLaunchingWithOptions:You can then add the header to a
NSMutableURLRequest