Posted 2 years ago
iPhone Anti-Pirates
NSBundle *bundle = [NSBundle mainBundle];
NSDictionary *info = [bundle infoDictionary];
if ([info objectForKey: @”SignerIdentity”] != nil)
{
/* Looks like this is app is pirated */
}
Replies
Likes
I make things : kurl.ws • tweet-r.com • bluespark.co.nz