2

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.

Bartosz Bialecki
  • 4,391
  • 10
  • 42
  • 64

1 Answers1

1

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

rckoenes
  • 69,092
  • 8
  • 134
  • 166