Is it possible to get the user's apple ID through the SDK?

后端 未结 5 2126
自闭症患者
自闭症患者 2020-12-07 00:54

is it possible to get the user\'s information, such as apple ID, through the sdk? I am writing an app which will require an account linked to the app user. I want to allow t

5条回答
  •  抹茶落季
    2020-12-07 01:12

    It's not (AFAIK) possible. You can only retrieve the device's UDID.

    What I've done in the past is link an account on my side with multiple UDIDs on the user's side, so when they install the app on various devices they can just use that single account and it will automatically link that device. Not ideal, but I've not seen a better solution.

提交回复
热议问题