All Questions
Tagged with carplay uiscenedelegate
3 questions
0
votes
0
answers
70
views
ios carplay implementation without using scene lifecycle
I'm trying to imeplement CarPlay into a legacy Cordova app that uses AppDelegate inernally.
I can't seem to be able doing it as the CarPlay API seems to require UIApplicationSceneManifest while the ...
1
vote
0
answers
369
views
Carplay scenedelegate never called in SwiftUI
I am facing one issue where I have created a car play scene delegate file but it never gets executed.
Here is my code for the app
@main
struct FredScannerProApp: App {
@...
0
votes
1
answer
198
views
[Carplay]: Crash of the main app at viewcontroller presentation while having the carplay app opened at the same time
I just implemented our new Carplay feature @Qobuz but I'm having a weird crash that I can't find an answer at.
Scenario:
Having the carplay app opened and using the application on the phone at the ...