awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
BoltsFramework avatar

BoltsFramework/Bolts-ObjC

0
View on GitHub↗
5,622 stars·576 forks·Objective-C·5 vues

Bolts ObjC

Bolts-ObjC est une bibliothèque de développement mobile Objective-C fournissant des outils pour coordonner les opérations asynchrones et router les liens profonds (deep links) au sein des applications natives. Il fonctionne comme un framework pour gérer les tâches en arrière-plan et résoudre les métadonnées de navigation pour diriger les utilisateurs vers du contenu spécifique.

La bibliothèque inclut un moteur de routage de liens profonds et un navigateur de liens d'application qui résolvent la compatibilité des gestionnaires pour lancer des expériences natives ou déclencher des replis vers le navigateur web. Il dispose également d'un enregistreur de liens d'analyse mobile pour suivre le mouvement des utilisateurs à travers les liens profonds pour l'intégration avec des plateformes d'analyse externes.

Le projet couvre la coordination des tâches asynchrones avec le suivi des dépendances et la propagation des erreurs pour maintenir la réactivité de l'interface. Il fournit en outre des capacités pour le suivi des référents mobiles et l'analyse des URL entrantes pour le routage spécifique à l'appareil.

Features

  • Objective-C Libraries - Provides a collection of low-level tools for managing asynchronous tasks and navigation in Objective-C mobile applications.
  • Deep Link Navigators - Provides a utility for resolving handler compatibility to trigger interface navigation via external URL schemes.
  • Native Experience Launchers - Resolves navigation metadata to launch native application experiences or trigger web browser fallbacks.
  • URL Scheme Handlers - Maps incoming deep link strings to specific app content by parsing metadata and checking handler availability.
  • Deep Link Routing - Parses incoming URLs to route mobile app users directly to specific content based on their device.
  • Futures and Promises - Manages complex task dependencies and error propagation using a chainable future-based model.
  • Asynchronous Task Managers - Coordinates concurrent background operations and non-blocking task execution to maintain interface responsiveness.
  • App Navigation Fallbacks - Provides a mechanism to determine the optimal navigation path between native app handlers and web browser fallbacks.
  • Mobile App Analytics - Tracks user movement through deep links for integration with external mobile analytics platforms.
  • Deep Link Attribution Tracking - Logs link events and displays navigation banners to track how users arrive at the mobile application.
  • Thread-Safe State Transitions - Ensures data consistency across background tasks and UI updates using atomic synchronization primitives.
  • Async and Event Handling - Low-level tasks and app link utilities for Objective-C.
  • Event Bus Systems - Collection of low-level libraries for tasks and deep links.

Historique des stars

Graphique de l'historique des stars pour boltsframework/bolts-objcGraphique de l'historique des stars pour boltsframework/bolts-objc

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait boltsframework/bolts-objc ?

Bolts-ObjC est une bibliothèque de développement mobile Objective-C fournissant des outils pour coordonner les opérations asynchrones et router les liens profonds (deep links) au sein des applications natives. Il fonctionne comme un framework pour gérer les tâches en arrière-plan et résoudre les métadonnées de navigation pour diriger les utilisateurs vers du contenu spécifique.

Quelles sont les fonctionnalités principales de boltsframework/bolts-objc ?

Les fonctionnalités principales de boltsframework/bolts-objc sont : Objective-C Libraries, Deep Link Navigators, Native Experience Launchers, URL Scheme Handlers, Deep Link Routing, Futures and Promises, Asynchronous Task Managers, App Navigation Fallbacks.

Quelles sont les alternatives open-source à boltsframework/bolts-objc ?

Les alternatives open-source à boltsframework/bolts-objc incluent : boltsframework/bolts-android — Bolts-Android is a mobile development library for Android that provides a framework for deep-linking and a system for… facebook/facebook-ios-sdk — This software is a mobile app analytics toolkit, a social graph API client, and a social sharing library for iOS. Its… mxcl/promisekit — PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an… amphp/amp — Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous… uber/ribs — RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of… yonahforst/react-native-permissions — react-native-permissions is a cross-platform mobile permissions library that provides a unified API for checking and…

Alternatives open source à Bolts ObjC

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Bolts ObjC.
  • boltsframework/bolts-androidAvatar de BoltsFramework

    BoltsFramework/Bolts-Android

    4,004Voir sur GitHub↗

    Bolts-Android is a mobile development library for Android that provides a framework for deep-linking and a system for managing asynchronous tasks. It functions as a toolkit for parsing inbound intents, resolving URL metadata, and routing users to specific native content within an application. The library includes a task manager for coordinating parallel background operations and handling thread-safe execution. This system uses chainable tasks, cancellation tokens to stop active processes, and routing to ensure results return to the main user interface thread. The framework also covers deep-l

    Java
    Voir sur GitHub↗4,004
  • facebook/facebook-ios-sdkAvatar de facebook

    facebook/facebook-ios-sdk

    8,067Voir sur GitHub↗

    This software is a mobile app analytics toolkit, a social graph API client, and a social sharing library for iOS. Its primary purpose is to enable the tracking of application events and ad conversions, the retrieval of user profiles and social connections from the Facebook Graph API, and the publication of content to social feeds and messaging services. The toolkit provides specialized capabilities for social login integration and identity management, including the handling of access tokens and session refreshing. It features a dedicated system for deep link navigation to route users to speci

    Swift
    Voir sur GitHub↗8,067
  • mxcl/promisekitAvatar de mxcl

    mxcl/PromiseKit

    14,238Voir sur GitHub↗

    PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an asynchronous workflow coordinator, representing the eventual result of an operation to simplify concurrency logic and replace nested callback structures. The framework enables the coordination of both sequential and parallel asynchronous tasks. It provides a structured pipeline for chaining operations, allowing the results of one task to be passed into the next and facilitating the execution of multiple operations simultaneously. The library includes a state-machine based reso

    Swift
    Voir sur GitHub↗14,238
  • amphp/ampAvatar de amphp

    amphp/amp

    4,419Voir sur GitHub↗

    Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous applications using an event loop to schedule operations, timers, and signals within a single process. The project implements a coroutine library that utilizes fibers to suspend and resume function execution. This allows the system to handle concurrent tasks without blocking the main execution thread, optimizing CPU usage during input and output operations. It further manages pending operation results through a future and promise implementation. The framework covers a broad range of

    PHP
    Voir sur GitHub↗4,419
Voir les 30 alternatives à Bolts ObjC→