How to keep app running in background?

i am building a music player app, i want that music is keep playing even if the app is minimize

You need to use Music Player component

image

For running music in background you need to keep the app running in background so you must use Move Task to Back extension.

MoveTaskToBack.aix (5.4 KB)

For access the music player like next play, previous play, pause music, resume music from background you need to use Notifications Style Components

image

2 Likes

notification style not working how to setup