Error Message:
[AutoFill] Cannot show Automatic Strong Passwords for app bundleID: com.AnyPlay due to error: Cannot identify the calling app's process. Check teamID and bundleID in your app's application-identifier entitlement
Entitlement looks like this:
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>webcredentials:account.anyplay.fm</string>
</array>
</dict>
</plist>
What am I missing in the entitlement? In WWDC 2018 says that associated domains enough to use this feature.