Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hud

macrumors newbie
Original poster
Dec 20, 2011
3
0
Hi,

I want to write an iPhone app that is capable of the following:

1) launching a particular app existing in the iPhone
2) distorting the UI of the launched app, for example changing its rectangular UI to circular UI.

Is it possible to write such an app? What library/API needed? Are there any open sources available?

Thank you.
 
point 1, is kinda possible. if you "want to open a file" that the other app supports, so like you have an epub in your project. and you can open it inside the other project you created that supports epubs.
BUT, if it doesn't have to do anything with this, and just open up another app, this is Android behaviour, and you won't find it on non jailbroken phones ;)
 
BUT, if it doesn't have to do anything with this, and just open up another app, this is Android behaviour, and you won't find it on non jailbroken phones ;)

Actually, it is possible to open another app, through the use of Custom URL Schemes (which the other app would have had to set up), but you'd have to know the URL. It's not realistic to think one could do this for any app.
 
You could open a screenshot and distort that.

But no, apps aren't allowed to interact with each other. They can send data around and open each other, if they've been set up to cooperate like that, but that's all.

How would you like it if I wrote an app that messed yours up? You wouldn't. Thus why Apple doesn't allow apps to interact with each other in ways they haven't been explicitly written to.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.