I am working on an application in which the user will buy some โcreditsโ as purchases in the application and use them to purchase some services inside the application. Since a user can have more than one device, I need to identify it on different devices.
I understand that I can create several logs (and store user accounts on my own server), but I would like to avoid this. At best, I would like to use an Apple ID, but I canโt understand how I can access the Apple ID inside the application?
Here I found similar questions, but did not answer them. I do not believe that there is no way to access the Apple ID from the application (I do not need a password, just an identifier), since I found something like AVMetadataiTunesMetadataKeyAppleID in AVFoundation, but this structure seems to be designed only for Mac OS X.
Any suggestion how to solve this?
source share