Updating the server location in the Apple iOS client
Before users can download the BMC Digital Workplace Apple iOS client, you must update the BMC Digital Workplace server location in the dwp.plist and index.html files.
Before you begin
Even if you are not rebranding the mobile client, you must follow the instructions in Re-signing the Apple iOS client application for Enterprise distribution to re-sign the client.
To update the server location
Open the download folder in the application installation directory.
(Windows default location) C:\Program Files\BMC Software\DWP\IPA\downloadEdit the dwp.plist file to replace the [HOSTNAME] and [PORT] entries in the following section with settings specific to your installation:
<!-- Replace [HOSTNAME] here with real host name accessible from outside 9000 is one configured at Tomcat dir/conf/server.xml --> <string>http://dwpserervname:9000/download-dwp/index.html</string>
In the dwp.plist file, replace the bundle-identifier entry with your App ID that you set up when re-signing the app (for example, com.companyName.DWP):
<key>bundle-identifier</key> <string>com.companyName.DWP</string>
Edit the index.html file to replace the [HOSTNAME] and [PORT] entries in the following section with settings specific to your installation. (9080 is the default port, but you can change this port number.)
<!-- Replace [HOSTNAME] here with real host name accessible from outside 9080 is one configured at Tomcat dir/conf/server.xml --> <li><a href="itms-services://?action=download-manifest&url=https://[HOSTNAME]:9080/download/dwp.plist”>DWP IPA</a></li>
Users can now download the Apple iOS client for BMC Digital Workplace to an iPhone or iPad by using a browser on their mobile device. The Apple App Store is not involved in the process.
Comments