Reputation: 17
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
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
Reputation: 2508
Seems like the Music app starts a few processes, these are definitely from iTunes:
Found them like this:
Upvotes: 0