Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 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)