Autofill

RSS for tag

Streamline your app's login and onboarding procedures.

Posts under Autofill tag

134 Posts

Post

Replies

Boosts

Views

Activity

Apple App Site Association - denied because the CDN told us to stop with HTTP status 404: SWCERR00305 Network error -- {"cause":"gzip: invalid header"}
Hello, I am currently working on Automatic Strong Passwords for my flutter app, but my apps gets following error in the device console of my iphone, when debugging from Xcode. Request for '' for task AASA-1D8C0610-7098-4F04-B2BF-EE364CA9AC70 { domain: ap….ec….app, bytes: 0, route: cdn } denied because the CDN told us to stop with HTTP status 404: SWCERR00305 Network error -- {"cause":"gzip: invalid header"} I think this is the reason for the following message: [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: BUNDLEIDENTIFIER(CENSORED) due to error: Cannot save passwords for this app. Make sure you have set up Associated Domains for your app and AutoFill Passwords is enabled in Settings The AASA File is on following path: https://censored.censored.app/.well-known/apple-app-site-association The content of the file is: { "applinks": { "apps": [], "details": [ { "appID": "TEAMID(CENSORED).BUNDLEIDENTIFIER(CENSORED)", "paths": ["*"] } ] }, "webcredentials": { "apps": ["TEAMID(CENSORED).BUNDLEIDENTIFIER(CENSORED)"] } } and the response headers are following from the api with the AASA file: content-encoding: gzip content-security-policy: default-src 'self' http: https: data: blob: 'unsafe-inline' content-type: application/json; charset=utf-8 date: Tue, 30 Aug 2022 12:06:05 GMT referrer-policy: no-referrer-when-downgrade server: nginx strict-transport-security: max-age=31536000; includeSubDomains vary: Accept-Encoding x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Can anyone help me with this issue? I am working with a physical iphone 12 with ios-version: 16.0 (20A356a) Thanks for your help in advance.
0
0
1.8k
Aug ’22
What text field and autofill possibilities are there on tvOS?
Hello everyone, I have a few questions about text fields and autofill on tvOS that aren't cleared up by the developer documentation. Is it possible to have digits boxes appear above the keyboard instead of a simple text field. (see screenshot below) Is it possible to edit the subtitle on the keyboard screen? On the above screenshot it says "A message with..."? Is it possible to autofill phone number similar to email autofill? Is it possible to auto fill OTP code received in text message? Maybe if I'm typing with my iPhone?
0
0
1.1k
Aug ’22
Achieve passcode autofill locally
We have the local data server for iOS application. I want to achieve passcode autofill. We cannot use Associated Domains, because AASA file is not settable local server. So, I would like to save the server secret in KeyChain and display the TOTP passcode generated by myself in the QuickType bar or autofill it. Is this feasible? Also, please tell me how to retrieve the secret key saved in KeyChain.
0
0
872
May ’22
Save Password dialogue not triggered in wkWebView
The Save Password / KeyChain dialogue is not presented upon entry of credentials in a wkWebView authorization view. While the domain is properly entitled and the KeyChain auto-fill does appear to FILL credentials that may already exist from Safari, the save user/password dialogue never displays on a change or if no prior credentials exist in Safari. Is this expected behavior? Clearly the entitlement of the domain allows the auto-fill to function properly.
0
0
1.5k
May ’22
Autofill credential provider extension problem
Hi, i'm currently trying to implement an autofill service for my password management app and it's not showing in the Settings -> Passwords -> Autofill passwords. I've created the entitlement file with the com.apple.developer.authentication-services.autofill-credential-provider key with the YES value for both my app target and autofill extension. I've added for both my app target and extension target the capability for "Autofill Credential Provider". I've followed this tutorial but it's not very clear. Am I missing something here?
1
0
3.0k
Apr ’22
Is it possible to register the auto otp reading as an event in Swift?
We all know that post iOS 12, sms is automatically read by the textContentType = .oneTimeCode. However, we cannot recognise when it does that ( reading the otp from the sms) Is there any possibility of recognising the aforementioned state ( when the otp is read from the sms ) in any methods of the UITextField? There is a requirement where we need to save this as an event in an Event Tracking tool.
0
0
858
Apr ’22
Automatic Strong Passwords and Confirm Password Field
i currently have a Sign Up (registration) view with three text fields: Email Address, Password, and Confirm Password. The email address field has its textContentType set to .username, and both the passwords fields have it set to .newPassword. After entering the email address, tapping into the password field automatically autofills the password field with a strong password, but never autofills the confirm password field. The only way i have seen it autofill both password fields is if the user taps into the password field without entering an email address first. Since the email address field precedes both the password fields on the screen, it is unlikely the user will choose to enter a password first. Has anyone else experienced this, and if so, is there a way to get it to autofill both the password fields? This feature has been around since iOS 12 and i am experiencing this issue on iOS 14.6.
1
0
1.8k
Mar ’22
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.
1
0
3.6k
Mar ’22
Safari Keychain prompts cannot be disabled if using a third party Password AutoFill provider
Hi, we have developed password manager app that integrates with macOS Password AutoFill. This works well in Safari for filling passwords and users are happy. However users have reported that Safari keeps prompting users to save the just filled passwords in the Keychain. They receive a popup: Our users have explicitly and deliberately chosen not to use the Keychain for their passwords, so this is inappropriate. Unfortunately there appears to be no way to stop these prompts. You can turn them off only by completely disabling Password AutoFill in Safari, which means disabling our App's ability to AutoFill. This seems like an oversight. Setting here: Preferences > AutoFill > Usernames and Passwords Perhaps I've missed something, but if not, could we get a way to disable this Keychain/built in Password Manager prompt for users who use a third party Password Manager (which correctly works with Password AutoFill, the right way (tm) to do AutoFill). Cheers.
0
0
1.1k
Feb ’22
Mouse input completely disabled in Password AutoFill App Extension in Safari
Hi, We are receiving complaints from some users about our Password AutoFill component on macOS. The issue usually presents itself after some time, but it's pretty severe. When a user chooses our App to AutoFill their passwords, usually in Safari, we present a sheet allowing them to search from and choose a particular credential to fill. This works pretty well most of the time. However, after continued use, users report that they can no longer interact with the sheet using the mouse. Keyboard events seem to be fine, they can navigate using the up and down keys, but any clicks are just not registered. We've asked users to look in the console and let us know if they see anything strange. We've got a report back that Console is filled with: invalid display identifier <private> Also, it's speculative but all reports appear to be users using a second external display and it may possibly be related to the Mac going to sleep and the issue occurs after waking up. The solution for our users is to terminate Safari, upon restart the issue is resolved until the next time it begins, sometime later. Is there anything we can do, have you heard of an issue like this before, what could possibly block mouse events after a long period of time? Is this an App Extension issue, a Safari issue, a presenting a Sheet from an App Extension inside Safari issue? Any help appreciated.
0
0
756
Feb ’22
How can I fix an error with system event Osascript (1002)
I use an app to manage my passwords on my Macbook with MacOS Monterey 12.1 and it's suppose to autofill user name and password on website login page. Now with new MacOS I have this message : « Error in system events: Osascript is not allowed to send key entries. (1002)» The full message is this one : « The operation could not be completed. /Users/Phil/Library/Application Scripts/2BUA8C4S2C.com.agilebits.onepassword-osx-helper/ 1Password_Autosubmit.scpt:140:156: execution error : Error in system events : Osascript is not allowed to send key entries. (1002) » Does anyone have an idea about how I can fix this ? Thank you!
0
0
872
Jan ’22
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
647
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.3k
Dec ’21
Is there a way to disable the save password action sheet in my iOS app
Hi! I wonder if there is a way to disable the save password action sheet. It seems the action sheet is displayed once the container view controller is dismissed. The reasons that I want to disable the sheet are: I want to prompt the user to save passwords only after a successful login I want to use my UI
Replies
0
Boosts
0
Views
1.4k
Activity
Sep ’22
Apple App Site Association - denied because the CDN told us to stop with HTTP status 404: SWCERR00305 Network error -- {"cause":"gzip: invalid header"}
Hello, I am currently working on Automatic Strong Passwords for my flutter app, but my apps gets following error in the device console of my iphone, when debugging from Xcode. Request for '' for task AASA-1D8C0610-7098-4F04-B2BF-EE364CA9AC70 { domain: ap….ec….app, bytes: 0, route: cdn } denied because the CDN told us to stop with HTTP status 404: SWCERR00305 Network error -- {"cause":"gzip: invalid header"} I think this is the reason for the following message: [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: BUNDLEIDENTIFIER(CENSORED) due to error: Cannot save passwords for this app. Make sure you have set up Associated Domains for your app and AutoFill Passwords is enabled in Settings The AASA File is on following path: https://censored.censored.app/.well-known/apple-app-site-association The content of the file is: { "applinks": { "apps": [], "details": [ { "appID": "TEAMID(CENSORED).BUNDLEIDENTIFIER(CENSORED)", "paths": ["*"] } ] }, "webcredentials": { "apps": ["TEAMID(CENSORED).BUNDLEIDENTIFIER(CENSORED)"] } } and the response headers are following from the api with the AASA file: content-encoding: gzip content-security-policy: default-src 'self' http: https: data: blob: 'unsafe-inline' content-type: application/json; charset=utf-8 date: Tue, 30 Aug 2022 12:06:05 GMT referrer-policy: no-referrer-when-downgrade server: nginx strict-transport-security: max-age=31536000; includeSubDomains vary: Accept-Encoding x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block Can anyone help me with this issue? I am working with a physical iphone 12 with ios-version: 16.0 (20A356a) Thanks for your help in advance.
Replies
0
Boosts
0
Views
1.8k
Activity
Aug ’22
What text field and autofill possibilities are there on tvOS?
Hello everyone, I have a few questions about text fields and autofill on tvOS that aren't cleared up by the developer documentation. Is it possible to have digits boxes appear above the keyboard instead of a simple text field. (see screenshot below) Is it possible to edit the subtitle on the keyboard screen? On the above screenshot it says "A message with..."? Is it possible to autofill phone number similar to email autofill? Is it possible to auto fill OTP code received in text message? Maybe if I'm typing with my iPhone?
Replies
0
Boosts
0
Views
1.1k
Activity
Aug ’22
Autofill CC Expiration Date for Drop Down Fields
We have a web app that includes a payment iFrame page. When we select a stored CC to auto-fill, it fills out the CC number but not the expiration MM/YYYY drop down fields. Any help on how to get it to populate these fields is greatly appreciated.
Replies
0
Boosts
0
Views
1.2k
Activity
Aug ’22
Am I allowed to save Credit Card info in the iCloud Keychain?
I'm trying to do some form of autofill for a WKWebview on iOS and don't want to save CC info to our servers so I was wondering if I'm allowed to save it to the keychain if the user chooses to let us. I know at least one app seems to be doing something along those lines but I wanted to know if it's against ToS.
Replies
3
Boosts
0
Views
1.3k
Activity
Jul ’22
iOS autofill code from sms
Hello, how I can enabled autofill (in suggestion type bar)code with will come in sms? What forma of sms should be? Thanks
Replies
0
Boosts
0
Views
873
Activity
Jun ’22
Achieve passcode autofill locally
We have the local data server for iOS application. I want to achieve passcode autofill. We cannot use Associated Domains, because AASA file is not settable local server. So, I would like to save the server secret in KeyChain and display the TOTP passcode generated by myself in the QuickType bar or autofill it. Is this feasible? Also, please tell me how to retrieve the secret key saved in KeyChain.
Replies
0
Boosts
0
Views
872
Activity
May ’22
Save Password dialogue not triggered in wkWebView
The Save Password / KeyChain dialogue is not presented upon entry of credentials in a wkWebView authorization view. While the domain is properly entitled and the KeyChain auto-fill does appear to FILL credentials that may already exist from Safari, the save user/password dialogue never displays on a change or if no prior credentials exist in Safari. Is this expected behavior? Clearly the entitlement of the domain allows the auto-fill to function properly.
Replies
0
Boosts
0
Views
1.5k
Activity
May ’22
Autofill credential provider extension problem
Hi, i'm currently trying to implement an autofill service for my password management app and it's not showing in the Settings -> Passwords -> Autofill passwords. I've created the entitlement file with the com.apple.developer.authentication-services.autofill-credential-provider key with the YES value for both my app target and autofill extension. I've added for both my app target and extension target the capability for "Autofill Credential Provider". I've followed this tutorial but it's not very clear. Am I missing something here?
Replies
1
Boosts
0
Views
3.0k
Activity
Apr ’22
Is it possible to register the auto otp reading as an event in Swift?
We all know that post iOS 12, sms is automatically read by the textContentType = .oneTimeCode. However, we cannot recognise when it does that ( reading the otp from the sms) Is there any possibility of recognising the aforementioned state ( when the otp is read from the sms ) in any methods of the UITextField? There is a requirement where we need to save this as an event in an Event Tracking tool.
Replies
0
Boosts
0
Views
858
Activity
Apr ’22
My Xcode Login Page failed
I just don't understand why this error occurs when importing Can somebody help me ?
Replies
1
Boosts
0
Views
947
Activity
Apr ’22
Automatic Strong Passwords and Confirm Password Field
i currently have a Sign Up (registration) view with three text fields: Email Address, Password, and Confirm Password. The email address field has its textContentType set to .username, and both the passwords fields have it set to .newPassword. After entering the email address, tapping into the password field automatically autofills the password field with a strong password, but never autofills the confirm password field. The only way i have seen it autofill both password fields is if the user taps into the password field without entering an email address first. Since the email address field precedes both the password fields on the screen, it is unlikely the user will choose to enter a password first. Has anyone else experienced this, and if so, is there a way to get it to autofill both the password fields? This feature has been around since iOS 12 and i am experiencing this issue on iOS 14.6.
Replies
1
Boosts
0
Views
1.8k
Activity
Mar ’22
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.
Replies
1
Boosts
0
Views
3.6k
Activity
Mar ’22
Safari Keychain prompts cannot be disabled if using a third party Password AutoFill provider
Hi, we have developed password manager app that integrates with macOS Password AutoFill. This works well in Safari for filling passwords and users are happy. However users have reported that Safari keeps prompting users to save the just filled passwords in the Keychain. They receive a popup: Our users have explicitly and deliberately chosen not to use the Keychain for their passwords, so this is inappropriate. Unfortunately there appears to be no way to stop these prompts. You can turn them off only by completely disabling Password AutoFill in Safari, which means disabling our App's ability to AutoFill. This seems like an oversight. Setting here: Preferences > AutoFill > Usernames and Passwords Perhaps I've missed something, but if not, could we get a way to disable this Keychain/built in Password Manager prompt for users who use a third party Password Manager (which correctly works with Password AutoFill, the right way (tm) to do AutoFill). Cheers.
Replies
0
Boosts
0
Views
1.1k
Activity
Feb ’22
Mouse input completely disabled in Password AutoFill App Extension in Safari
Hi, We are receiving complaints from some users about our Password AutoFill component on macOS. The issue usually presents itself after some time, but it's pretty severe. When a user chooses our App to AutoFill their passwords, usually in Safari, we present a sheet allowing them to search from and choose a particular credential to fill. This works pretty well most of the time. However, after continued use, users report that they can no longer interact with the sheet using the mouse. Keyboard events seem to be fine, they can navigate using the up and down keys, but any clicks are just not registered. We've asked users to look in the console and let us know if they see anything strange. We've got a report back that Console is filled with: invalid display identifier <private> Also, it's speculative but all reports appear to be users using a second external display and it may possibly be related to the Mac going to sleep and the issue occurs after waking up. The solution for our users is to terminate Safari, upon restart the issue is resolved until the next time it begins, sometime later. Is there anything we can do, have you heard of an issue like this before, what could possibly block mouse events after a long period of time? Is this an App Extension issue, a Safari issue, a presenting a Sheet from an App Extension inside Safari issue? Any help appreciated.
Replies
0
Boosts
0
Views
756
Activity
Feb ’22
How can I fix an error with system event Osascript (1002)
I use an app to manage my passwords on my Macbook with MacOS Monterey 12.1 and it's suppose to autofill user name and password on website login page. Now with new MacOS I have this message : « Error in system events: Osascript is not allowed to send key entries. (1002)» The full message is this one : « The operation could not be completed. /Users/Phil/Library/Application Scripts/2BUA8C4S2C.com.agilebits.onepassword-osx-helper/ 1Password_Autosubmit.scpt:140:156: execution error : Error in system events : Osascript is not allowed to send key entries. (1002) » Does anyone have an idea about how I can fix this ? Thank you!
Replies
0
Boosts
0
Views
872
Activity
Jan ’22
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
647
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.3k
Activity
Dec ’21