Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B Bolts-ObjC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BoltsFramework
  • Bolts-ObjC
  • Issues
  • #349
Closed
Open
Issue created May 08, 2022 by Anton Novoselov@n0an

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

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?

Assignee
Assign to
Time tracking