iPhone Anti-Pirates
NSBundle *bundle = [NSBundle mainBundle];
NSDictionary *info = [bundle infoDictionary];
if ([info objectForKey: @”SignerIdentity”] != nil)
{
/* Looks like this is app is pirated */
}
NSBundle *bundle = [NSBundle mainBundle];
NSDictionary *info = [bundle infoDictionary];
if ([info objectForKey: @”SignerIdentity”] != nil)
{
/* Looks like this is app is pirated */
}