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

application(_:openUrl:options:) not working #24

Open
thorstenstark opened this issue Aug 17, 2017 · 3 comments
Open

application(_:openUrl:options:) not working #24

thorstenstark opened this issue Aug 17, 2017 · 3 comments

Comments

@thorstenstark
Copy link

In line 91 of PluggableApplicationDelegate.swift there is the method called open func application(_ app: UIApplication, public url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Boo but this should be open func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool. Not public url: but open url:.
So an app using the PluggableApplicationDelegate currently can not handle the url it was opened with.

@brototyp
Copy link

This is a duplicate of #20 right? Unfortunately this change isn't released yet.

@ogjklindt
Copy link

already fixed with 704d2c7

is it possible to get a 0.2.1 hotfix version for this? as this breaks many things...

@nico75005
Copy link

For those facing the same problem, while they create a new Pod version (which I doubt they will at that stage), you can just use this line in your Podfile:

pod 'PluggableApplicationDelegate', :git => 'https://github.com/fmo91/PluggableApplicationDelegate.git'

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