Post

Replies

Boosts

Views

Activity

Is there a way to resend the value of the UnlockToken field from the device to the MDM?
Executing ClearPasscodeCommand on the iPhone fails because the value of the UnlockToken field is not saved in the DB of MDM. Therefore, we want to resend the value of the UnlockToken field from the iPhone to MDM and store it in the DB. Please tell me how to send the value of the UnlockToken field of the TokenUpdateRequest from the iPhone. TokenUpdateRequest https://developer.apple.com/documentation/devicemanagement/tokenupdaterequest While the UnlockToken message can be sent multiple times by the device, it is possible it may only be sent once if PushMagic or UnlockToken values change. I would like to know when the UnlockToken field values are updated.
0
0
1.2k
Jan ’23
Can I install a profile on my Mac device with the "Network Type" set to "Legacy Hotspot" in the Wi-Fi payload?
In Wi-Fi Payload, I cannot install a profile with "Legacy Hotspot" set to "Network Type" on my Mac device. Can I install a profile with "Legacy Hotspot" on my Mac device? Profile XML <?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>AuthenticationMethod</key> <string></string> <key>AutoJoin</key> <true/> <key>CaptiveBypass</key> <false/> <key>DisableAssociationMACRandomization</key> <false/> <key>EncryptionType</key> <string>None</string> <key>HIDDEN_NETWORK</key> <false/> <key>Interface</key> <string>Hotspot</string> <key>IsHotspot</key> <true/> <key>PayloadDisplayName</key> <string>WiFi (TestSSID)</string> <key>PayloadIdentifier</key> <string>com.apple.mdm.mac-Air.local.61680c0a-17f6-441d-b4c2-c39043b3a57a.alacarte.interfaces.D9F2C58C-E59D-48F1-8DB8-CB23B5B348DE</string> <key>PayloadType</key> <string>com.apple.wifi.managed</string> <key>PayloadUUID</key> <string>D9F2C58C-E59D-48F1-8DB8-CB23B5B348DE</string> <key>PayloadVersion</key> <integer>1</integer> <key>ProxyType</key> <string>None</string> <key>SSID_STR</key> <string>TestSSID</string> <key>SetupModes</key> <array/> </dict> </array> <key>PayloadDisplayName</key> <string>testsettings</string> <key>PayloadIdentifier</key> <string>com.apple.mdm.mac-Air.local.61680c0a-17f6-441d-b4c2-c39043b3a57a.alacarte</string> <key>PayloadOrganization</key> <string></string> <key>PayloadRemovalDisallowed</key> <false/> <key>PayloadScope</key> <string>System</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>61680c0a-17f6-441d-b4c2-c39043b3a57a</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist> Screen Path ProfileManager - [Device Groups] - [Settings] - [macOS, iOS and tvOS] - [Network] Network Interface: Legacy Hotspot Service Set Identifier (SSID): Arbitrary value After installation, the following will be output to the console log of the Mac device. Error Log
0
0
857
Mar ’22
Regarding "Allow App to get File Provider info" in ProfileManger, what is the behavior when it is turned on?
Regarding "Allow App to get File Provider info" of ProfileManger, please tell me specifically what is permitted when it is turned on. Also, please tell me specifically what is restricted when it is turned off. Screen Path ProfileManager - [Device Groups] - [Settings] - [macOS] - [Restrictions] - [Apps] - [Allow App to get File Provider info] (Reference) The [Allow App to get File Provider info] item is the "AllowManagedFileProvidersToRequestAttribution" key. https://developer.apple.com/documentation/devicemanagement/fileprovider AllowManagedFileProvidersToRequestAttribution boolean Default: false If true, enables file providers access to the path of the requesting process. (Reference) When a profile with AllowManagedFileProvidersToRequestAttribution turned on is installed on a Mac device, the message "Allow Apps To Get File Provider Info (MDM only)" appears.
0
0
997
Mar ’22
How do I disable "Passwords" in macOS Monterey's System Preferences?
How do I disable "Passwords" in macOS Monterey's System Preferences? I don't see "Passwords" in the Restricted Payload preferences in the Profile Manager. I need to press the "Passwords" domain. For example: "Battery" -> "com.apple.preferences.battery" Reference) https://developer.apple.com/documentation/devicemanagement/systempreferences
0
0
885
Mar ’22
The [result] key of response of contentMetadataLookupUrl may be empty.
When using contentMetadataLookupUrl to get information for a custom B2B app, the [result] key may be empty. Request API: https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&amp;id=1481545259&amp;p=mdm-lockup&amp;caller=MDM&amp;platform=enterprisestore&amp;cc=jp&amp;l=j header: { "Content-type": "application/json", "Cookie': 'itvt=***" } Response { "results":{ ★★★empty!★★★ }, "version":2, "isAuthenticated":false, "meta":{ "storefront":{ "id":"143462", "cc":"JP" }, "language":{ "tag":"ja-jp" } } } In some cases, the [result] key can be obtained correctly even in the same app. Is anyone experiencing the same phenomenon? Do you know why you can and may not get it?
1
0
811
Feb ’21