Show Notification

You can use this API to show a notification when you know that it is Luciq related.

if let notification = launchOptions?[.remoteNotification] as? [String: AnyObject] {
   let isLuciqNotification = Replies.didReceiveRemoteNotification(notification)
 }

Last updated