Posts

Post not yet marked as solved
0 Replies
463 Views
I have a Mac application.In this app, I have a requirement to retrieve certificate data (common name, UID) from the certificates retrieved from keychain.I managed to retrieve common name using method SecCertificateCopyCommonName.Can anyone please guide me how to retrieve UID from certificate data?
Posted
by Ninad V.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
We have a Mac application.The application contains Safari App Extension.When we install (.pkg) and run the application for the first time, Safari App Extension does not get added on Safari (It is not shown at Preferences -> Extensions).But, when we quit the Mac application and start it again, then Safari App Extension gets added on Safari successfully.Can anyone please give me some pointers on this issue.
Posted
by Ninad V.
Last updated
.
Post not yet marked as solved
1 Replies
803 Views
We have a Mac application.The application contains Safari App Extension.Also, one third party framework (Sparkle framework) has been embedded in the application.When we run the application from Xcode, Safari App Extension gets added on Safari successfully.But, when we install the application using .pkg installer, Safari App Extension does NOT get added on Safari.Also, we observed that, when we remove this third party framework (Sparkle framework) and install the application using .pkg installer, then Safari App Extension gets added on Safari successfully.Can anyone please give me some pointers on this issue.
Posted
by Ninad V.
Last updated
.
Post not yet marked as solved
3 Replies
1.9k Views
We have an application for macOS platform. We are implementing a safari app extension for this application.We have a requirement to invoke a method in mentioned application (containing app) from safari app extension. Currently, we are trying to achieve this using NSXPCConnection APIs.But, shouldAcceptNewConnection method in containing app never gets invoked.Also, when we try to invoke methods in containing app from safari app extension using proxy object, nothing happens (those methods never get called).Can anyone please assist me to resolve this issue.
Posted
by Ninad V.
Last updated
.