Post

Replies

Boosts

Views

Activity

EAAccessory - bluetooth connectivity issues after updating to iOS15.1?
I am unable to connect to bluetooth after updating my iOS to 15.1. I can able to list all the available bluetooth devices, but when selected I got this error: "Error Domain=EABluetoothAccessoryPickerErrorDomain Code=1 "(null)"" [[EAAccessoryManager sharedAccessoryManager] showBluetoothAccessoryPickerWithNameFilter:nil completion:^(NSError *error) {     if (error) { NSLog(@"error :%@", error); } else { // Do something } }]; Please let me know, if anyone has some thoughts.
6
0
877
Nov ’21
My MacOS application is successfully notarized but still getting the same warning as "app was blocked from use because is is not from an identified developer"
I have Notarized MacOS app from Xcode I have even verified with with below commands spctl --assess --type open --context context:primary-signature --verbose Circuit\ Tools.app  Circuit Tools.app: accepted source=Notarized Developer ID spctl -a -vvv Circuit\ Tools.app Circuit Tools.app: accepted source=Notarized Developer ID xcrun stapler validate Circuit\ Tools.app     Processing: /Users/vishwanathkota/Desktop/Circuit ToolsInstallers/Circuit Tools 19th 09-33-58 Notarized/Just App/Circuit Tools.app The validate action worked! Then after I have exported the app and double clicked it then the warning came up is "Circuit Tools can't be opened because it was not downloaded from the App Store" Can you please let me know why am I still getting the warning message?
4
0
612
Aug ’20