avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Invoking links on iOS to real device (not simulator) #48

Open RobinManoli opened 4 years ago

RobinManoli commented 4 years ago

I'm using custom scheme and am testing on my iPad which is running iOS.

Running any code such as: /usr/bin/xcrun simctl openurl xxxYYY999 "unilinks://host/path/subpath" returns Invalid device: xxxYYY999

The id xxxYYY999 is what "flutter devices" returns as well as xcode devices and simulators.

LucasJC commented 4 years ago

simctl is a utility for working with simulators only. You should try tapping your link from within a chat application or something similar

gabrieldonadel commented 12 months ago

@RobinManoli did you ever find a way to do this?