2
是否可以在我的應用程序中從iBooks打開文檔?我發現只有:在我的應用程序中從iBooks打開文檔
NSString *stringURL = @"itms-books:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
但與此我只能從我的應用程序打開iBooks。