开发者

Open Documents from iBooks in my application

开发者 https://www.devze.com 2023-04-03 07:45 出处:网络
Is it possible to open a document from iBooks in my application? I found only that: NSString *stringURL = @\"itms-books:\";

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.


No that is not possible, there is no API to get document from iBooks.

0

精彩评论

暂无评论...
验证码 换一张
取 消