Big thanks for this tutorial! I tried your git (https://github.com/suragch/flutter_audio_service_demo) and it works great. I actually made my own minimal demo version (https://github.com/tomasbaran/background_test2) and it also works great, however, once I change your bundle ID in Xcode to mine (com.ambee.ambeeapp), the background audio loop stops working.
In a matter of fact, if I start a new flutter project from scratch and do only a minimal repro code by changing the main.dart as described here: https://stackoverflow.com/questions/71356022/bundle-id-breaks-audio-in-the-background having my bundle id (com.ambee.ambeeapp) the background audio loop is not working, switching to your bundle id (dev.suragch.flutterAudioServiceDemo), the background audio loops with no issues.
Any idea what's going on with my bundle id and how to fix it?