Post

Replies

Boosts

Views

Activity

Reply to Is there a way to access Managed Preferences through UserDefaults in Swift?
I am also looking for this solution. Were you able to find a way?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Is there a way to access Managed Preferences through UserDefaults in Swift?
Finally I have figured this out through UserDefaults.standard. Its bit tricky This is my code if let userDefaultDict = UserDefaults.standard.dictionaryRepresentation() as? [String: Any]{ guard let <<yourStrVariable>> = userDefaultDict[<<your Key for the value >>] as? String else{ //Throw error } } else{ //Throw Error }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Writing custom uninstaller app for a Mac app
Hello, We are also in need of such an app for our in house MacOS app which has a LaunchAgent. Like you said, I have seen the uninstaller app in enterprise apps. Were you able to find the solution? Thanks, Sarayoodharan.K
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Unable to open settings app from custom app
Hello, Did you find the solution for this? I have the same problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’24