Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UNNotification.IsRegisteredForRemoteNotifications
Checks whether we can get remote notifications.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UNNotification | 7.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "UNNotification.IsRegisteredForRemoteNotifications" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Checks whether we can get remote notifications.Returns 1 if the application is currently registered for remote notifications, taking into account any systemwide settings; doesn't relate to connectivity.
Examples
Check registration state:
Show Custom Dialog ["Check registration state"; MBS( "UNNotification.IsRegisteredForRemoteNotifications" )]
Release notes
- Version 10.5
- Fixed main thread warning for UNNotification.IsRegisteredForRemoteNotifications function.
Blog Entries
- MBS FileMaker Plugin, version 10.5pr1
- Push Notifications for FileMaker iOS SDK
- Remote Notifications for FileMaker iOS SDK
This function is free to use.
Created 15th April 2017, last changed 17th April 2017