I've developed an iOS music player which plays own music files in background mode. The app is based on React Native 0.48 and uses some third party plugins like music controls and audio-toolkit as sound library.
Since I've installed iOS 11 on my device I'm having the following problem: When I play music in background mode, the app gets terminated after 10-15 minutes with the following message:
Message from debugger: Terminated due to signal 9
This didn't happen on iOS 10, on this older iOS version, the app run fine in background mode. I've also set the correct background modes:
Memory and CPU usage look normally, couldn't find anything special compared to iOS 10:
The iPhone has about 500 MB free RAM the whole time. Are there any changes between iOS 10 and iOS 11 that could cause this issue?



