Pass deep link into iOS Simulator

主宰稳场 提交于 2019-12-03 15:44:01

问题


I would like to find an easier way to call deep links in the iOS simulator.
On Android you can use ADB to pipe links into the simulator by using the console.
Is there a similar way or a workaround to do that with the latest iOS simulator?

Best Regards and thank you very much!


回答1:


You can type this into your Terminal :

xcrun simctl openurl booted <INSERT_URL_HERE>

You can even share documents using the builtin Share Extension from the Finder to the iOS Simulator.



来源:https://stackoverflow.com/questions/46670298/pass-deep-link-into-ios-simulator

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