jhomlala/alice

[BUG] Alice notification tap on iOS is not working

Opened this issue · 3 comments

Hi,

I am trying to open alice inspector on notification tap its works automatically in android but nothing on iOS

Same. Any solutions yet?

Please adding the text in AppDelegate.swift

    if #available(iOS 10.0, *) {
Screenshot 2024-07-02 at 12 19 51
          UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
        }
                UIApplication.shared.setMinimumBackgroundFetchInterval(TimeInterval(60*15))
                
                
               then click on the notification to open it!!