Reply to AutoFill issue on iOS for getting phone numbers from the Contacts app You need to use the default keyboard and type in the contact's name in order for it it show up on the autofill. textField.keyboardType = .default textField.textContentType = .telephoneNumber UI Frameworks UIKit Sep ’21