---
title: AppManagedUpdateBehaviorObject
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/appmanagedupdatebehaviorobject
---

# AppManagedUpdateBehaviorObject

A dictionary that specifies how the device updates apps.

## Declaration

```data
object AppManagedUpdateBehaviorObject
```

## Properties

AutomaticAppUpdates: Specifies whether the device automatically updates the app: AlwaysOn: The device automatically updates the app to the latest version. For App Store apps, the device periodically checks the store for updates. For Enterprise apps, the device periodically downloads the manifest file and compares it to the previous manifest file. If the device detects a change to the bundle version in the manifest, it downloads and updates the app. AlwaysOff: The device never automatically updates the app. StoreSettings: The device uses the settings for the corresponding store to determine when to automatically update the app. For Enterprise apps, this setting behaves the same as AlwaysOff. When you specify the InstallBehavior.Version key, the device ignores this key and Automatic App Updates are disabled. In macOS, the device ignores this setting if the AppComposedIdentifier key is set in the configuration.

## Mentioned in

Installing, managing, updating, and removing apps

## See Also

### Objects

- [AppManagedAppConfigDictionaryObject](devicemanagement/appmanagedappconfigdictionaryobject.md)
- [AppManagedAttributesObject](devicemanagement/appmanagedattributesobject.md)
- [AppManagedExtensionConfigsObject](devicemanagement/appmanagedextensionconfigsobject.md)
- [AppManagedInstallBehaviorObject](devicemanagement/appmanagedinstallbehaviorobject.md)
