Is it possible to launch another iPhone application or appstore from within another app?, For example in my application if I want the user to open another of my application from current app. (close/minimize the current app, open the Phone app). We searched and found its possible with SharedApplication. But it requires to update all our apps. We posted without customUrl or schemes. We are using Objective-C.
Asked
Active
Viewed 418 times
0
-
i think sharedApplication will minimise your current app and open the another app. not close the current app. – Nirav Kotecha Oct 30 '17 at 06:47
-
its ok for me too. but i need another method other than sharedApplication. – Kuroiteiken Oct 30 '17 at 06:51
-
Custom URL Schemes is the only one solution. https://stackoverflow.com/questions/419119/launch-an-app-from-within-another-iphone – Yongjoon Oct 30 '17 at 07:10