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
217 stars 63 forks source link

Flutter_carplay compatibility issue with Adapty SDK #48

Open kingsglade opened 11 months ago

kingsglade commented 11 months ago

Hi Guys,

This is as an FYI and I'm not sure there's any fix from the CarPlay side so I've raised it with the Adapty Team to see if they can recommend a fix. Details written up here:

https://github.com/adaptyteam/AdaptySDK-Flutter/issues/98

It's worth noting that by switching from AppDelegate to SceneDelegate it looks like any other FlutterPlugin that relies on application(didFinishLaunchingWithOptions) will no longer work as it's not being called. If you think that sounds wrong or have any suggestions please let me know!

Cheers Mark