You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS11, we observe the issue that iOS does not resume app to “Running” from “Suspended” state even when it received data from EA session.
As a result we hit following 2 issues:
a. Connection to SDL Core fails when app is launched in background.
b. App is not resumed to “AUDIBLE” state after audio interruption.
Reproduction Steps
a. Connection to SDL Core fails when app is launched in background.
App launched in background and start connection
If certain connection step costs more than about 5 sec, app are transitioned to “Suspended” state by iOS.
Core sends data to app, however, iOS does not resume app to “running”.
Proxy misses the data and fails to connect to Core
b. App is not resumed to “AUDIBLE” state after temporal audio interruption.
SDLApp1 playing audio in background.
SDLApp2 plays audio (Audio streaming, TTS, VR etc.) and SDLApp1 become NOT_AUDIBLE. (HU does not support mixing audio)
SDLApp1 becomes “Suspended” because it stops audio playing.
SDLApp2 stop playing and Core notifies “AUDIBLE” to SDLApp1, however, iOS does not resume SDLApp1 to “running”.
SDLApp1 stays in NOT_AUDIBLE
Expected Behavior
a. Connection to SDL Core fails when app is launched in background.
App successfully connects SDL core even when it is launched in background.
b. App is not resumed to “AUDIBLE” state after audio interruption.
App is successfully resumed to AUDIBLE after audio interruption ends.
OS & Version Information
iOS Version: iOS11
SDL iOS Version: 4.7.4 and 5.0.0
Testing Against: Our internal devboard.
Test Case, Sample Code, and / or Example App
I will create PR later.
The text was updated successfully, but these errors were encountered:
Bug Report
On iOS11, we observe the issue that iOS does not resume app to “Running” from “Suspended” state even when it received data from EA session.
As a result we hit following 2 issues:
a. Connection to SDL Core fails when app is launched in background.
b. App is not resumed to “AUDIBLE” state after audio interruption.
Reproduction Steps
a. Connection to SDL Core fails when app is launched in background.
b. App is not resumed to “AUDIBLE” state after temporal audio interruption.
Expected Behavior
a. Connection to SDL Core fails when app is launched in background.
App successfully connects SDL core even when it is launched in background.
b. App is not resumed to “AUDIBLE” state after audio interruption.
App is successfully resumed to AUDIBLE after audio interruption ends.
OS & Version Information
Test Case, Sample Code, and / or Example App
I will create PR later.
The text was updated successfully, but these errors were encountered: