DeadPool SDK binary version
Sniff application & device infomation and combined with vendor infomation, report to RMD for simulator identification .
#import <DeadPool/DeadPool.h>
...
NSDictionary *vendorInfo = @{}; // caller vendor info
[DPLSniffer reportWithVendorInfo:vendorInfo
completionHandler:^(NSError * _Nullable error) {
if (error) {
// handle report failed
} else {
// handle report succeed
}
}];
...
- iOS 7.0+
DeadPool is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DeadPool-bin"
v0.1.1
- update pod spec
v0.1.0
- First binary version
leo, [email protected]
DeadPool is available under the MIT license. See the LICENSE file for more info.