-
-
Notifications
You must be signed in to change notification settings - Fork 24
Bug: Audio of another App stops when I close Tooot #499
Comments
It is reproducible on my device. I made a video. If you are interested, tell me. For some reason I cannot post/upload it here. |
I suspect it is related to my changes in #491. I found setting the audio mode is really tricky after reading Exponent source and Apple document. I will experiment a bit on the combinations. |
@de1acr0ix no no, this bug is already there for ages. I actually could not figure out why. Though I did not look into Exponent's source much. If you have any findings in there, please share. Thanks! |
@xmflsct Oh okay. I am feeling this is actually an |
I do see there is a very similar issue raised for |
@de1acr0ix I am surprised that issue is so new. 😂 |
@xmflsct This isn't very new if I am understanding correctly. With expo/expo#16578 |
Well I myself can confirm it is the bug of |
My comment in |
@de1acr0ix Looking forward! Just read through the linked issue in Expo. If it doesn't work out, I can try https://github.com/hirbod/react-native-volume-manager/ as mentioned. |
This issue has been linked to a Canny post: 现在这个版本又出现了切app会导致正在播放的音乐暂停的bug 🎉 |
#507 fixed the issue, tested through TestFlight. Still yet to try how it works with |
Confirm fixed in above PR. |
I don't think
As |
@de1acr0ix that is right. In this case I can change ducking to |
@xmflsct Even with Your proposal does sound better but the behavior needs to be tested. Other audio may still resume after tooot is switched to background. BTW is there any easier way to test on real iOS device? I have enrolled developer program yesterday but I have to change couple of settings such as bundle id to make it work. |
@de1acr0ix I wish I knew 😂 I still find the whole app signing confusing, so I would not touch it unless it is broken. But if you are aiming for testing locally only, I believe you can change the signing in Xcode to let it manage everything with your account. Currently the signing is managed by fastlane's match so it shows up as incorrect in Xcode. Unfortunately the simulator does not work like a real device when I tested this issue in particular, FYI. |
@de1acr0ix have you managed to try out the latest build of v4.6.6? How do you think its behaviour now? |
I just tried that. The audio in Spotify stops when starting playing audio/video and won’t resume thereafter, including switching Tooot to background. So far I think this is best we can get without changing |
@de1acr0ix indeed, until |
My tooot is showing this problem again. |
Audio stops when I close Tooot. Tested it with these:
Spotify music stops when I close tooot.
Pocket Casts podcasts stop when I close tooot.
I think it is related to the fact that I had watched a video inside tooot previously.
After I close the app tooot completely and restart, the issue was gone.
The text was updated successfully, but these errors were encountered: