I need scheduled track play in my react native app. If scheduled time app is kill , how to play track that time?
I tried React-native-background task and react native fetch libraries but not work properly when app is killed
I need scheduled track play in my react native app. If scheduled time app is kill , how to play track that time?
I tried React-native-background task and react native fetch libraries but not work properly when app is killed
I don't know exactly your case, maybe play music. I suggest you play music in service and startForegroundService keep service running when app kill like notification. Here document: https://developer.android.com/guide/components/foreground-services.