Hello everyone!
We have a react native app which supports CarPlay on iOS.
We implemented CarPlay using 'scenes' because we need the 'PointOfInterest' template.
After iOS 15 we have a bug on launch and when the last launch happens about 30 min ago.
The app skips the SplashScreen and after that everything are rendered wrong in terms of positioning.
When that happens it seems like the app tries to open from the background even if it wan closed from the last launch.
We know that the bug is related to CarPlay because without it we haven't that bug but it's related to iOS 15 too because we haven't it before.
Any help is welcome!! :)
Post
Replies
Boosts
Views
Activity
Hello everyone :)
In a react-native app, after iOS upgrade to OS 15 we have this issue:
If someone opens the app after ~1 hour from the last time he/she opened it, the app skips the SplashScreen and after that nothing renders correctly. The positioning and order of components are wrong.
This happens only the first time after ~1hour of app being closed.
Any help is welcome :)
Hello everyone!
I am adding in my react native project the CarPlay framework via native code and in PointOfInterest I want to add the 'primaryButton' on the 'Details Card'. So as I saw in the docs (https://developer.apple.com/documentation/carplay/cppointofinteresttemplate?language=objc) there is the property of 'primaryButton' for this template but it's not added somehow on CPPointOfInterest when 'Creating a PointOfInterest template'..
So how can I added...?
Any help is welcome :)
Hello everyone!
I am using react native and a package named react-native-carplay to implement Point Of Interest template in my app..
This package has the necessary code for this template but still not working..
I have set the entitlement keys for EV-Charging and Maps and I am getting this error: "Exception 'Unsupported object <CPPointOfInterestTemplate"...
I know that this error occurs when wrong keys are set..
I want to ask if there are other possible reasons for this error ... ?
Any advice is welcome :)