Hi guys,
I am trying to get webcredentials for associated domains to work on a standalone watchOS-app that I am working on.
The AASA-file is hosted correctly, and the keychain autofill works fine on the iOS-app within the same workspace using the same associated domain.
The setup on the watchOS-app is close to identical to the iOS-app. The textContentType-modifiers are correctly added onto the textfields. Within the watchOS-app, the textfields allow me to browse my keychain but it doesn't filter the credentials linked to my associated domain.
For watchOS apps, you must add the Associated Domains capability to the WatchKit Extension target.
I assume that this doesn't apply to standalone watchOS-apps that do not have the WatchKit Extension.
Has anyone encountered this issue? Appreciate any ideas.