Hi,
We are creating an app that needs to run a service in the background even when the app is closed.
In order to do this we will ask the users consent and the user can choose to turn this feature ON or OFF at anytime.
While reading the documentation I have found out that we need to use one of the background modes (in our case the audio access) but I can't find an working example.
Can you help?
We are considering of using the Audio background mode because our background service needs to access the microphone.
Do you have an example of how can we create a background service?
Is it this possible to access the microphone from a background service?
Thank you,
Mircea