Posted on 02-10-2021 03:59 AM
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>
Posted on 03-17-2022 12:03 PM
This is perfect! Now to get it to auto check the "allow local network access" in Settings....Thanks!