We’re newly integrating Password Autofill in our iOS app.
Steps I’ve executed
- I’ve a created one apple-app-site-association file and hosted at https://{area}/apple-app-site-association.
- Added Related area entitlement in my Xcode venture
- I’ve set the textContentType property on any related enter views for my textual content enter view to show the precise AutoFill options
Right here my query is for newly created customers , passwords are saved in iCloud throughout registration course of(Signup) and it retrieves it from there later throughout login.
Is there a manner i can save present customers credentials after they login with out signup, because it was already executed lengthy again?