I’ve published my app to newer version recently. I know app store got delay updating it’s badge.
but how long usually App Store (application) update my device application updates on its badge?
I hope doesn’t confuse anyone. 🙂
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.
Everything I read says that iOS checks for updates to installed apps when the AppStore App is opened. There may be a process that checks occasionally (I didn’t find anything suggesting that this does happen though).
Is there any integral reason for you to be pushing the update to your users (i.e. security issue fixed or major performance error resolved)? You could have your app check somewhere for a signal that an update is available (probably on the web). This check could be performed everytime your app is opened (maybe even in the background if you do it within some allowable background process).