Force Wi-Fi to be Always On.
  • 18 Mar 2024
  • 1 読む分
  • PDF

Force Wi-Fi to be Always On.

  • PDF

The content is currently unavailable in Ja - 日本語. You are viewing the default English version.
Article Summary

The following Payload helps IT Admins to force the Wi-Fi to be always on, on their managed iOS devices.

  1. Copy the contents directly from below and add it to Custom Settings in the Device Profile.

    <?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>PayloadDisplayName</key>
    			<string>Restrictions</string>
    			<key>PayloadIdentifier</key>
    			<string>com.apple.applicationaccess.667664F4-2E28-47FB-90D9-DCD724CEB7FC</string>
    			<key>PayloadType</key>
    			<string>com.apple.applicationaccess</string>
    			<key>PayloadUUID</key>
    			<string>667664F4-2E28-47FB-90D9-DCD724CEB7FC</string>
    			<key>PayloadVersion</key>
    			<integer>1</integer>
    			<key>forceWiFiPowerOn</key>
    			<true/>
    		</dict>
    	</array>
    	<key>PayloadDescription</key>
    	<string>This payload forces WiFi to be always ON</string>
    	<key>PayloadDisplayName</key>
    	<string>ForceWiFi-ON</string>
    	<key>PayloadIdentifier</key>
    	<string>com.promobitech.scalefusion.wifi-poweron</string>
    	<key>PayloadOrganization</key>
    	<string>Scalefusion</string>
    	<key>PayloadType</key>
    	<string>Configuration</string>
    	<key>PayloadUUID</key>
    	<string>7415E9BB-842A-4284-A8DF-5DBE39FA06D4</string>
    	<key>PayloadVersion</key>
    	<integer>1</integer>
    </dict>
    </plist>
  2. Follow our guide on how to add the Custom Payload in the Device Profile & deploy it to devices.

Notes:

  1. The Payload and its contents are sourced from various albeit authenticated Apple Developer communities and forums.

  2. Please validate them on a test machine before deploying them on all your managed devices.

  3. Scalefusion has tested these Payloads, however, Scalefusion will not be responsible for any loss of data or system malfunction that may arise due to the incorrect usage of these payloads.

If you need additional help or guidance, please don't hesitate to reach out to our Support team. You can contact them through our live web chat or by sending an email to: support@scalefusion.com


この記事は役に立ちましたか?