Autofill

RSS for tag

Streamline your app's login and onboarding procedures.

Posts under Autofill tag

130 Posts

Post

Replies

Boosts

Views

Activity

Accesing Keychain through a Passwor Autofill Extension
Currently, we are exploring ways to disable the "Save Password" prompt on Keychain. We want to manipulate the keychain access from our Password Autofill Extension using any kind of API or access to know the following: Know if Keychain is currently enabled. Retrieve passwords from Keychain. Edit passwords from Keychain Delete passwords from Keychain. Do any of this steps is possible?
0
0
715
Dec ’21
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
2
1
5.5k
Dec ’21
Autofill previously saved password on a new domain inside ASWebAuthenticationSession
Is there some way to suggest to the system that it should autofill passwords in a ASWebAuthenticationSession on a domain not previously associated with my app? I'm working on an app that currently has native login and registration screens, password autofill works great and links credentials it to my associated domains. I now need to move these login and registration screens to use ASWebAuthenticationSession and have users authenticate on a website on a new domain. The system does not autofill my apps credentials on these pages. I can add this new domain as an associated domain, and new registrations are able to save the password and then autofill it later. But I can't get previously saved passwords to autofill on this new domain. Is that possible? I did manage to use Shared Web Credentials to save the users credentials against the new domain when they login. But this will only migrate users that login between now and when I switch to ASWebAuthenticationSession, not all users will be migrated. Any new ideas or solutions much appreciated.
0
0
1.1k
Nov ’21
One Time Code
Hey everyone, sorry for my English. I have a website that give me one time code until iOS 15 its work with the auto-fill now its not work any more just in iOS 14.8 and below I give to my input a attribute autocomplete="one-time-code" there is something I need to change to make this work with iOS 15?
0
0
939
Nov ’21
Force AutoFill Save Password dialog programmatically
I setup Password AutoFill in my iOS 14 app. The app uses multiple tabs. Associated Domains are also set up. All works as expected. I have a Test button below the user/password TextFields, which the user can press to test just entered credentials. Now, the Save Password dialog shows only when I change to another tab. Is there any possibility to programmatically force the Save Password dialog to appear on the same tab where the user/password TextFields are located? I would like to present it to the user right after the Test button is pressed and credentials are verified to be correct.
2
0
1.4k
Nov ’21
AutoFill In Safari
HI forum, We are trying to use autofill for safari in our signup form and it keeps failing. We are following the instructions provided by apple in the link below. It does not work for us. We are trying to autofill name, email, phone number, username, password, and none of these are working. I have checked and found the some solution but no response'. I have shared the link below please check https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element please help us understand how to use autofill in safari so we can populate these form fields.
1
1
1.4k
Oct ’21
ASCredentialProviderViewController prepareCredentialList is called with an empty list of serviceIdentifiers
I have an Autofill Extension. It works well for the majority of the apps. For for a large number of applications it is called with an empty list of serviceIdentifers (ASCredentialServiceIdentifier). Which makes it impossible to auto detect the application bundle id. Why this varies from application to another. Shouldn't the OS automatically handle this?
0
0
655
Sep ’21
Xcode 13 RC AutoFill Credential Provider capability not available for Developer ID provisioning profile
Hello, Our macOS app includes a Password AutoFill extension and both the host app and extension have the entitlement for AutoFill Credential Provider. We have found that in Xcode 13 RC, when we attempt to archive our app using xcodebuild we receive this error: Cannot create Developer ID provisioning profile for "our.app.ID" The AutoFill Credential Provider capability is not available for Developer ID provisioning profiles. Disable this feature and try again. And a similar message for our extension's app id. We believe this to be a bug as building/archiving/submitting using Xcode 12 worked fine with this same entitlement. Otherwise, are non-Mac App Store apps now being excluded from including Password AutoFill capability? We've been shipping this feature to our customers in our Developer ID signed app since it first became available in macOS Big Sur. We'd appreciate it if someone could look into this right away, we have filed a feedback report: FB9634952.
1
0
1.6k
Sep ’21
Accesing Keychain through a Passwor Autofill Extension
Currently, we are exploring ways to disable the "Save Password" prompt on Keychain. We want to manipulate the keychain access from our Password Autofill Extension using any kind of API or access to know the following: Know if Keychain is currently enabled. Retrieve passwords from Keychain. Edit passwords from Keychain Delete passwords from Keychain. Do any of this steps is possible?
Replies
0
Boosts
0
Views
715
Activity
Dec ’21
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
Replies
2
Boosts
1
Views
5.5k
Activity
Dec ’21
Autofill previously saved password on a new domain inside ASWebAuthenticationSession
Is there some way to suggest to the system that it should autofill passwords in a ASWebAuthenticationSession on a domain not previously associated with my app? I'm working on an app that currently has native login and registration screens, password autofill works great and links credentials it to my associated domains. I now need to move these login and registration screens to use ASWebAuthenticationSession and have users authenticate on a website on a new domain. The system does not autofill my apps credentials on these pages. I can add this new domain as an associated domain, and new registrations are able to save the password and then autofill it later. But I can't get previously saved passwords to autofill on this new domain. Is that possible? I did manage to use Shared Web Credentials to save the users credentials against the new domain when they login. But this will only migrate users that login between now and when I switch to ASWebAuthenticationSession, not all users will be migrated. Any new ideas or solutions much appreciated.
Replies
0
Boosts
0
Views
1.1k
Activity
Nov ’21
One Time Code
Hey everyone, sorry for my English. I have a website that give me one time code until iOS 15 its work with the auto-fill now its not work any more just in iOS 14.8 and below I give to my input a attribute autocomplete="one-time-code" there is something I need to change to make this work with iOS 15?
Replies
0
Boosts
0
Views
939
Activity
Nov ’21
Force AutoFill Save Password dialog programmatically
I setup Password AutoFill in my iOS 14 app. The app uses multiple tabs. Associated Domains are also set up. All works as expected. I have a Test button below the user/password TextFields, which the user can press to test just entered credentials. Now, the Save Password dialog shows only when I change to another tab. Is there any possibility to programmatically force the Save Password dialog to appear on the same tab where the user/password TextFields are located? I would like to present it to the user right after the Test button is pressed and credentials are verified to be correct.
Replies
2
Boosts
0
Views
1.4k
Activity
Nov ’21
AutoFill In Safari
HI forum, We are trying to use autofill for safari in our signup form and it keeps failing. We are following the instructions provided by apple in the link below. It does not work for us. We are trying to autofill name, email, phone number, username, password, and none of these are working. I have checked and found the some solution but no response'. I have shared the link below please check https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element please help us understand how to use autofill in safari so we can populate these form fields.
Replies
1
Boosts
1
Views
1.4k
Activity
Oct ’21
Save Password Alert does not appear in Swift
Autofill works fine, but there is no "Would you like to save this password in Password & Accounts settings" prompt when entering the app. What should be done to receive such a notification?
Replies
1
Boosts
0
Views
882
Activity
Oct ’21
ASCredentialProviderViewController prepareCredentialList is called with an empty list of serviceIdentifiers
I have an Autofill Extension. It works well for the majority of the apps. For for a large number of applications it is called with an empty list of serviceIdentifers (ASCredentialServiceIdentifier). Which makes it impossible to auto detect the application bundle id. Why this varies from application to another. Shouldn't the OS automatically handle this?
Replies
0
Boosts
0
Views
655
Activity
Sep ’21
Xcode 13 RC AutoFill Credential Provider capability not available for Developer ID provisioning profile
Hello, Our macOS app includes a Password AutoFill extension and both the host app and extension have the entitlement for AutoFill Credential Provider. We have found that in Xcode 13 RC, when we attempt to archive our app using xcodebuild we receive this error: Cannot create Developer ID provisioning profile for "our.app.ID" The AutoFill Credential Provider capability is not available for Developer ID provisioning profiles. Disable this feature and try again. And a similar message for our extension's app id. We believe this to be a bug as building/archiving/submitting using Xcode 12 worked fine with this same entitlement. Otherwise, are non-Mac App Store apps now being excluded from including Password AutoFill capability? We've been shipping this feature to our customers in our Developer ID signed app since it first became available in macOS Big Sur. We'd appreciate it if someone could look into this right away, we have filed a feedback report: FB9634952.
Replies
1
Boosts
0
Views
1.6k
Activity
Sep ’21