Hi,
I have the same issue with a Authorization Plugin and Daemon not working with BLE.
Any news on this, anybody?
cheers
Post
Replies
Boosts
Views
Activity
The work around that I mentioning here is not working! (Daemon with sand box capability is crashing immediately when running)
Hi,
Are there any news from Apple regarding using BLE with security plugins?
Thanks!
It doesnt happen if I embed the dylib version of libfido2.
It suggests that homebrew is building the libfido2.a without enforcing the inclusion of liccrypto.a and libcbor.a.
I am able to build and run with those libs in the dylib version.
cheers
sivan
Hi, I am using NSXPCConnection with setCodeSigningRequirement.
My requirement = "anchor apple generic and IssuerIsDeveloperID and LeafIsDeveloperIDApp". (I want to add here team id)
My app and daemon are signed with the same developer id cert and same team id.
Now my App can not connect to my Daemon. The connection gets invalidated on my daemon side, when setting the above requirement.
What am I missing here?
Thanks,
Sivan