2011-09-08 89 views
2

是否可以在我的應用程序中從iBooks打開文檔?我發現只有:在我的應用程序中從iBooks打開文檔

NSString *stringURL = @"itms-books:"; 
NSURL *url = [NSURL URLWithString:stringURL]; 
[[UIApplication sharedApplication] openURL:url]; 

但與此我只能從我的應用程序打開iBooks。

回答

1

不,這是不可能的,沒有API從iBooks獲取文檔。

相關問題