I am porting an OS/X App from V1 to V2 and using SwiftyDropbox.
I register my Apple event handler in AppDelegate load but it never gets a callback signalling the App has Linked.
The Link flow appears to work perfectly, I get the login challenge followed by the Authorize the App view, but my
handleAppleEvent
Never get's a callback.
What would you suggest?
A simple COMPLETE example showing how an OS/X client works is desperately needed by the community.