コードファイルにpdfを配置しました。iBooksで開きたいのですが、調査中に次のことがわかりました。
NSString *stringURL = @"itms-books:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
NSString *stringURL = @"itms-bookss:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
これをどのように使用できますか、または iBook で PDF ファイルを開くことができる他の方法はありますか? よろしく