Password input view is not showing

I am working on Token extension on iOS. Apple documentation say if We throw error with error code "TKError.Code.authenticationNeeded.rawValue" will trigger user authentication. In my TKTokenSessionDelegate class in sign dataToSign function i am throwing this error but my extension is not showing authentication screen. Any Idea what i am missing.

Accepted Reply

I have figured it out. When we add TKTokenOperationConstraint if we assign true it'll not show pin screen i have given none and now i can see Enter Pin screen every time.

Replies

I have figured it out. When we add TKTokenOperationConstraint if we assign true it'll not show pin screen i have given none and now i can see Enter Pin screen every time.