My app is associated with multiple web sites (e.g. myapp.com, myappbonus.com, *.myappbonus.com), and depending on the user's account setup they may use a different web site to manage their account. I'd like to have password autofill save the correct web site with their account info. Currently, all accounts appear to be getting saved by password autofill associated with myappbonus.com.
Is there any way to control which web site is saved with an account?
My app's lists "myapp.com" and "*.myappbonus.com" in the associated domains entitlement, and myapp.com, myappbonus.com, and every subdomain of myappbonus.com all return the .well-known/apple-app-site-association file with the "webcredentials" key specified.
myappbonus.com and its subdomains also include the "applinks" key, and have been for a while. I don't know how the app's behavior will be affected by specifying both "webcredentials" and "applinks" keys.
Thanks for any assistance.
Is there any way to control which web site is saved with an account?
My app's lists "myapp.com" and "*.myappbonus.com" in the associated domains entitlement, and myapp.com, myappbonus.com, and every subdomain of myappbonus.com all return the .well-known/apple-app-site-association file with the "webcredentials" key specified.
myappbonus.com and its subdomains also include the "applinks" key, and have been for a while. I don't know how the app's behavior will be affected by specifying both "webcredentials" and "applinks" keys.
Thanks for any assistance.