scout

Scout discovers apps installed on an iOS device utilising the URL scheme feature.

7
1
Objective-C

Scout

Scout discovers apps installed on an iOS device utilising the URL scheme feature.

Usage

NSSet *schemeSet = [NSMutableSet setWithArray:@[@"maps", @"http"]];
[US2Scout discoverSchemes:schemeSet withCompletion:^(NSSet *discoveredSchemes) {
    NSLog(@"discoveredSchemes: %@", discoveredSchemes);
    // Evaluate data
}];

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects.

Podfile

platform :ios, '7.0'
pod "Scout", "~> 1.0"

Maintainers

License

Scout is available under the MIT license. See the LICENSE file for more info.