Hello,
We are trying to develop an application, which is like a custom installer app, where it asks for certain user input or performs certain checks before the actual package in run.
As the package needs to be run as sudo or with priviliges , (using NSTask with sudo is giving error that needs ask pass).
So using AuthorizationExecuteWithPrivileges to perform install pkg using /usr/sbin/Installer. This works .
But the documentation says AuthorizationExecuteWithPrivileges is deprecated and also console has a message
AuthorizationExecuteWithPrivileges and AuthorizationExecuteWithPrivilegesExternalForm are deprecated and functionality will be removed soon - please update your application
What is the replacement API or approach to install a pkg from a user launched app.
The deprecation Notes says Deprecated
Use a launchd-launched helper tool and/or the Service Management framework for this functionality.
But how to use this for installation case?
Post
Replies
Boosts
Views
Activity
Hello,
We have submitted a request for Developer Transition Kit and haven't got any update, do we need to submit the request again. How can we check the status of our request.
Thanks,
Hello,
Does universal apps work on macOS 10.9 or is there any minimum OS requirement.
The minimum OS our app is supported is Mac OS 10.9, and we plan to support from OS 10.9 to macOS 11 for both Intel and AppleSilicon using a single package.
Once ported to Apple Silicon, and have the Universal binaries created, will these universal apps work on Mac OS 10.9
Hi,
This question is about what would be the OS version number for MacOS Big Sur, I see two different versions
1.It shows as version 11 via About This Mac
2. When queried through sw_vers -productVersion
it returns(SystemVersion.plist has it as 10.16)
10.16
Hello,
We have a couple of Xcode projects for our Product and when I open the existing project, for few of the apps( projects) it shows only Any Mac(Intel).(Not showing Any Mac(Apple Silicon, Intel)
What could be the problem here?
Hello,
We have an installer package file which has an installer plugin, for customised installation process, looks like this is not getting loaded when the package is run on MacOS11 Big Sur . This step is not shown on the left pane where installer steps are listed.
Any one seeing similar issue ?
Hi,We have a legacy Safari extension(.safariextz Safari Extensions) to support older versions of Safari and our Safari developer certificate used for updating this has expired and not seeing an option to renew the certificate in developer Account. How to renew the Safari developer certificate.
We have an app that needs Accessibility permissions, to use APIs to listen key board and mouse events.(CGEventTapCreate). The first version is working as expected but after the app update, AXIsProcessTrustedWithOptions returns that app has no accessibility permission but System preferences shows it as enabled.
Hi,Our app has safari legacy extension(***.safarietz), which is packaged inside bundle at custom directory under resources(***.app/Contents/Resources/Components/***.safariextz), when trying notarise the app bundle, there is a warning that ***.safariextz is not a valid product / component package.Couple of questions:How can we resolve this warning.( To support older version of safari we need this extension)Will this warning become error after Feb 3rd 2020, when all submitted software must meet the original notarization prerequisites?