iPhone Shell - is there any?
Posted
by alee
on Stack Overflow
See other posts from Stack Overflow
or by alee
Published on 2010-03-12T04:22:33Z
Indexed on
2010/03/12
15:07 UTC
Read the original article
Hit count: 598
While working on iphone security architecture, i came to know that i can run applications from other applications in iphone. referring to the following url http://iphonedevelopertips.com/cocoa/launching-other-apps-within-an-iphone-application.html
for example, i can put a link in a website with following hyperlink skype:// will result skype to run and call at particular number. Now i have few concerns here.
- is there a shell running in background in iphone, so that it allows other application to run basic app commands.
- if the above statement is true then how can i enable or run commands directly into iphone shell?
- if above statements are false, then could you please explain how these commands are being executed?
- is this part of iPhone SDK? or this funcationality is iPhone OS
© Stack Overflow or respective owner