This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

current running app in iOS

I am creating an Apps which will give me a list of the running Apps in the background and foreground.

Hence Using XCode, I want to programmatically detect

List of Running Apps on my IPhone (Any App which is active even in the background)

I want to get the name of the Process/ Apps that is Active and is running in the foreground of my IPhone.

Related