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.

I'd like to know how install an ipa through iTunes that is just an update to an app I already have. I am developing an app with Flash CS5.5 and AIR for iOS.

I can get the app on the device ok - I just drop it into the Apps area (under Library) in iTunes, and then perform a Sync. But if I have an updated version of the ipa, and I drop it into iTunes, it doesn't perform the sync - I suppose it doesn't think there is a difference.

I realize that I could just delete the app from my device and then install the new ipa. But I have lots of user saved data from the app stored locally on the iPad and I don't want to wipe that out.

share|improve this question

2 Answers

Ok, going to answer my own question... the trick was to delete the app inside iTunes first. So in 'Apps' under Library I needed to delete my app. Then I dropped in the new ipa, and when I did a sync it simply updated my app and kept the user data.

share|improve this answer
In case anyone still needs this, the best way to do it now is directly through USB with either Flash CS6 (check the box in publish settings) or with the command line tool 'transporter chief'. – Richard Lovejoy Jan 21 at 22:56

This is an oldie, but I was looking for an answer to this so...

The trick for me was to change the version and build number before exporting the ipa. Then if You add the app through iTunes, it will update on next sync. No deleting is necessary.

share|improve this answer

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.