Keynote iPad 应用程序的 URL 方案参考?
我正在尝试从我正在构建的应用程序启动 Keynote 应用程序。我如何知道 Keynote 支持的 URL 方案(如果有)?
I'm trying to launch the Keynote app from the application that I'm building. How can I know the URL scheme supported by Keynote (if any) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 iTunes 中,同步应用程序,然后转到导航栏中的应用程序,按住 Ctrl 键单击 Keynote,在 Finder 中显示,将其复制到桌面,将其名称更改为以 .zip 结尾,解压缩,打开有效负载文件夹,Ctrl-单击 Keynote.app,选择“显示包内容”并查看其 Info.plist。 :)
In iTunes, sync apps, then go to apps in the navigation bar, Ctrl-click Keynote, show in Finder, copy it over to the desktop, change it's name to end with .zip, unzip it, open the payload folder, Ctrl-click Keynote.app, select Show Package Contents and view its Info.plist. :)
在 Swift 3 中
在 Objective-C 中
In Swift 3
In Objective-C