Scout 通过利用 URL 框架功能来发现已安装在 iOS 设备上的应用程序。
NSSet *schemeSet = [NSMutableSet setWithArray:@[@"maps", @"http"]];
[US2Scout discoverSchemes:schemeSet withCompletion:^(NSSet *discoveredSchemes) {
NSLog(@"discoveredSchemes: %@", discoveredSchemes);
// Evaluate data
}];
platform :ios, '7.0'
pod "Scout", "~> 1.0"
Scout 可在 MIT 许可证下使用。有关更多信息,请查看 LICENSE 文件。