Context
This is happening on both iOS 13.7/iPhone 11 and iOS 14.7.1/iPhone 11
Description
I have a Sign up screen within my iOS app that has textFields with .username and .newPassword textContentTypes
Strong password is suggested, and works to the extent that it gets set to keychain but the pop up that comes when password is suggested (the one that should have buttons with text "Use Strong Password" and "Choose My Own Password") only shows "Localized string not found" for all labels and buttons in there.
I remember back in the day that these strings ("Use Strong Password" and "Choose My Own Password") appeared automatically with minimal configuration
- is this a known bug in iOS?
- Is there a workaround for this
- Is there some way to temporarily disable password autofill?
Screenshot