Autofill

Streamline your app's login and onboarding procedures.

Autofill Documentation

Posts under Autofill tag

26 results found
Post marked as unsolved
1.2k Views

Cannot show Automatic Strong Passwords

Since a couple of days ago this is the error message I get when choosing a password: Cannot show Automatic Strong Passwords for app bundleID: com.ckbusiness.Wishlists due to error: Cannot identify the calling app's process. Check teamID and bundleID in your app's application-identifier entitlement What am I missing here? "Check" isn't the best error-description...
Asked
Last updated .
Post marked as unsolved
49 Views

"..Save this password in your keychain.." and "...save this password in your icloud keychain" Messages are showing at the same time

I implemented to save password in iCloud. I added associate domain in my project and added SecAddSharedWebCredential to save password after login successful. But the problem is one of the iphone(XR, iOS 13) is showing two messages at the same time. One is save in your Keychain and another is in your iCloud Keychain. All the iphones setting values of iCloud/autosavepassword/keychain are "On" . How can I show only one message? If I remove SecAddSharedWebCredential , some of the iPhone did not show alert message anymore.
Asked
by TZarH.
Last updated .
Post marked as unsolved
251 Views

Help with Automatic Strong Password Feature

Hello, We are working on making some updates to our registration service and are running into some issues with the Automatic Strong Password feature. Whenever we set our password field to be secure, the Automatic Strong Password feature recommends a strong password but blocks our users from entering their own. Sometimes it works correctly and allows our users to not use the recommended password but the functionality is inconsistent. Is there a simple way to disable this feature but while still keeping our password field secure? If not, are there any tips for how to ensure that users can easily dismiss the feature? Any help you can provide would be greatly appreciated as this is a major release for our app. Thanks! Philip
Asked
by PFrantzis.
Last updated .
Post marked as unsolved
205 Views

Login with Face ID using AutoFill feature in Safari

We have an issue to log into website with Face ID using AutoFill feature of Safari on iPhone. We are Not using the Web Authentication API with FaceID. Our website has multiple html buttons on sign in page (forgot username, forgot password, sign in).  When Face ID is used to AutoFill username and password and login into the website it uses the forgot username button which leads to forgot username page. So instead of using sign in button it uses forgot username button.  Is there a html property that needs to be set on the sign in button so face id knows it should use that one? STEPS TO REPRODUCE  Enable iCloud Keychain  Enable AutoFill for your Names and Passwords in Safari settings.  Open Safari and browse to website. Sign in as you normally would by entering your username and password. A message should pop up asking if you would like to save this password in your iCloud Keychain for AutoFill on all your devices. Tap on Save Password.  Sign out of the site  Try to Sign in using FaceID Using: IOS 14.4.1 Safari 14 iPhone 12 pro
Asked
by mzeman.
Last updated .
Post marked as unsolved
100 Views

Augmenting/adding autocorrection TextField vocabulary

My app deal with a lot of domain-specific jargon. Is there a way to augment the vocabulary used in a SwiftUI TextField (or a UITextInput) so that autocorrection and spelling anticipation will suggest the jargon words first? Augmentation of dictation support isn't necessary but would be a nice to have.
Asked
Last updated .
Post marked as unsolved
121 Views

Apple-App-Site-Association (AASA) behind VPN but Phone is in VPN

My apple-app-site-association file is hosted on an internal dev server that's only accessible through VPN. The Cisco VPN on my phone is turned on. My AASA file includes webcredentials service and i wanted to implement password autofill feature for my application. I am opening the login page using Webview, and also have set correct autocomplete attributes for my password and username input fields. But autofill is not working for my app. I also tried bypassing the CDN mode by using "alternative-mode" and setting it to developer in the associated domain entitlements file. Also ,For the developer mode I allowed the bypassing in the Settings App - Developer. I am currently installing the APP on my test device using Xcode. Please could you help out in knowing how I could debug this, and check whether it is related to AASA file not being downloaded or anything else.
Asked
by Amrender.
Last updated .
Post marked as unsolved
126 Views

Password Autofill Credential Provider Extension with empty window

OS: macOS Big Sur Version 11.2.3 (20D91) Xcode: Version 12.4 (12D4e) Create Autofill Credential Provider Extension (i.e. ‘AppAutofill’ ) Switch-On the ‘AppAutofill’ extension in ’ System Preferences - Extensions - Password AutoFill - AppAutofill ’ Open any app with security text field Set focus to security text field In papered autofill extensions: AppAutofill... Keychain… Choose created ‘AppAutofill’ Expected result: Appears ‘AppAutofill’ window with UI controls Actual result: some times Appears ‘AppAutofill’ empty window Is it a system or Xcode bug? I'd submit this ticket in Feedback Assistant, FB9047008
Asked
by John.O.
Last updated .
Post marked as unsolved
231 Views

Why autofill not working in WKWebView?

Autofill not working in WKWebView I followed all the steps given here to enable autofill on my website. https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element After configuration, autofill working in the mobile Safari browser but not in the in-app-browser (WKWebView). May I know if this is supported by WKWebView. I don't see a save password prompt in the app but in the mobile safari browser it's working perfectly fine.
Asked
by Nickezy.
Last updated .
Post marked as unsolved
310 Views

Autofilled password not working with bound value

I have a couple of NSTextFields values bound with corresponding string properties of my view controller class. The NSTextFields have the content type set to Username and Password respectively. When running, the user is asked to select the password and the values are apparently put in the text fields. But the bound properties are not set (they are empty strings). If I use stringValue directly from the text field the values are there. The bound value is set to continuously update value. I can work around this issue using stringValue, but I asume that autofill should also work with bindings on macOS.
Asked
by joackin.
Last updated .
Post marked as unsolved
242 Views

How can I Implement AutoFill Credential Provider Extension?

Hi everyone, I'm trying to follow this tutorial - https://developer.apple.com/videos/play/wwdc2018/721/#:~:text=Your%20app%20provides%20AutoFill%20a,or%20password%20field%20is%20focused. on implementing AutoFill Credential Provider Extension into my app. However, I can't understand exactly what I need to do, since it's not really a tutorial but more of a presentation of these new features. Is there somewhere where I can see a complete and detailed tutorial on how to do this? Or is there someone that has already done it and can help me? Thanks to everyone
Asked
by Pandruz.
Last updated .
Post marked as unsolved
789 Views

Cannot show Automatic Strong Passwords

Error Message: [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: com.AnyPlay due to error: Cannot identify the calling app's process. Check teamID and bundleID in your app's application-identifier entitlement Entitlement looks like this: <plist version="1.0"> <dict> <key>com.apple.developer.associated-domains</key> <array> <string>webcredentials:account.anyplay.fm</string> </array> </dict> </plist> What am I missing in the entitlement? In WWDC 2018 says that associated domains enough to use this feature.
Asked
Last updated .
Post marked as unsolved
138 Views

If you didn't use a complicated password with AutoFill.

You can now save your password using AutoFill in the app. At that time, if you register with a simple password, you will be offered to change it. At that time, if you try to change it, the URL link destination will be The original link is "my.testdomain.com", but it is the link destination of "testdomain.com". Is it possible to change it? Please tell me.
Asked
by tsutai.
Last updated .
Post marked as unsolved
198 Views

How to save and suggest passwords used in browsers?

I'm trying to create a Password Manager app for iOS in SwiftUI. I would like that when users are logging into an account on a browser, it gets suggested to save that password into my app, as well as when they want to access a website of which the password is already stored, it get suggested for an autofill. Is there a way to implement this into my app? If not automatically, is there another way to make it? I noticed that other Password Managers available on the AppStore use an extension that you can add to your browser, but I image this would be more complicated. Thanks to everyone!
Asked
by Pandruz.
Last updated .
Post marked as unsolved
237 Views

iOS Verification code suggestion shows on every textfield

I  have a problem. I have implemented the sms verification. When I send the request to get a sms verification code I will receive it. On my textfield with contenttype : "one time code" I will get the suggestion that was send to me. After that I go to a new view with a lot of textfields. There the content type is: Name. County or Unspecified. But when I click on a the textfield I directly see the sms code as a suggestion. Is that normal behavior on a iPhone or not. Because I think it is not. I have also looked a lot but cannot find anything about it. The only thing is that some people have it but no solutions.
Asked
Last updated .
Post marked as unsolved
220 Views

Password Autofill extensions on MacOS Big Sur?

I noticed that when searching for "Password" in System Preferences, the option "Passowrd AutoFill Extensions" pops up, but there is not corresponding item for it in the section. Is there any info on this framework and how it can be used by password manager apps? Is there an example of an app that uses this? Thanks in advance!
Asked
Last updated .