Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower min required iOS version #21

Open
vanlooverenkoen opened this issue Sep 14, 2022 · 2 comments
Open

Lower min required iOS version #21

vanlooverenkoen opened this issue Sep 14, 2022 · 2 comments

Comments

@vanlooverenkoen
Copy link

Why is the minimum iOS version set to 14?
Carplay is already supported from 12.
And even if we would lower to 12. why not just use the minimum supported iOS version that is used by Flutter?

In our case we want to have carplay support. But only for devices that are iOS 14 or higher. All the other devices should still be able to use the app without carplay. That is currently not possible because of the hard min iOS version requirement.

Is there something we can do about this?

@vanlooverenkoen
Copy link
Author

Hmm strange, for some reason now I can build with a lower iOS version.

@oguzhnatly why is the min version required in de readme?

@vanlooverenkoen
Copy link
Author

vanlooverenkoen commented Sep 15, 2022

No we should lower the min version.

And in the AppDelegate we could use:

      if #available(iOS 14.0, *) {
          return true;
      }

But we should lower the flutter_carplay.podspec to 12.0 (that works for our app)

szeidner added a commit to szeidner/flutter_carplay that referenced this issue Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant