Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションでiBooksからドキュメントを開くことはできますか?私はそれだけを見つけました:
NSString *stringURL = @"itms-books:"; NSURL *url = [NSURL URLWithString:stringURL]; [[UIApplication sharedApplication] openURL:url];
しかし、これでは、アプリケーションからiBooksを開くことしかできません。
いいえ、それは不可能です。iBooks からドキュメントを取得するための API はありません。