-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CarPlay sometimes fails to load unless the app is already open on the mobile device #1973
Comments
I am also facing the same issue in my app which is using react-native-carplay. Unless the phone app is open, the app on the CarPlay do not work and shows blank screen. |
@harrymash2006 unfortunately this error report would indicate we have not 100% solved this problem, but I can direct you to the logic we added which has seemed to work for all the devices we have tested at least. IIRC we implemented two different scenes to load on app launch, one for Phone, and one for CarPlay, and the CarPlay one handles establishing the bridge with React Native in the app when the app is launched from CarPlay instead of the device. podverse-rn/ios/podverse/AppDelegate.m Line 69 in f264a33
|
Hi @mitchdowney actually tried this already in another app too using react-native-carplay but it shows blank screen on Carplay unless the phone app is open. |
@kreonjr could this be related? birkir/react-native-carplay#158 (comment) |
I can confirm this is still an issue on 4.16.1, build 2609 (tested on iPhone 13 Mini with iOS 18.0). |
The text was updated successfully, but these errors were encountered: