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:
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!
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
toSceneDelegate
it looks like any other FlutterPlugin that relies onapplication(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