Reputation: 675
I wrote an app for Android which uses Google account registered in phone. App lists account and let user pick one for user id. Reasons for this are:
This scheme works very well in Android. And now I'm investigating how can I do similar thing in iPhone.
First I searched the way to list Apple ID in iPhone. I learned it's impossible in iOS shortly. Now I want to know how can I verity some account (Apple ID will be fine) user entered.
Use case for this is like:
Thanks in advance.
Upvotes: 1
Views: 300
Reputation: 17866
There’s no support in iOS for using Apple ID to authenticate the user in your own apps.
In iOS 6, you can use Facebook and Twitter (and in China, Sina Weibo) with Accounts.framework.
Upvotes: 3
Reputation: 3026
Apple doesn't offer an accessible SDK to interact with Apple IDs. At least to the best of my knowledge. I don't think you are going to be able to replicate the functionality that you have on Android in iOS.
Upvotes: 1