Post not yet marked as solved
I have a Mac application. I need to open one url in safari browser's private window when I click on one button in application.How can I achieve this?
Post not yet marked as solved
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?
Post not yet marked as solved
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.
Post not yet marked as solved
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.
Post not yet marked as solved
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.