Post not yet marked as solved
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.
Post not yet marked as solved
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?
Post not yet marked as solved
So We developed an application for digital signature, but when user install it and then try to log in it shows "Something went wrong, or check your internet connection" but it happens random. sometimes on iPad device, sometimes on X series device.
If anyone ever experience it, please kindly help how to fix it
Thanks
Post not yet marked as solved
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?
Post not yet marked as solved
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.
Post not yet marked as solved
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.
Post not yet marked as solved
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.
Post not yet marked as solved
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!
Post not yet marked as solved
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.
Post not yet marked as solved
Hi everyone,
Background:
We want to provide our customers with login with Facebook option
It means - according to Apple policy - we must also implement login with Apple ID, and we are fine with it
But - because of type of our business - we must collect from our customers also their mobile number.
First of all, it's their unique ID in our system (but of course we could change it, if it was necessary).
But - what's more important - we are two-sided marketplace, we connect customers (pet parents) with business (vets, groomers, behaviourists, pet sitters etc.). Our merchants (business side) must have a direct phone number to their clients (customers side). When customers book a visit, we pass their mobile phone number to our merchants (with customers permission). It's because if anything bad happens (let's say, that vet by mistake gives a wrong medicine), they can react fast.
Question:
If we implement login/register with Apple ID, will we be allowed to ask additionally each our customer for their mobile phone? Regardless of their Apple ID settings?
Simple rule: we didn't get customers phone number -> we ask them to set it. Also, important information might be, we validate it because we send SMS with validation code.
Thanks in advance for your help, we are struggling with this since a while.
Best regards
Jakub
Post not yet marked as solved
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