I'm developing a native iOS app and I`m kind of newbie both to objective-C and apple device development.
In my app I need to identify the user by an unique way. I think that the best solution would be to obtain current Apple ID and store it in online database for my purposes. The only catch is that the user can change it. So, I`m thinking Apple has to have another identifier to uniquely distinguish the actual accounts.
Is there any way I can get that one? Something I missed? Some class?
Thanks in advance... Pete