I am using objective-c for the first time.
My requirement is to authenticate the logged in user and find their SID.
In windows development we have a very few APIS, with the help of which we can find out the SID of the user.
My assumption is: there should be some functions in the cocoa framework which should tell us the SID of the user.
If there is no such feature, then how else should I try to find it?
Guide me on this.
I think it's a unique identifier for the device.
This open source project helps you get that:
UIDevice-with-UniqueIdentifier-for-iOS-5
From the documentation: