alice
alice copied to clipboard
[BUG] Alice notification tap on iOS is not working
Hi,
I am trying to open alice inspector on notification tap its works automatically in android but nothing on iOS
Same. Any solutions yet?
@jhomlala @awaisjamil-mp
Please adding the text in AppDelegate.swift
if #available(iOS 10.0, *) {
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
}
UIApplication.shared.setMinimumBackgroundFetchInterval(TimeInterval(60*15))
then click on the notification to open it!!