I am really struggling to get the Generate Strong Password - Function done inside ma app...
This is my website: https://wishlists-app.de/
. I already set up Associated Domains and Autofill Credential Provider inside my app like this:
I think that's all I need to do on my App's site, right? I know I have to do something with Apple-App-Site-Association but this is the part where I struggle and can't find any good tutorial...
I followed this guide but I have no idea how to realize the 2nd step. I have no idea how exactly I have to create this Json-File
and "add" it to my website. My provider is all-inkl.com. The tutorial isn't very "newbie"-friendly on this nor is the Apple-Documentation, so I hope someone can help me out here.
And is there something else I need to do? I already set all the textField.textContentType
but right now when selecting the passwordTextField
Xcode is telling me this:
Cannot show Automatic Strong Passwords for app bundleID: com.ckbusiness.Wishlists 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
Does adding the Association-File
fix this issue or is there something else to do ?