Is there an developer resource for iOS app best practices?
We're improving our iPhone app and I'm looking for resources like this one (https://support.1password.com/compatible-website-design/) for iOS. I believe there are different levels of integration but not sure where to start. Right now the user flow requires the user to search our app name from 1password.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: iOS
Sync Type: Not Provided
Referrer: forum-search:ios app best practices
Comments
-
You'll want to read up on Associated Domains as that is what powers our ability to know anything about the app that the Password AutoFill extension is being used in: https://developer.apple.com/documentation/safariservices/supporting_associated_domains
You'll also want to be sure to set the content type on any fields you have in your forms, username and password are the ones that Password AutoFill makes available to us at this point.
0