本文介绍了如何在 iPad 上以编程方式启动 iBooks 电子阅读器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
就像UIApplication.openURL
.
是否有用于启动带有 ISBN 的 iBooks 的 API?
Is there an API to launch iBooks with an ISBN?
推荐答案
iBooks 注册了 itms-books:
和 itms-bookss:
URL 方案,因此您可以启动iBooks 以编程方式,但实际 URL 可能不是 ISBN.
iBooks registers the itms-books:
and itms-bookss:
URL schemes, so you can launch iBooks programmatically, but the actual URL might not be an ISBN.
这篇关于如何在 iPad 上以编程方式启动 iBooks 电子阅读器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!