简体   繁体   English

无论如何,可以通过iOS 8.3中的应用扩展打开容器应用吗?

[英]Is there anyway of opening the container app from an app extension in iOS 8.3?

I have all the editing functionality in the container app of my keyboard extension, and I have a button to open the container app on the keyboard. 我在键盘扩展程序的容器应用程序中具有所有编辑功能,并且有一个按钮可以在键盘上打开容器应用程序。 I was using these methods openURL not work in Action Extension However, in iOS8.3 apple changed his mind again. 我正在使用这些方法openURL在Action Extension中不起作用,但是,在iOS8.3中,Apple再次改变了主意。 And, I cannot find a way to open the container app. 而且,我找不到打开容器应用程序的方法。 Has anyone any idea how to do it? 有谁知道怎么做吗? Please, help! 请帮忙!

Apple hasn't changed its mind on this even once, let alone "again". 苹果甚至没有一次改变主意,更不用说“再次”。 Only today extensions support opening their containing app, others do not. 只有今天的扩展程序才支持打开其包含的应用程序,其他扩展程序则不支持。 The workarounds that people found were-- from Apple's perspective-- bugs that were fixed. 从Apple的角度来看,人们发现的变通办法是已修复的错误。

There is no supported way to do what you want. 没有支持的方法来做您想要的。 If you find some workaround, you should expect it to disappear in the next iOS update. 如果找到一些解决方法,则应期望它在下一个iOS更新中消失。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从容器应用程序* iOS 8.3 *开始,如何检查“允许完全访问” - How to check “Allow Full Access” is granted since iOS 8.3 *from the container app* iOS Action Extension无法打开我的主应用 - iOS Action Extension not opening my main app iOS - 广播上传扩展 - UserDidFinishSetup - 从容器应用传递参数 - iOS - Broadcast Upload Extension - UserDidFinishSetup - pass parameters from Container app iOS Swift Today Extension:从容器应用程序导入类? - iOS Swift Today Extension: import class from container app? 从今日扩展(小部件)在主机应用程序中执行操作,无需打开应用程序ios - Perform action in host app from Today extension(Widget) Without opening app ios iPad App横向模式损坏的iOS 8.3 - iPad App Landscape Mode broken iOS 8.3 无法从iOS 10中的App组共享容器中获取扩展程序中的图像 - Not able to fetch images in extension app from App group shared container in iOS 10 Swift 自定义 URL 未从扩展程序打开应用程序 - Swift Custom URL is not opening the app from extension 部署目标iOS 8.3的应用可以在iOS 8.2上运行吗? - Can an app with deployment target iOS 8.3 run on iOS 8.2? 从二维码中的自定义 URL 打开 iOS 应用程序 - Opening iOS App from Custom URL in QRCode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM