native-ios-sdk icon indicating copy to clipboard operation
native-ios-sdk copied to clipboard

'Decline to Sign' does not dismiss view controller or send a cancel notification

Open joel-perry opened this issue 7 months ago • 2 comments
trafficstars

SDK version: 4.0.1 iOS version: 18.4

I am presenting captive signing without authentication as described here. On completion of signing, the DSMSigningCompletedNotification is made. When manually cancelling a signing, the DSMSigningCancelledNotification is made. In each case, the view controller is dismissed as expected.

When choosing 'Decline to Sign' from the captive signing session, however, the view controller displays a progress spinner indefinitely, never dismisses, and never sends the DSMSigningCancelledNotification.

Apologies if I am missing something obvious here.

joel-perry avatar Apr 15 '25 16:04 joel-perry