ジェイルブレイクされた iDevices でのみ動作するアプリを作成しようとしています。私はすでに脱獄検出コードを持っています:
([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"cydia://"]]);{
UIAlertView *cydiaisinstalled=[[UIAlertView alloc]initWithTitle:@"Cydia is installed!"
message:@"You can use Respring!"
delegate:self
cancelButtonTitle:@"OK"
otherButtonTitles:nil];
[cydiaisinstalled show];
}}
しかし、デバイスがジェイルブレイクされていないかどうかを検出できるようにする必要があります。