Is there a way to detect whether a particular app is running or not from my application.
I have an API call
which will fire every 5 min
interval in app background, before making call I wants to detect whether a particular app is running or not. If app is running then will make API call
else will look next time.