start an iphone app from within another iphone app?
Is it possible to write a function in an iphone app A that when you click on a button withi开发者_开发知识库n that app A it will close app A and automaticall open up App B
Take a look at Custom URL schemes.
Nice tutorial here http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html
精彩评论