Contents

CardSession.Error.maxSessionDurationReached

The session is no longer valid because it reached its maximum duration.

Declaration

case maxSessionDurationReached

Discussion

If you reach the emulation session’s maximum duration, you can reset with stopEmulation(status:). However, the API enforces a “cool down” period, and restarting emulation too quickly can produce a CardSession.Error.systemNotAvailable error. If this happens, wait before attempting another call to startEmulation().

See Also

Card session errors