I’m looking to find information on how to update my XCode program that has been released. Is there an easy way to go about this? What if it includes changes to my Core Data Model?
Any help would be appreciated.
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.
Interestingly you didn’t make it clear in your question whether you are using MacOS or iOS.
iOS is pretty straightforward (you simply update the app within the app store).
MacOS has a bit more diversity. If it’s on the app store, you can update it there.
If it’s a standalone app, you can use open source frameworks like Sparkle (<– which I’ve linked for you) which notify the user that a new version of your program is available to download and gives them the ability to click a button to download & install the update.