Search Issue Tracker
Won't Fix
Votes
2
Found in
5.5.1f1
Issue ID
882319
Regression
No
[iOS] Audio playback doesn't start immediately after resuming an app on some iOS devices
When audio is played in an app, it doesn't resume immediately when the app returns from sleep.
Steps to reproduce:
1) Open the latest attached project (882319_ResumeSound.zip).
2) Build for iOS.
3) Run on a device.
- A beeping sound is playing continuously and a cube is rotating in the scene.
4) Tap the home button to return to main screen.
5) Tap on the app to return to the app.
- The cube starts rotating after ~0.3 seconds.
- The sound starts playing after ~2 seconds.
The sound doesn't start playing immediately, as expected. This doesn't occur with non-Unity apps. Does not reproduce on Android - audio playback starts immediately.
Reproduced on:
2017.1.0a1, 5.4.4p3, 5.2.4f1
Devices tested:
iPod Touch iOS 10.2.1 - reproduced
iPhone 5S iOS 9.3.3 - reproduced
iPad Air 2 iOS 8.1 - not reproduced
iPhone 7 iOS 10.3 - not reproduced
LG Nexus 6 Android 6.0.1 - not reproduced
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note (2019.3.X):
We are not going to fix this issue now because it is fairly minor and the restart delay seems to be very short in iPhone 6S and beyond. We will keep this in mind when we work on future versions of the audio engine.