Bagas Nanda Syuhada

Results 6 comments of Bagas Nanda Syuhada

i try on localhost and my vps but the problem still exist

try change `foregroundServiceType` from `android:foregroundServiceType="shortService"` to `android:foregroundServiceType="mediaProjection"` then add new permission at your AndroidManifest.xml ```xml ``` ref: https://developer.android.com/about/versions/14/changes/fgs-types-required#media-projection

> @BagasNS ? please refer to this url https://github.com/Rapsssito/react-native-background-actions/issues/228#issuecomment-2298775963

Sorry for the delay. I've been busy for the last month, but here we go.

> @BagasNS I've tried this solution, but it's still crashing can you give some code to reproduce? you can create new git repository for minimal reproduce, i'll happy to check...