Posts

Post marked as solved
2 Replies
926 Views
Hi, as title said, i have two problems with new login items on Ventura/Sonoma. I have main bundle and 5 background tasks. First problem: After installation, menu item for background tasks have name of company instead of application name. I read thread about it, but it seems be a long time. Is it possible that bug is still present on released Ventura? Thread: https://developer.apple.com/forums/thread/713493 Second problem: One of the background tasks can create plist and copy to /Library/LaunchDaemons. After that, i have two login items with different labels, one item as mentioned in first problem e.g. company name, and second login item for created plist, but with right name. Each plist has AssociatedBundleIdentifiers set to bundle id. Thank you
Posted Last updated
.
Post not yet marked as solved
0 Replies
1.2k Views
Hi, i have a problem with full disk access reset for system extension. we using custom unninstaller app bundle to proper unninstallion of app compounds from several steps. One of the step is unninstallation of system extension and reset its fda. But i get error because unninstaller app does not have fda. Reset of fda for main bundle does not raise error and its reset properly. Is there any option to reset fda via tccutil for system extension? Thank you
Posted Last updated
.
Post not yet marked as solved
0 Replies
758 Views
Hi, i am implementing NETunnelProviderProtocol but i dont need to use server address because on the system extension side is xpc communication instead of tcp/ip. When i leave serverAddress empty, tunneling is not started. It is not problem to set some default value, but i am just wondering. Thank you
Posted Last updated
.
Post not yet marked as solved
1 Replies
714 Views
Hi, i develop an app which run as daemon. I have to block force quit button. Becasuse i dont want to start app after crash or successful exit, i cannot set "KeepAlive" in plist. Summary: app not started automatically after crash app not started automatically after exit with 0 exit code app not started automatically after exit with non 0 exit code admin user is not able to do ForcedQuit an app from Activity monitor Is there any workaround to set app like this? Thank you
Posted Last updated
.
Post not yet marked as solved
0 Replies
516 Views
Hi, i am testing with uitest our application, but tests are too slow. I cannot find any tips or how to accelerate it. Is there any option to make it quickier? Thanks
Posted Last updated
.
Post not yet marked as solved
1 Replies
655 Views
Hi, I develop app with system extension. After installation i locked a bundle with sudo chflags -Rf schg command and everything worked. But after uninstall, my mac has strange behaviour. System preferences cannot open Security and privacy tab, only hang. I cannot run systemextensionsctl utility, in system.log i can see periodically crashing of sysextd daemon and i cannot remove any app from /Application folder. Is there any solution to fix this? Something to remove systemextension? Thank you
Posted Last updated
.
Post not yet marked as solved
1 Replies
757 Views
Hi, i'm trying to implement making a screenshots from my macos app. I have a problem with extracting png files of screenshots from .xcresult. I found some xcparse app, but i don't want to use any thirdy-party code for this trivial task. Is there any way to do this? Thank you
Posted Last updated
.
Post not yet marked as solved
0 Replies
555 Views
Hi, i have to change app icon/name in notification center. Is there any way to change it? I found solution (setAlternateIconName) but it works only for ios. Thank you
Posted Last updated
.