I have 2 different applications on the same device. I want to open first application from second one. How would that happen? Basically, I want to pass some data from app1 to app2 by tapping on some button inside app1. Once tapped, app2 should be launched & based on the passed in data some action is taken inside app2.
How to achieve this feature.
make your own app “URL Scheme”
look at this
and this
you may check the code from facebook
if your app open from other app you may get this method called