If user tap to update, after I released 3 new updates, will user have to tap update button 3 times or App Store will update users app with the latest version?
I added some code deleting some user defaults which have been slowing down my app launch time. As now my app check if the current version equals to a certain version(ex, 1.5).
If user update their app to 1.5, those user defaults will be deleted, but if user get updated to 1.7 directly, those user defaults won't be deleted.
If the latter assumption is right one, then should I work on making a func checking whether current version of the app is below a certain version?
Thanks