-
At this time there doesn't seem to be a key specifically for disabling iCloud for the Freeform app; however, a suggestion was made on Slack that allows you to block the iCloud prompt when launching Freeform. Preference domain: <?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>CRLConnectICloudDialogShown</key>
<integer>13001000</integer>
</dict>
</plist> Should we include this as part of blocking iCloud? As a note, I am testing this but unable to get it working...but I figure it's a good discussion point. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Seems the integer may be related to the OS version. The int |
Beta Was this translation helpful? Give feedback.
-
After that initial prompt, Im also not seeing a way to sign in within Freeform. |
Beta Was this translation helpful? Give feedback.
-
Setting the integert to <?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>CRLConnectICloudDialogShown</key>
<integer>99999999</integer>
</dict>
</plist> While this doesn't disable the ability to sync to iCloud (using System Settings) it disables the pop-up. |
Beta Was this translation helpful? Give feedback.
Setting the integert to
99999999
seems to work:While this doesn't disable the ability to sync to iCloud (using System Settings) it disables the pop-up.