Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UNNotification.RemoteNotificationsError
Queries the error from remote notification registration.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UNNotification | 7.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "UNNotification.RemoteNotificationsError" )
Parameters
none
Result
Returns error text.
Description
Queries the error from remote notification registration.If not error happened, the text is empty.
Examples
Show error:
Show Custom Dialog ["Remote Notifications Error"; MBS("UNNotification.RemoteNotificationsError")]
See also
Blog Entries
This function is free to use.
Created 15th April 2017, last changed 17th April 2017
UNNotification.RemoteNotificationsDeviceToken - UNNotification.RemoveAllDeliveredNotifications