Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How often I Can Update my Application on App Store?

How often I can update mobile application on App Store? Can I update every 2-3 days?

Thank you.

like image 305
Serge Avatar asked Feb 21 '11 16:02

Serge


People also ask

Is it good to update apps everyday?

An update, in this case, leads to more convenience and increased engagement in the use of the app. Frequency in updating your app will keep it relevant and up-to-date. It makes your users know that you care about them. This is because every update will include new feature releases that provide a smooth user experience.

How long does it take to update an app on App Store?

It can take up to 24 hours for an app update to be added to the update queue.

How often should you update a mobile app?

In conclusion The frequency of patches and minor updates primarily depends on customer feedback, app performance, and available resources. Most top apps release 1-4 updates each month, while already having a plan for upcoming features.

Should I update apps regularly?

Updating your app when new versions of Android and iOS are released is a great idea. When you update your product to make it compatible with the latest technologies, it can become featured in app stores.


3 Answers

Highly unlikely.

Apple's review time for a completely acceptable app update varies from less than 2 days to over 2 weeks, and a developer has no control over that length of time. That will limit the rate of updating any app to Apple's pace. Trying to update more often than this will put your update back at the end of the queue and slow down your approvals, and thus App store releases even more.

Somewhere, maybe a developer's talk, they may have recommended non-critical (for bugs) updates no more often than once per month.

For more frequent updates of content, see Apple's WWDC 2010 video on data driven app design, and consider having the app update certain content from your web site.

like image 192
hotpaw2 Avatar answered Sep 18 '22 15:09

hotpaw2


Not really.

It usually takes Apple 7 days to review an app and if you upload a new update before the old one has been reviewed you go to the back of the queue. If you need to update your app more frequently than every ~7 days you should look into setting up a web-based update mechanism. Obviously, you won't be able to update any code this way, but you can update content as much as you like.

like image 43
kubi Avatar answered Sep 19 '22 15:09

kubi


No you cannot change it every 2-3 days, because there can be only one version in review of a given application. If a binary is submitted for review and you upload a new version, the old binary is thrown away and the review process starts over with the new version.

So you loose your position in the review queue each time you submit a new binary while the old one is already submitted but not accepted yet.

like image 39
GorillaPatch Avatar answered Sep 16 '22 15:09

GorillaPatch