Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

iPhone App update process?

Hi there,

I have version 1 of an app on the app store and having developed enhancements (to make it 'even better') I'm ready to upload an update.

But, I'm not sure what I need to update with a new version of an existing iPhone app. For example do I get a new provisioning profile, and/or app_id?

Or do I use the same ones from the earlier version to create a new app.zip file and just submit the new binary into iTunes connect?

Any description of this process would be very helpful.

cheers,
Chris.

— asked April 15th 2010 by Chris Reed
  • deployment
  • iphone
  • update
0 Comments

4 Answers

  • Someone please jump in here if I'm wrong, but I've just used the same provisioning profile as before and been successful. So this, from your post:

    "Or do I use the same ones from the earlier version to create a new app.zip file and just submit the new binary into iTunes connect?"

    Make sure to change the version number in your XML file, and then you get a chance to put in a new version number when uploading in iTunes connect as well.

    In iTunes connect, in Manage Your Applications, there is a button for Update Application.

    — answered April 15th 2010 by Steve Perlow
    permalink
    0 Comments
  • Yes, @Steve has it right:

    1. Change your version number for your project in your Ti project settings.
    2. Confirm your app icon has been selected in your project settings (otherwise your app icon, listed in tiapp.xml, will be replaced with a default_app_icon.png).
    3. Save your project.
    4. Rebuild for distribution using your existing distribution certificate.
    5. Upload binary to marketplace.
    — answered April 15th 2010 by TZ Martin
    permalink
    0 Comments
  • Thanks Guys, going for it.

    Smoke me a Kipper

    cheers,
    Chris

    — answered April 15th 2010 by Chris Reed
    permalink
    0 Comments
  • Hi.

    I was looking for this answer as well, but I have one more question:

    How would the end user know there is an update avaliable? I mean, from what I read, this will have your update up in iTunes, but how to tell the user, there is a new version to download?

    Thanks

    — answered September 25th 2011 by Alexnader Mogollon
    permalink
    2 Comments
    • The App store on their device will alert them the re is an update the next time the visit the App store

      — commented September 26th 2011 by Mark Beech
    • Thanks. It´s that easy. I was worrying about implementing notifications ans stuff.

      — commented September 26th 2011 by Alexnader Mogollon
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.