Posts

Post not yet marked as solved
0 Replies
516 Views
Hi, How to create a ctk plugin for ios? I have write a CryptoTokenKit extension refer to the official example base on macos. And run it on ios 14.4 ,it have no logs. Is there any thing to pay attention to? Can anyone help me? Thank u!
Posted
by xaqfan.
Last updated
.
Post marked as solved
3 Replies
1.1k Views
I have obtained the permission of driverkit, and the compilation and notarization passed. When I activate the dext in application, it will report Error : Domain=OSSystemExtensionErrorDomain Code=8 "Invalid code signature or missing entitlements". I searched a lot of information on the forum and followed the instructions, among which is disable SIP. My App's entitlements is : <dict>         <key>com.apple.security.app-sandbox</key>         <true/>         <key>com.apple.security.files.user-selected.read-only</key>         <true/>         <key>com.apple.developer.system-extension.uninstall</key>         <true/>         <key>com.apple.developer.system-extension.install</key>         <true/>         <key>com.apple.security.get-task-allow</key>         <true/> </dict> </plist> dext's entitlements is : <dict>         <key>com.apple.developer.driverkit</key>         <true/>         <key>com.apple.developer.driverkit.transport.usb</key>         <array>                 <dict>                         <key>idVendor</key>                         <integer>2414</integer>                 </dict>         </array>         <key>com.apple.security.app-sandbox</key>         <true/>         <key>com.apple.security.get-task-allow</key>         <true/> </dict> Can some one help me ? Thanks
Posted
by xaqfan.
Last updated
.
Post not yet marked as solved
0 Replies
696 Views
HI,every one ,I have encountered a very serious problem.On 10.15 systems, the samrtcard tokend module is disabled by default. I know that.But it can be used, sudo defaults write /Library/Preferences/com.apple.security.smartcard Legacy -bool true,It is available.Now, I upgraded the system. On the 10.15.1 system, our product of tokend does not work, How to solve it?Is there have a bug,on 10.15.1 ?
Posted
by xaqfan.
Last updated
.