Hi friend,
I am a macOS developer, and I am trying to implement this feature:
When the iPhone or iPad is connected or disconnected to the Mac, my App needs to receive a notification, and then display or remove it on NSView .
�I have made the following attempts:
Disk Arbitration Framework - DARegisterDiskAppearedCallback & DARegisterDiskDisappearedCallback.
NSWorkspaceDidMountNotification & NSWorkspaceDidUnmountNotification.
ExternalAccessory Framework - EAAccessoryDidConnectNotification & EAAccessoryDidDisconnectNotification
Unfortunately, all three methods have failed.
So can I use iLaunch to implement this feature? Or do you have any other suggestions?
All the best.
Hi friend,
I am a macOS developer, and I am trying to implement this feature:
When the iPhone or iPad is connected or disconnected to the Mac, my App needs to receive a notification, and then display or remove it on
NSView.�I have made the following attempts:
Disk Arbitration Framework-DARegisterDiskAppearedCallback&DARegisterDiskDisappearedCallback.NSWorkspaceDidMountNotification&NSWorkspaceDidUnmountNotification.ExternalAccessory Framework-EAAccessoryDidConnectNotification&EAAccessoryDidDisconnectNotificationUnfortunately, all three methods have failed.
So can I use iLaunch to implement this feature? Or do you have any other suggestions?
All the best.