PluggableAppDelegate icon indicating copy to clipboard operation
PluggableAppDelegate copied to clipboard

Deeplinks not work when app is not running

Open marioacero opened this issue 6 years ago • 6 comments

Hi guys,

I'm having problems when use deeplinks and the app is not running, the method func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]?) -> Void) -> Bool is not call.

Additionally the method for register push notifications not works

marioacero avatar Nov 16 '18 15:11 marioacero

@marioacero hi, is it still relevant?

pchelnikov avatar May 19 '19 09:05 pchelnikov

Should be updated to Swift 5: open func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool

haashem avatar Sep 11 '19 05:09 haashem

@hashemp206 ok, I'll have a look

pchelnikov avatar Sep 16 '19 18:09 pchelnikov

@hashemp206 ok, I'll have a look

Hi, I'm having the same problem right now. Have you ever done it work?

Edited: application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool

Defaultly not implemented. Pluggable service apply is trying to call that method. So, we have to implement and return true if we want continue userActivity is being called .

alkanyunus avatar Feb 10 '20 10:02 alkanyunus

@saxahan hi, sorry, but I can no longer support this project.

pchelnikov avatar Feb 10 '20 10:02 pchelnikov

@saxahan hi, sorry, but I can no longer support this project.

I edited my post above. Thanks for your efforts.

alkanyunus avatar Feb 10 '20 10:02 alkanyunus