Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is the below requirement possible?

How to make 10 different version of the same iPhone app for 10 different users?

share|improve this question

2 Answers

up vote 3 down vote accepted

Yes, it's possible. Just make the bundle IDs unique, and upload the app 10 different times.

The real question is: Why would you want to?

share|improve this answer
Up voted for the "Why?" question. – drekka Jul 1 '11 at 6:19

I think you are talking about Adhoc Distribution. In my opinion, it's not a good way to submit the app 10 times on the App Store, and the possibility for the refuse is very high.

If you need to distribute your app with several versions for several users using Adhoc Distribution, simply create 10 Archives and share the .ipa files to 10 different users (must add their UDID under your Developer Account)

share|improve this answer
Hey Thang Tran, How can i create 10 Archives? What does it maean? – YUG Jul 1 '11 at 7:21
If you don't know about Adhoc Distribution, please check out this link developer.apple.com/programs/ios/distribute.html For detail on how to do that, please login your Developer Account Portal and go to the Provisioning Profile part for step-by-step instructions. – Thang Tran Jul 1 '11 at 9:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.