In their continued hostility toward people who like to manually install app updates, iOS 26.4 moved “Updates” another level deep in the App Store app > Account page.

Which, whatever, that Account page was getting crowded…but, they could at least bother to automatically refresh the update list, not make you pull to refresh, if you have bothered to navigate all the way there.

@agiletortoise There is a special url. It will navigate directly to updates tab. Maybe they didn’t break it in 26.4?

itms-apps://apps.apple.com/updates

Or if you are interested I’m also working on an app that allows you to track releases and receive notifications when new are available. It can’t detect what you have installed but should work once you add apps manually. Available in TestFlight and I’m currently looking for feedback on it.

https://testflight.apple.com/join/J849fjzM

Join the Changelogs beta

Available on iOS

@luckkerr @agiletortoise Thanks for the URL Tip. Does it still work in 26.4?
@apexnasi I don’t have 26.4 on any devices yet to verify.
@luckkerr your App only checks for updates when launched? Or in background also?
@apexnasi in background too. Unless you kill the app by removing it from app switcher.
@luckkerr OK... should it show red badges?
how often does it check for updates? Once a day?
@apexnasi up to 3 times a day. If you enable notification badges in system settings for the app it will show them.
@luckkerr Ahhh, thanks. They were actually turned off 🙈
@apexnasi thanks, I think I’ll make the permission prompt trigger automatically to avoid cases like this.
@luckkerr good idea. The App doesn't show/check for updates when running in the background. It shows them, when i open the app, but not via badges or notifications in the background.

@apexnasi there is one more setting that might be off. System Settings > General > Background App Refresh.

Generally the rule is: check for updates at least x hours from now. But the system might delay that by hours depending on many factors outside the control of apps.

In the next update I’ll increase the check frequency. I had it checking more often in previous versions but increased before TestFlight release. That should help.

@luckkerr i checked background refresh before i posted 😉 it was on.
@apexnasi new TestFlight got approved. Now it will refresh more often so you should see it working in background.
@apexnasi And thanks for the comments. It gives me a chance to think about some of the decisions from the perspective of new user.