How do I launch iBooks e-reader programmatically on iPad?

后端 未结 4 1528
萌比男神i
萌比男神i 2020-11-28 09:29

Just like UIApplication.openURL.

Is there an API to launch iBooks with an ISBN?

4条回答
  •  执笔经年
    2020-11-28 10:15

    For your info, folks: all it takes is to add the itunes.apple.com URL, the same you can find in iTunes when browsing the BookStore on the Mac, but replace http with itms-books and b00m, you have it! Example

    itms-books://itunes.apple.com/de/book/marchen/id436945766
    

    or

    itms-books://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMultiRoom?fcId=510054265&s=143443
    

提交回复
热议问题