user1400169
user1400169

Reputation: 17

How to find the itunes application name for the running process name in iPhone

I want to find the itunes application name for the running processes name in iPhone.Because my application name is different from itunes application name.For example my application name is abc plus.But bundle display name is abc +.

My application is iPhone application, In this bundle display name is different from product name.

In my project I am collecting running processes in iPhone and I want to replace running applications name with the itunes application name for all the processes.

If anybody doesnt understood the question they can ask.Please dont give negtive marks.

Upvotes: 0

Views: 1572

Answers (2)

LeMerlot
LeMerlot

Reputation: 11

Your question leads to a really interesting fact: The process "Music~iphone" isn't started only if you hear music – it's started, too if you make a search with Google app or any other Google app like Maps – even if you've never heard any music !!

And it won't be killed in the background. So whenever you're searching for something with Google (app) or any other Google app like Maps there starts this process in the background until it's actively killed or your iPhone is rebooted – and it uses your resources. This is consistently reproducable on all my iPhones – and different iOS versions (5.1.1 latest).

I don't like that at all and will investigate further…

Upvotes: 1

ejazz
ejazz

Reputation: 2508

Seems like the Music app starts a few processes, these are definitely from iTunes:

  • Music~iphone
  • itunescloudd

Found them like this:

  • Kill all apps (double home button and hold an app icon)
  • I used the Carat app to get the process list
  • Start the music app
  • See what processes appeared in the Carat app :)

Upvotes: 0

Related Questions