Hi all,
I am currently in the process of enrolling and configuring a bunch of iPads (running on iOS 12.1.3) and would really like to figure out a way to automate the process to input the Rocket.chat server and username. This would mean the users would only need to type their password to sign in as everything else would be pre-populated. At the moment, my focus is on iOS, however I will need to do the same with Android tablets (Android 7).
Some of our iPads are DEP devices, while others are being enrolled manually, but either way they are being enrolled into SOTI MobiControl and have the same profiles applied to them. I am currently trying to configure the app using the following xml:
<dict>
<key>
server</key>
<string>
company rocket.chat server goes here</string>
<key>
username</key>
<string>
%ENROLLEDUSER_USERNAME%</string>
</dict>
I tried playing around with the tags, however nothing is working.
I was wondering:
- Is this possible?
- Can anyone recommended a sample xml code that I can use to populate the “sign in to your server” and “username” fields?
Any assistance on this topic would be greatly appreciated. Thank you for your time and I hope someone is able to help.
Kind regards
BMV