Go deep link in iOS Simulator

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

Best wishes and thank you!

+6
source share
1 answer

You can enter this in your terminal:

xcrun simctl openurl booted URL_HERE

You can even share documents using the built-in Share extension from Finder in iOS Simulator.

+4
source

All Articles