Reputation: 3673
What information about user can I get? And how? I need to get iOS device ID (but I believe Apple doesn't want me to do that anymore?) as well as probably Apple ID (iTunes Store ID) of the user? My concern is to identify the user. Say, I have my app, and user purchased it from his iPhone, but then he is on his iPad, and I want to identify him properly. How can I do that? Anything I can get out?
Upvotes: 0
Views: 106
Reputation: 13267
You should have the user create a username within your app. Your app is guaranteed to be rejected if you request the user's Apple ID, and I know from experience that unless you have a really good reason to be asking for the user's name, Apple generally frowns upon this as well. So, as I said, either collect a username, or maybe you could even get by with a user's email. Good luck!
Upvotes: 2