namtn
namtn
Same issue for me. Work well on Android but dot not update enough fast on IOS.
> What version of `url_launcher_ios` does your pubspec.lock indicate? You need version 6.2.4 or higher. > > https://pub.dev/packages/url_launcher_ios/changelog#624 Hi navaronbracke: I'm using `6.2.5` verion, so 6.2.4 will work? Thanks `url_launcher_ios:...
> @namtn > > This seems to be already addressed as part of https://github.com/flutter/flutter/issues/139759 that you can check and confirm. > > @darshankawar I don't really understand how to resolve...
> @namtn If you use `url_launcher 6.2.6` you should be good. It depends on `url_launcher_ios 6.2.4` or higher here https://github.com/flutter/packages/blob/main/packages/url_launcher/url_launcher/pubspec.yaml#L32 > > > > As noted in the url_launcher changelog,...
> Did you do the following as well? > > - delete ios/Podfile.lock > > - `flutter clean && flutter pub get` > > - `cd ios && pod repo...
@navaronbracke I also remove Pods folder and Podfile.lock
> I have the same problem with a Flutter module project. In the module project, there is no "ios" folder at all, there is ".ios" folder that is created on-the-fly...
I think flutter team should signed for url_launcher_ios.xcframework as Flutter.xcframework  
> It sounds like we'll probably need to update the add-to-app documentation to provide guidance here; presumably the application project is going to need to sign plugin builds that are...
> @MarkLevtin are you actually hitting the "Missing signature" App Store error, since your question was about privacy manifests? > > @namtn can you confirm you have "Embed & Sign"...