oguzhnatly / flutter_carplay

🚗 Apple CarPlay for Flutter Apps. Aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay.
https://pub.dev/packages/flutter_carplay
MIT License
218 stars 63 forks source link

Clicking on CarPlay App icon closes the app on iOS Phone on M1 in package v1.0.3 and displays the grey screen though connection status is maintained somehow. #32

Closed bensalcie closed 2 years ago

bensalcie commented 2 years ago
    Version 1.0.3 has been published in pub.dev. Check it out [here](https://pub.dev/packages/flutter_carplay). 🎉

Thank you for @EArminjon's contribution with #14. This issue has been marked as resolved and closed. Please continue the discussion if the issue remains and don't forget to join the Discord Server, so we can chat over there!

_Originally posted by @oguzhnatly in https://github.com/oguzhnatly/flutter_carplay/issues/7#issuecomment-1146799863_

bensalcie commented 2 years ago

Figured out how to fix it. Removed flutter toast that i was using, added entitlements file path to Signing ,under build settings on Profile, Debug and Release and it worked for M1