alice icon indicating copy to clipboard operation
alice copied to clipboard

[BUG] Alice notification tap on iOS is not working

Open awaisjamil-mp opened this issue 1 year ago • 3 comments

Hi,

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

awaisjamil-mp avatar Feb 07 '24 07:02 awaisjamil-mp

Same. Any solutions yet?

rohitrvayuz avatar Mar 18 '24 09:03 rohitrvayuz

@jhomlala @awaisjamil-mp

rohitrvayuz avatar Mar 18 '24 09:03 rohitrvayuz

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!!

JasurbekCoder01 avatar Jul 02 '24 07:07 JasurbekCoder01