-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stop working when app in background. #39
Comments
It should always work in background, do you have any error logs ? |
On simulator it works. On device, sound cuts when app is in background. I've tested on iOS : device (v9.3.5) and simulator (v10). I use RN 0.37. No error logs. |
Here is a sample app if you wanna test : https://github.com/XavierColombel/react-native-radio |
I think this is because you don't have the background mode enable on the Info.plist file. I will add this to the README. |
Perfect! Thank you. |
Is there a way to get it working when app is in background?
The text was updated successfully, but these errors were encountered: