Providing Default Values for Missing Connection Settings

Provide default values for missing connection settings.

  1. In the Xcode Project Navigator, open CustomizationHelper.m, which is located in the WorkFlow\Classes group folder.
  2. Find the customization tag, IOS_CUSTOMIZATION_POINT_DEFAULTSETTINGS, inside the registerSettingDefaults function.
    This contains sample code that reads the current user-entered value, and supplies a hard-coded default value if the current value is invalid. You can follow this approach, or you can obtain the value in other ways, such as by prompting the user or reading from a custom database.
  3. Save the file and rebuild the project.
Related tasks
Using Default Connection Settings
Removing Fields from the Settings Screen
Providing Default Connection Settings at Application Startup