Autofill

RSS for tag

Streamline your app's login and onboarding procedures.

Posts under Autofill tag

134 Posts

Post

Replies

Boosts

Views

Activity

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
989
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
866
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.3k
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.3k
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
588
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.5k
Sep ’21
One time code autofill not working with some codes
We are working on a banking application with sms authentication with otp. We have tagged our ITUextfields correctly with the type .oneTimeCode With some codes this is not being suggested on the keyboard as would be expected. In Messages app they are not suggested for copying either, but we don't know why. Aviso Bankia: Solicitado 27/05 consulta del PIN de tu tarjeta *0285 en Bankia Online. Codigo Firmamovil: 9N2U --> suggested correctly Aviso Bankia: Solicitado 27/05 consulta del PIN de tu tarjeta *0285 en Bankia Online. Codigo Firmamovil: 9QNJ --> It's not suggested Aviso Bankia: Alta de la tarjeta *285 en Apple Pay 28/05. Codigo Firmamovil: RB7V --> suggested correctly Aviso Bankia: Alta de la tarjeta *028 en Apple Pay 29/06. Codigo Firmamovil: 9TVT --> It's not suggested Aviso Bankia: Solicitado 27/05 consulta del PIN de tu tarjeta *0285 en Bankia Online. Codigo Firmamovil: 3T3E --> suggested correctly Aviso Bankia: Solicitada consulta de CVV de su tarjeta ***0285 en Bankia Online. 28/05. Codigo Firmamovil: 8MQG --> It's not suggested Thanks.
2
0
2.6k
Sep ’21
AutoFill issue on iOS for getting phone numbers from the Contacts app
In WWDC2020, a new feature was introduced in which the app can get Contact AutoFill by setting the Content Type of a UITextFiled. This feature works on iOS 14.5 when the Content Type is set to email address but doesn't work for phone number. Here's the two changes I'm making in my code: textField.keyboardType = .phonePad textField.textContentType = .telephoneNumber Is there anything else that needs to be done or this is a known bug.
3
0
3.2k
Sep ’21
Password AutoFill Extension broken on macOS 13 Monterey
Hello, Our application's Password AutoFill extension can no longer present its view when enabled in System Preferences panel for Extensions, or when selected in Safari's autofill menu, though it still appears there. Instead, an error from a private API is logged: +[NSExtensionContext _allowedItemPayloadClasses] not implemented. Setting the allowed payload classes to <private> If there's been any updates to the documentation about what our autofill extension is required to provide in terms of a list of allowed classes, I haven't found it yet. Does anybody know what's going on there, or have any suggestions? Thanks!
1
0
1.3k
Sep ’21
How to turn autofill off for email, phone number, and birthdate fields?
Hello, I am trying to turn OFF autofill in Safari for an application. Is there any sure way to turn the autofill off on all devices? Safari is trying to autofill my Date of Birth field, email, and phone number but I do not want these fields suggesting autofill. Seems all other browsers have a way to completely turn it off now, besides Safari.
0
0
639
Aug ’21
Localization not found in Strong password Auto Fill
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
1
3
1.2k
Aug ’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
989
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
866
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.3k
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.3k
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
780
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
588
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.5k
Activity
Sep ’21
One time code autofill not working with some codes
We are working on a banking application with sms authentication with otp. We have tagged our ITUextfields correctly with the type .oneTimeCode With some codes this is not being suggested on the keyboard as would be expected. In Messages app they are not suggested for copying either, but we don't know why. Aviso Bankia: Solicitado 27/05 consulta del PIN de tu tarjeta *0285 en Bankia Online. Codigo Firmamovil: 9N2U --&gt; suggested correctly Aviso Bankia: Solicitado 27/05 consulta del PIN de tu tarjeta *0285 en Bankia Online. Codigo Firmamovil: 9QNJ --&gt; It's not suggested Aviso Bankia: Alta de la tarjeta *285 en Apple Pay 28/05. Codigo Firmamovil: RB7V --&gt; suggested correctly Aviso Bankia: Alta de la tarjeta *028 en Apple Pay 29/06. Codigo Firmamovil: 9TVT --&gt; It's not suggested Aviso Bankia: Solicitado 27/05 consulta del PIN de tu tarjeta *0285 en Bankia Online. Codigo Firmamovil: 3T3E --&gt; suggested correctly Aviso Bankia: Solicitada consulta de CVV de su tarjeta ***0285 en Bankia Online. 28/05. Codigo Firmamovil: 8MQG --&gt; It's not suggested Thanks.
Replies
2
Boosts
0
Views
2.6k
Activity
Sep ’21
AutoFill issue on iOS for getting phone numbers from the Contacts app
In WWDC2020, a new feature was introduced in which the app can get Contact AutoFill by setting the Content Type of a UITextFiled. This feature works on iOS 14.5 when the Content Type is set to email address but doesn't work for phone number. Here's the two changes I'm making in my code: textField.keyboardType = .phonePad textField.textContentType = .telephoneNumber Is there anything else that needs to be done or this is a known bug.
Replies
3
Boosts
0
Views
3.2k
Activity
Sep ’21
Password AutoFill Extension broken on macOS 13 Monterey
Hello, Our application's Password AutoFill extension can no longer present its view when enabled in System Preferences panel for Extensions, or when selected in Safari's autofill menu, though it still appears there. Instead, an error from a private API is logged: +[NSExtensionContext _allowedItemPayloadClasses] not implemented. Setting the allowed payload classes to <private> If there's been any updates to the documentation about what our autofill extension is required to provide in terms of a list of allowed classes, I haven't found it yet. Does anybody know what's going on there, or have any suggestions? Thanks!
Replies
1
Boosts
0
Views
1.3k
Activity
Sep ’21
How to turn autofill off for email, phone number, and birthdate fields?
Hello, I am trying to turn OFF autofill in Safari for an application. Is there any sure way to turn the autofill off on all devices? Safari is trying to autofill my Date of Birth field, email, and phone number but I do not want these fields suggesting autofill. Seems all other browsers have a way to completely turn it off now, besides Safari.
Replies
0
Boosts
0
Views
639
Activity
Aug ’21
Localization not found in Strong password Auto Fill
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
Replies
1
Boosts
3
Views
1.2k
Activity
Aug ’21