Can't launch itms-service URI on ios with url_launcher

Hello all,

I have an itms-service URI that I need to launch in an external browser. I am using version 6.1.14 of url_launcher to do this and launching the URI as a string. I know the URI is valid because I can open it in the device browser and it works as intended. I also wrote my own MethodChannel to rule out OS problems and it works fine using shared.open.

Any ideas what might be going on?

I can’t provide example code but we literally just call launchUrlString with the URI.

Maybe this will have some tips for you?