« 16 Years Xojo Develop… | Home | FileMaker Stammtisch … »

UserNotifications framework for Mac

The UserNotifications framework has been in iOS since version 10. With MacOS 10.14 Apple added this framework for the Mac, so we have the same classes in iOS and MacOS. With MacOS 10.14 Apple also deprecated NSUserNotification API.

To MBS Plugins, we now add UserNotifications API for MacOS in both our FileMaker and Xojo plugins.

For Xojo the new plugin part UNNotification contains all the classes to wrap the framework. As usually, we make this thread safe for Xojo, manage memory automatically and convert data types for you.

For FileMaker we compile the same code as for iOS for MacOS. Our existing UNNotification functions simply work for MacOS, too. There are a few little differences like location based notifications are not supported and there are no launch images for MacOS. If needed we could add new functions for actions beside just bringing FileMaker to front.

If you like, you can try soon those new functions with the next betas.
01 02 19 - 19:37