You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Cheers
Mark
The text was updated successfully, but these errors were encountered:
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:
adaptyteam/AdaptySDK-Flutter#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
The text was updated successfully, but these errors were encountered: