diff --git a/AltStore/Intents/IntentHandler.swift b/AltStore/Intents/IntentHandler.swift index 922ce24c..8cefdaee 100644 --- a/AltStore/Intents/IntentHandler.swift +++ b/AltStore/Intents/IntentHandler.swift @@ -127,7 +127,7 @@ private extension IntentHandler func refreshApps(intent: RefreshAllIntent) { DatabaseManager.shared.persistentContainer.performBackgroundTask { (context) in - let installedApps = InstalledApp.fetchActiveApps(in: context) + let installedApps = InstalledApp.fetchAppsForRefreshingAll(in: context) let operation = AppManager.shared.backgroundRefresh(installedApps, presentsNotifications: false) { (result) in do {