CarPlay audio app can't start when launched from locked device
up vote
4
down vote
favorite
We have an audio app and we want to add CarPlay to it. The app basically has a list of radio streams and the user can select wich one to play.
Everything is fine if I launch the app from the phone while connected to CarPlay or if I launch it from CarPlay and device is unlocked. If the device is locked the app starts, I can see the elements on the list in CarPlay but when one of that is selected nothing happens.
I have implemented MPPlayableContentDelegate
, MPPlayableContentDataSource
and the app has the audio background mode selected. The streams are fetched from network but then are cached to disk.
Has everyone encountered the same issue or have any hints on how to solve it? Do you know if Apple has a simple working audio app with the CarPlay support to test out?
ios ios12 carplay
This question has an open bounty worth +100
reputation from lorenzoliveto ending in 6 days.
This question has not received enough attention.
add a comment |
up vote
4
down vote
favorite
We have an audio app and we want to add CarPlay to it. The app basically has a list of radio streams and the user can select wich one to play.
Everything is fine if I launch the app from the phone while connected to CarPlay or if I launch it from CarPlay and device is unlocked. If the device is locked the app starts, I can see the elements on the list in CarPlay but when one of that is selected nothing happens.
I have implemented MPPlayableContentDelegate
, MPPlayableContentDataSource
and the app has the audio background mode selected. The streams are fetched from network but then are cached to disk.
Has everyone encountered the same issue or have any hints on how to solve it? Do you know if Apple has a simple working audio app with the CarPlay support to test out?
ios ios12 carplay
This question has an open bounty worth +100
reputation from lorenzoliveto ending in 6 days.
This question has not received enough attention.
stackoverflow.com/questions/22372095/…
– Spynet
yesterday
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
We have an audio app and we want to add CarPlay to it. The app basically has a list of radio streams and the user can select wich one to play.
Everything is fine if I launch the app from the phone while connected to CarPlay or if I launch it from CarPlay and device is unlocked. If the device is locked the app starts, I can see the elements on the list in CarPlay but when one of that is selected nothing happens.
I have implemented MPPlayableContentDelegate
, MPPlayableContentDataSource
and the app has the audio background mode selected. The streams are fetched from network but then are cached to disk.
Has everyone encountered the same issue or have any hints on how to solve it? Do you know if Apple has a simple working audio app with the CarPlay support to test out?
ios ios12 carplay
We have an audio app and we want to add CarPlay to it. The app basically has a list of radio streams and the user can select wich one to play.
Everything is fine if I launch the app from the phone while connected to CarPlay or if I launch it from CarPlay and device is unlocked. If the device is locked the app starts, I can see the elements on the list in CarPlay but when one of that is selected nothing happens.
I have implemented MPPlayableContentDelegate
, MPPlayableContentDataSource
and the app has the audio background mode selected. The streams are fetched from network but then are cached to disk.
Has everyone encountered the same issue or have any hints on how to solve it? Do you know if Apple has a simple working audio app with the CarPlay support to test out?
ios ios12 carplay
ios ios12 carplay
edited 2 days ago
asked Nov 7 at 13:06
lorenzoliveto
2,7841130
2,7841130
This question has an open bounty worth +100
reputation from lorenzoliveto ending in 6 days.
This question has not received enough attention.
This question has an open bounty worth +100
reputation from lorenzoliveto ending in 6 days.
This question has not received enough attention.
stackoverflow.com/questions/22372095/…
– Spynet
yesterday
add a comment |
stackoverflow.com/questions/22372095/…
– Spynet
yesterday
stackoverflow.com/questions/22372095/…
– Spynet
yesterday
stackoverflow.com/questions/22372095/…
– Spynet
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53190068%2fcarplay-audio-app-cant-start-when-launched-from-locked-device%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
stackoverflow.com/questions/22372095/…
– Spynet
yesterday