Pass deep link into iOS Simulator?

前端 未结 5 598
醉酒成梦
醉酒成梦 2021-01-31 14:32

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 th

5条回答
  •  粉色の甜心
    2021-01-31 15:00

    You can type this into your Terminal :

    xcrun simctl openurl booted 
    

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

提交回复
热议问题