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

Is Bolts relevant in 2022 for handling simple deeplinks opening from Facebook? #349

Open
n0an opened this issue May 8, 2022 · 0 comments

Comments

@n0an
Copy link

n0an commented May 8, 2022

Is Bolts-ObjC deprecated? It seems the last update was in 2020.

In README, there's a deprecated AppDelegate method mentioned for handling App Links:

- (BOOL)application:(UIApplication *)application
            openURL:(NSURL *)url
  sourceApplication:(NSString *)sourceApplication
         annotation:(id)annotation {

Do we need to use this method? According to Apple documentation, it was deprecated, and Apple encourages us to use the application:openURL:options: method instead of this one.
And do we need to use Bolts to parse and handle App Links that can come from Facebook? Or are there simple ways?
My main point - is Bolts still relevant in 2022 for handling simple deeplinks opening from Facebook?

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

1 participant