Contents

invalidARConfiguration

An error that indicates the framework can’t begin Camera Assistance.

Declaration

static var invalidARConfiguration: NIError.Code { get }

Discussion

The framework invalidates a Nearby Interaction session when the app requests Camera Assistance (isCameraAssistanceEnabled) and either of the following are true:

  • The device doesn’t support Camera Assistance.

  • The app’s AR session doesn’t meet the required criteria as defined in setARSession(_:).

See Also

Identifying an error cause