App Catalog
What's NewStatusRoot3
  • 🌟Introduction to App Catalog
  • 🚀Getting Started
  • đŸ—ī¸Components
  • 🔒Security & Privacy
  • ✅Requirements
  • đŸ› ī¸Configuration & Deployment
    • Configuration Profile
      • Preference Keys - Catalog Agent
      • Preference Keys - Catalog App
      • Integrating with MDM
      • Configuration Profile Example
    • Installing App Catalog
    • Granting User Notifications
    • Managed Login Item
    • Full Disk Access (PPPC)
  • đŸ•šī¸Catalog Agent
    • Catalog Agent CLI
    • Installing apps
      • Dock items
      • Mandatory Apps
      • Force reinstalling apps
    • Updating apps
      • User deferrals
      • Delaying app updates
      • Updating individual apps
  • đŸ–Ĩī¸Catalog App
    • Application modes
    • User Mode
    • Admin Mode
    • Branding
      • App and notification icon
      • In-app branding
    • Language
    • Updating apps
  • 🔌Integration Guides
    • Microsoft Intune
    • Jamf Pro
    • Kandji
    • Root3 Support App
  • Troubleshooting
    • Logging
    • Error codes
    • Uninstalling App Catalog
  • ❓How To's
    • Get an app Bundle Identifier
    • Get an SF Symbol
    • Get TeamViewer Configuration ID
Powered by GitBook
On this page

Was this helpful?

  1. Catalog Agent
  2. Updating apps

Updating individual apps

PreviousDelaying app updatesNextApplication modes

Last updated 5 months ago

Was this helpful?

The App Catalog is designed to update as many apps as possible, both managed and unmanaged apps and as automated as possible. However, some organizations may only want to update certain predefined apps due to several reasons. The App Catalog provides support by following these instructions:

  • Make sure to disable the update schedule by setting to 0 or exclude from the Configuration Profile

  • Use the Catalog Agent to periodically check for an individual app update for a given Bundle Identifier:

sudo catalog -u BUNDLE_IDENTIFIER

This approach can be used in a script combined with all the apps your organization would like to update and triggered using a task or policy from your MDM or management solution.

đŸ•šī¸
UpdateInterval