makeKeyAndOrderFront is not making my NSWindow key or front.
makeKeyAndOrderFront
My app does not have a main window or menubar, which may be part of the proble
Try calling this method [NSApp activateIgnoringOtherApps:YES];. This should make it the active application.
[NSApp activateIgnoringOtherApps:YES];