iPhone playing sounds with no apps open

iPhone playing sounds with no apps open

Hi my iPhone keeps on playing random songs sometimes out randomly without being on a app I will close every app and it will still be playing it happens a few times a week and I also have a screen recording of it what should i do ?


iphone 13 pro max ios 17.5.1

iPhone 13 Pro Max, iOS 17

Posted on Jun 15, 2024 1:00 PM

Reply
1 reply

Jun 15, 2024 1:47 PM in response to Fadeboltz55

When you remove an app from the app switcher you aren’t closing the app permanently; you are only removing it from the app queue and destroying any transient data in the app. It is generally not a good thing to do→Do not close "background" apps | Communities.


After you remove an app from the app switcher, if it receives a notification or an update ā€œeventā€ (such as new weather data) the app is relaunched to process the notification, but, since you did not open it yourself it won’t appear in the app switcher. It still runs, however, and takes whatever notification action is enabled in Settings/Notifications, and that can include notification sounds.


For more detail, I’m going to try to dig into what the App Switcher is. This is based on my knowledge of operating systems in general and how virtual memory works; it probably is not 100% accurate, but should be close.Ā 

The App Switcher does not contain apps. Essentially it is just a list of apps that have been used. I’ll call them ā€œstubsā€. Each stub contains the ID of the app, and the last state the app was in when it last ran. If the app has a code segment in RAM it also contains a pointer to that code segment. But the stub is very small, probably just a few hundred bytes (if that much). When you relaunch an app either from the Home screen or the app switcher the list is consulted, and if the app is in the list either the code segment is activated so it can resume where it left off, or if it is swapped out, it is reloaded so it can resume where it left off.


If the app is not in the list the app is started from scratch; its entry code segment is loaded, and it must run its initialization code, open its resources and then go on to its working code. This takes longer than just activating it from the app switcher, and uses more energy than just activating it from the app switcher, so for this reason killing apps unnecessarily uses more energy than just leaving them in the app switcher list. Probably not a lot more, but some.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

iPhone playing sounds with no apps open

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.