'Opening itms-service from Flutter
I use the enterprise distribution from Apple for our app. Now I'm creating a simple update system which starts the installation of a new app version.
Therefore I need to call:var _url ="itms-services://?action=download-manifest&url=https://my-url-to-the-plist"
I have done the same in other frameworks (Adobe AIR) with no problem.
In Flutter I use the url_launcher package with no success. The Urls scheme seems not to be supported by Flutter?
Any Ideas to this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
