- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I'm building an app for iOS, and I would like to know how to make the "AutoUpdate".
The idea is when I have a new version of the application, the user device app should look for the new version, download and install the new version but I have no idea how to do that!
I was looking on "phonegap-plugin-push" plugin, but I'm not sure if it's possible to use this plugin for my needs, and how to use !
Any help will be appreciated!
Thanks!
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We recommend you use the standard iOS update mechanism, which means you submit a new version of your app to the Apple store with a new App version in the build settings field. Updating the internals of the app is not something that is easily done...
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We recommend you use the standard iOS update mechanism, which means you submit a new version of your app to the Apple store with a new App version in the build settings field. Updating the internals of the app is not something that is easily done...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Paul for the answer!
So, just by doing that I suppose that my app will update automatically right ?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the users device is set to automatically update their apps, then yes. However, there is an option in the settings of iOS to NOT auto update apps. If this is selected, the user will have to update by going to the store and clicking update for your app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Rodrigo,
You can also create a function that compares the app version of the user to the current version.
If there is a difference in the version number, you can prompt the user to update by clicking on a button that will open your store url.
I am doing that for some of my apps.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page