Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deeplinks not work when app is not running #6

Open
marioacero opened this issue Nov 16, 2018 · 6 comments
Open

Deeplinks not work when app is not running #6

marioacero opened this issue Nov 16, 2018 · 6 comments

Comments

@marioacero
Copy link

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

@pchelnikov
Copy link
Owner

@marioacero hi, is it still relevant?

@haashem
Copy link

haashem commented Sep 11, 2019

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

@pchelnikov
Copy link
Owner

@hashemp206 ok, I'll have a look

@alkanyunus
Copy link

alkanyunus commented Feb 10, 2020

@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 .

@pchelnikov
Copy link
Owner

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

@alkanyunus
Copy link

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

I edited my post above. Thanks for your efforts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants