The prompt that usually comes up after entering a password to store in Keychain isn't coming up on iOS14.2 simulator only but same code works on device.
I have tried below settings unsuccessfully.
Anyone else experiencing this on iOS14.2 Simulator only?
I have tried below settings unsuccessfully.
Code Block userTextField.textContentType = .username userTextField.keyboardType = .asciiCapable //tried a bunch other too passwordTextField.textContentType = .password
Anyone else experiencing this on iOS14.2 Simulator only?