在我的应用程序中打开 iBooks 中的文档
是否可以在我的应用程序中打开 iBooks 中的文档?我只发现:
NSString *stringURL = @"itms-books:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
但是这样我只能从我的应用程序中打开 iBooks。
Is it possible to open a document from iBooks in my application? I found only that:
NSString *stringURL = @"itms-books:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
but with this I can only open iBooks from my application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的,没有 API 可以从 iBooks 获取文档。
No that is not possible, there is no API to get document from iBooks.