Scout discovers apps installed on an iOS device utilising the URL scheme feature.
Scout discovers apps installed on an iOS device utilising the URL scheme feature.
NSSet *schemeSet = [NSMutableSet setWithArray:@[@"maps", @"http"]];
[US2Scout discoverSchemes:schemeSet withCompletion:^(NSSet *discoveredSchemes) {
NSLog(@"discoveredSchemes: %@", discoveredSchemes);
// Evaluate data
}];
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects.
platform :ios, '7.0'
pod "Scout", "~> 1.0"
Scout is available under the MIT license. See the LICENSE file for more info.