how can i retrieve in Cocoa, Mac unique identifier, for ex.: serial number in 64-bit mode ?
I’ve followed couple articles but they were intended for 32-bit mode.
Thanks
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.
Have a look at this article “How to get hardware and network info”
If you are having trouble with the 64bit architecture – or your app simply has to be a 64bit app – consider moving the IO part to a helper utility and access it using distributed objects.
Have a look at Creating XPC Services