Posts

Post not yet marked as solved
4 Replies
0 Views
Basically there's two ways on how you can achieve that. You can check if the finder sync extension is enabled or not and then open Extensions window: if !FIFinderSyncController.isExtensionEnabled { FIFinderSyncController.showExtensionManagementInterface() } .. or you can force to turn the extension on (check the ploenne_ answer here: https://developer.apple.com/forums/thread/77682)