On MacOS X I can use the method me in the ABAddressBook class to get the logged in user's record, see Apple's documentation. On iOS there is no similar function call (in the corresponding C interface) listed in the documentation. The iOS address book does not seem to preserve this information upon synchronization.
Is there any way to identify the user under iOS or do I need to devise a proprietary mechanism for every single one of my apps?