iOS Customization Touch Points

All code areas associated with Hybrid Web Container customizations are annotated with IOS_CUSTOMIZATION_POINT_<customization> comment tags, or touch points.

Touch Point Description
IOS_CUSTOMIZATION_POINT_PRESETSETTINGS Provides alternative ways to get connection settings so they do not show up on the Settings screen. This prevents the user from changing them. There are variations on this customization.
IOS_CUSTOMIZATION_POINT_DEFAULTSETTINGS Set the defaults for the Settings screen.
IOS_CUSTOMIZATION_POINT_AUTOSTART Make the Hybrid Web Container automatically launch a Workflow application.
IOS_CUSTOMIZATION_POINT_PIN Use for PIN screen customizations, or to remove the PIN screen.
IOS_CUSTOMIZATION_POINT_SORTING Sort Workflow applications or messages based on different criteria.
IOS_CUSTOMIZATION_POINT_FILTERING Filter the list of Workflow applications or messages so only items meeting certain criteria are shown.
IOS_CUSTOMIZATION_POINT_HTTPHEADERS Set HTTP headers for the iOS Hybrid Web Container to include authentication tokens.
IOS_CUSTOMIZATION_POINT_FONTS Customize fonts in the Hybrid Web Container.
IOS_CUSTOMIZATION_POINT_SPLASHSCREEN Change the splash screen, or the length of time for which it is shown.
IOS_CUSTOMIZATION_POINT_COEXISTING Run two or more independent Hybrid Web Containers on the same device.