In Android Development, I can simply start another Android App with data from my own App using Intents.
For example: In my App, I have have typed some text, then click a button, another App of mine starts and displays that typed text from the other App.
Now the question: is this possible in iPhone Development? Can I start another App with data from my App?
Yes you can use URL Schemes, take a look on this