iOS 9 how to invoke “Back to” feature programmatically

左心房为你撑大大i 提交于 2019-12-30 22:53:20

问题


Is there an api to invoke "Back to" action programmatically in order to return to the app which called (openurl) mine?


回答1:


It is not possible for you to redirect back to the app

The reason is

The only possible way for launching another app programmatically(Exposed by Apple) is via URLScheme. That means the current app should know the URL scheme of the to-be-launched app. In your case the launched app does not not know the URL scheme of the launched app. So there is no way to go back to the previous app.



来源:https://stackoverflow.com/questions/33717411/ios-9-how-to-invoke-back-to-feature-programmatically

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!