can any one help me . I want to retrieve applications name which are running in background only.
I need name of apps only, programmatically (by coding).
Thanks in advance.
can any one help me . I want to retrieve applications name which are running in background only.
I need name of apps only, programmatically (by coding).
Thanks in advance.
It is possible to get a list of running processes. See this answer: Return a list of running background apps/processes in iOS.
However, you only get process names (not the whole application name's or titles), which might be misleading or there may be same names for different applications.
it will not run on iOS 8 as apple take is as a vulnerability to get the process id of current running app.but you can get a list of all the processes running in background or foreground.