iOS 17 and Flutter Custom URL Scheme

608 Views Asked by At

When I implement Custom URL Scheme to my app all works fine, but after iOS 17 update. Devices with this iOS version can't handle my Custom URL Scheme. On previous version of Xcode I successfully run this method to test my links:

xcrun simctl openurl booted mycustomscheme://some:action:here

But after Xcode update the same command have "Invalid URL" as a result.

Also this line work fine:

xcrun simctl openurl booted mycustomscheme://some/action/here

And links with same format work fine mycustomscheme://some/action/here

Is there some changes with Custom URL Scheme validation on the last update or something like this? Does it described somewhere?

0

There are 0 best solutions below