I actually have one app running with on database and I want to make a second app like the first one exept that the database will be different. What is the best thing to do? Is duplicate xCode Project the best solution?
Thanks everyone,
Ben
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.
If the app will be exactly the same but the data in the database is gonna be different, then you should just use the same code base but with a different bundle identifier. To do that you could duplicate the Xcode project, or to make things simpler, you could use one project but change the bundle identifier only before building for the App Store.