iOS anti-piracy Get link Facebook X Pinterest Email Other Apps October 08, 2011 NSBundle *bundle = [NSBundle mainBundle]; NSDictionary *info = [bundle infoDictionary]; if ([info objectForKey: @"SignerIdentity"] != nil) { /* do something */ } Read more