It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoAutofill No Longer Working Xcode Developer or TestFlight Signed Builds?
I upgraded to 8.7.1 this morning and noticed that Autofill no longer works on builds I am testing via Xcode or build released in Test Flight. Builds that are released using DeveloperID signing or rel...
ag_Christian
1Password Team
4 years agoHey there sixbillships,
Would you mind running the following command and sharing the output on the app bundle you created with "Unite":
codesign -dvvv /path/to/bundle.app
Universal Autofill currently requires a valid code signature on all apps that it fills into. If codesign
tells you that the application bundle is not signed at all, that is most likely the reason why it stopped working.