Contents

remove(_:)

Removes the availability of a previously allowed app.

Declaration

func remove(_ application: AEAssessmentApplication)

Parameters

  • application:

    The app that you want to remove from the list of allowed secondary apps.

Discussion

Use this method to remove apps that you previously added to the list of apps that are available during an assessment with the setConfiguration(_:for:) method. You can get the list of currently allowed apps by accessing the configuration’s configurationsByApplication property.

See Also

Allowing access to other apps