I have written an iOS app that gets the microphone input an analyses it. Based on the analysis, The app needs to send a notification to the user.
However, when I send the app to the background, the app gets terminated after a few seconds. I have used this link and have set relevant properties in the Info.plist. Specifically the Required background modes
key with value App plays audio or streams audio/video using Airplay
. Any other things I need to do and missed?
Don't know if relevant but I'm using EZAudio to access the microphone.