I have two apps, running perfectly. Now, I have another new app and I have (for exa.)two buttons. By clicking on button, related app should be opened. Means, I want to merge two apps into new app. How can I achieve this? Should I have to change in by build settings? Should I use concept of bundle or .a?
Share
If you just want to launch app1 from another app2 button click, you can achieve it by creating custom url for your app1. You can call operURL method in the your button click of app2.
You can find a good tutorial here.