CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

Scout 1.0

Scout 1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Martin Stolz.



Scout 1.0

  • By
  • Martin Stolz and Oliver White

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
}];

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.