Note: You should update any bookmarks to point to https://kb.filewave.com We will be working on links from FW Central/Anywhere that still come to this Atlassian site over the next couple of releases and then phasing out this site entirely in Jan 2024.


Customize iOS App Portal (webclip)

Description

Customizing the iOS app portal that is automatically place on devices after enrollment.
This must be done before a device is enrolled, and changing it will not update currently enrolled devices text or icon.

Ingredients

  • mobileconfig editor (Apple Configurator or iPhone Configuration Utility)

  • FileWave Server

  • Replacement icon (png or jpg that is relatively square)


Directions

  1. Locate the template file that is currently being used:
  2. From the server navigate to:

OS X and Linux: /usr/local/filewave/django/ios/ios_profile_templates/portal_template.mobileconfig
Windows 2008+: C:\Program Files (x86)\FileWave\django\ios\ios_profile_templates \portal_template.mobileconfig

Copy the portal_template.mobileconfig to your desktop. Do not move it.

Open the portal_template.mobileconfig that was copied to the desktop with an application able to modify .mobileconfig files.

On OS X you can use Apple Configurator (AC) or Apple iPhone Configuration Utility (iCU). On Windows the only option is Apple iPhone Configuration Utility. I prefer iCU over AC on either operating system for editing mobile config files.

The editor may ask you to add the file to the library, allow this.

Scroll down the list of payloads to find the "Web Clips" and select it.

In the Label section change the name from App Portal to your desired name, remembering that roughly 12 characters (depending on letter size) show on the screen before being cut off with an ellipsis.

In the Icon section select 'Choose...' and browse to you png or jpg icon. Choosing a fairly square icon/logo looks best.

Change nothing else! Modifying the URL or other checkboxes can break the template for iOS devices.

Export the newly changed mobile config file to the desktop. Security should be set to "None" and the name should be exactly

portal_template.mobileconfig

(it is O.K to replace the original one on your desktop, as there should still be a copy in the ios_profile_templates folder.

Stop your FileWave Apache services. From the command line


sudo /usr/local/filewave/apache/bin/apachectl stop

sc stop "FilewaveMDM Apache"

Rename the original still sitting in the ios_profile_templates folder from portal_template.mobileconfig to portal_template.mobileconfig.original

Copy the portal_template.mobileconfig from your desktop into the ios_profile_templates folder. Making sure to match ownership and permissions of the portal_template.mobileconfig.original file.

Start your FileWave server services. From the command line 

sudo /usr/local/filewave/apache/bin/apachectl start

sc start "FilewaveMDM Apache"

Enroll a single iOS device to test that the portal downloads onto the device after enrollment. Verify that the portal launches and loads the kiosk


Note: You should update any bookmarks to point to https://kb.filewave.com We will be working on links from FW Central/Anywhere that still come to this Atlassian site over the next couple of releases and then phasing out this site entirely in Jan 2024.