Contents

WKExtendedRuntimeSessionErrorCode.notApprovedToSchedule

The app attempted to schedule a session, but the session type does not support scheduling.

Declaration

case notApprovedToSchedule

Discussion

You can schedule alarm sessions by calling the session’s start(at:) method. For all other session types, use the start() method instead.

See Also

Error Codes