PluggableAppDelegate
PluggableAppDelegate copied to clipboard
Deeplinks not work when app is not running
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 hi, is it still relevant?
Should be updated to Swift 5:
open func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool
@hashemp206 ok, I'll have a look
@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 .
@saxahan hi, sorry, but I can no longer support this project.
@saxahan hi, sorry, but I can no longer support this project.
I edited my post above. Thanks for your efforts.