-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My app is Getting Crashed once i start my background service please tell me whats the issue #242
Comments
You need foreground service permissions for every foreground service type, that you use. For instance I use dataSync and Microphone
|
|
I am also getting same issue. |
If you use Android Studio, you can see what happens when your app crashes. In the crash/error log you should see what permission you need to request. |
The crash issue I encountered was resolved by following these steps: Step 1: Reinstall the Latest Version Step 2: Add Foreground Service Permissions
Step 3: Add Service Declaration in Manifest
Final Manifest Example:
These steps resolved the crash issue for me. I hope this helps others facing similar problems. |
While the app is in the background, the microphone isn't working. However, it functions properly when the app is in the foreground, where both camera and microphone permissions are granted. how can i solve this @chandanpradhanin @mikkeldanielsen @Yashi1919 ? |
How can I handle the background issue since the microphone isn’t working when the app is in the background? |
Not able to release app playstore blocking the release requesting for a video with foreground service, please help with solution! BTW why do we need FOREGROUND_SERVICE_DATA_SYNC?? @mikkeldanielsen @Yashi1919 @chandanpradhanin |
I am getting the same issue after migrating app to React Native 0.75.3 @mikkeldanielsen @Yashi1919 @chandanpradhanin |
this is my android manifest.xml
please resolve this issue i have to upload this in oplaystore please
The text was updated successfully, but these errors were encountered: