Post

Replies

Boosts

Views

Activity

Comment on React Native app with CarPlay support, bug on launch sometimes after iOS 15
Although none of our development devices are experiencing the issue we have a few users with the similar issues. Moving some app initialization code to SceneDelegate willConnectTo function appears to fix the issue. In our case it was database initialization and opening database queues which caused the failure, but it may include anything that requires access to FileManager/UserPreferences/etc.
Jan ’22