Latest | 0.1.0 |
---|---|
Homepage | https://github.com/leverdeterre/JMCrashIfResign |
License | MIT |
Platforms | ios 5.0, requires ARC |
Authors |
My other works
[http://leverdeterre.github.io] (http://leverdeterre.github.io)
JMCrashIfResign is a way to protect your application against bad usage.
JMCrashIfResign is only active on signed application (no problem for your simulator or unit tests on simulators)
Usage
#import "JMResignDetector.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
[JMResignDetector registerSecureTeamIdentifiers:@[@"35C6XY72U8", @"35C6X642UI", @"G8WDYDSFS7"]];
return YES;
}
Requirements
Installation
JMCrashIfResign is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JMCrashIfResign"
Author
Jerome Morissard, [email protected]
License
JMCrashIfResign is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JMCrashIfResign", "version": "0.1.0", "summary": "JMCrashIfResign is a way to protect your application against bad usage...", "description": " This lib use a mobile provisionning parser to extract the registered TeamIdentifier.n Will execute exit(0) to stop the application.n", "homepage": "https://github.com/leverdeterre/JMCrashIfResign", "license": "MIT", "authors": { "Jerome Morissard": "[email protected]" }, "source": { "git": "https://github.com/leverdeterre/JMCrashIfResign.git", "tag": "0.1.0" }, "social_media_url": "https://twitter.com/leverdeterre", "platforms": { "ios": "5.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "JMCrashIfResign": [ "Pod/Assets/*.png" ] } }
Tue, 01 Mar 2016 20:45:04 +0000