DeepLink Kit is an open-source iOS library to add incoming deep link support to your app in just a few minutes. It was originally built for use in Button products but proved generically useful enough that we decided to open source it to make deep linking easier for everyone!
For the simplest integration, you can simply assign a block to be executed when a deep link matching a pattern comes in. For more complex integrations, you can register View Controllers for path patterns to ensure good separation of concerns and to avoid having one class that knows about all of your entities & view controllers!
We've been working on DeepLink Kit for a while now & finally just released it as v1.0. We'd love any feedback on ease of use / integration and always interested in feature requests!
Floor