在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mobiledeeplinking/mobiledeeplinking-ios开源软件地址(OpenSource Url):https://github.com/mobiledeeplinking/mobiledeeplinking-ios开源编程语言(OpenSource Language):Objective-C 99.9%开源软件介绍(OpenSource Introduction):This repository is no longer maintained.Issue reports and pull requests will not be attended. MobileDeepLinkingThis project is the iOS library component of the MobileDeepLinking specification, the industry standard for mobile application deeplinking. This specification and accompanying libraries simplify and reduce implementation time for deep links as well as provide flexible and powerful features for routing to custom behavior. FeaturesGiven a configuration file ( View RoutingWhen a view is defined in the configuration file, the library will instantiate the viewController as appropriate and then attempt to push it to the appropriate navigation controller. The route parameters defined in the configuration file (path and query parameters) will be set on this viewController. Three types of viewControllers are supported. They are listed below with the appropriate json configuration settings:
HandlersThere may be cases where you need to set up a view before displaying it. This functionality is supported through the use of custom handlers. In the These handlers are provided with an NSDictionary with all route parameters found in the deeplink. They can modify the contents of this dictionary, which will be forwarded on to the next handler in the handlers array. Handlers can be reused across multiple routes and can be used in conjunction with view instantiation or entirely on their own. CompatibilityThis library was developed using ARC and supports iOS 5 and above on all architectures. BuildThis library follows the iOS Framework build process laid out here. The library can be found in the releases/ folder. It is also available through CocoaPods. To build from source:
InstallationRequiredCreate a Insert the following line into the
OptionalRegister Custom Handlers (if desired) in your AppDelegate's
Run Unit TestsThis assumes you have CocoaPods installed.
Demo AppPart of the LicenseCopyright 2014 MobileDeepLinking.org and other contributors http://mobiledeeplinking.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论