---
title: LockScreenMessage
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/lockscreenmessage
---

# LockScreenMessage

The payload that configures a Lock Screen message.

## Declaration

```data
object LockScreenMessage
```

## Properties

AssetTagInformation: The asset tag information for the device, displayed in the Login Window and Lock Screen. IfLostReturnToMessage: Deprecated. Use LockScreenFootnote instead. Deprecated: iOS 9.3.1+ | iPadOS 9.3.1+ LockScreenFootnote: The footnote displayed in the Login Window and Lock Screen. Available: iOS 9.3.1+ | iPadOS 9.3.1+

## Discussion

Discussion Specify com.apple.shareddeviceconfiguration as the payload type. This payload allows administrators to specify optional text displayed in the Login Window and Lock Screen (for example, an “If Lost, Return To” message and asset tag information). There can only be one Lock Screen payload. Profile availability  |   |   |   |   |   |   |   |  Profile example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>PayloadContent</key>     <array>         <dict>             <key>AssetTagInformation</key>             <string>1234</string>             <key>IfLostReturnToMessage</key>             <string>Example message</string>             <key>PayloadIdentifier</key>             <string>com.example.mylockscreenpayload</string>             <key>PayloadType</key>             <string>com.apple.shareddeviceconfiguration</string>             <key>PayloadUUID</key>             <string>b10c0436-a51b-4119-b604-bd580f396723</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>Lock Screen Message</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>588f1406-47be-47fc-9907-4e7955fb6d4a</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>

## See Also

### System configuration

- [Declarations](devicemanagement/declarations.md)
- [EnergySaver](devicemanagement/energysaver.md)
- [FileProvider](devicemanagement/fileprovider.md)
- [Font](devicemanagement/font.md)
- [Screensaver](devicemanagement/screensaver.md)
- [SystemExtensions](devicemanagement/systemextensions.md)
- [TimeServer](devicemanagement/timeserver.md)
