If I have an apple ID. can I use the same for twenty iPads? We have allowed in-app purchases in our application and we are afraid it may be abused by people sharing the same apple ID.
Do we as developers need to track the devices it is installed on?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple require that purchases be restorable on every device that is associated with a common account and that the user be allowed to reinstall the software and restore the purchase on the same device as many times as they like.
In 99.99% of cases, iTunes accounts are linked to credit card details. People therefore tend not to share them. In theory you could use the same login on twenty iPads but you’d run the risk of whatever anti-fraud measures Apple have in place flagging up a potential card theft.
Adding additional tracking would put you in violation of the requirements of your contract with Apple, meaning that they’d probably pull your app if they found out. It’s also technically very difficult — UDIDs are deprecated as of iOS 5 and anything you save as user data (such as a generated CFUUID) may be synced across devices, either by iCloud or by iTunes, and may alternatively not survive a deletion and reinstallation of your app.