Skip to main content

Hi all,

Incase you might find it useful as this information is not on their website heres an app config template for the iOS app.

<dict>
<key>serverProtocol</key>
<string>https</string>
<key>serverName</key>
<string>my.url.com</string>
<key>serverPort</key>
<string>0000</string>
</dict>

This is perfect!  Now to get it to auto check the "allow local network access" in Settings....Thanks!