Enable or disable features that pertain to iOS or the Workspace ONE SDK. You must add a bundle and PLIST to allow configuration.

To use this feature, modify a value in a PLIST file and configure the feature in the console. The SDK handles all the logic for capabilities like data loss prevention (DLP), branding, and swizzling calls.

Set Up the Bundle and the PLIST

  1. Create a bundle named AWSDKDefaults.

    If iOS does not offer a non-unit testing bundle, add a macOS bundle and modify its build setting as an iOS compatible. To do this, modify the BaseSDK to iOS.

  2. Add bundle to the Bundle Resources of your application.

  3. Create a PLIST named AWSDKDefaultSettings.plist and place it into the AWSDKDefaults bundle.