I have a requirement to start an application as soon as it is installed. It should start without any user intervention like "Open" button press etc.
I cannot jailbreak the phone as it is an enterprise application. Requirement is install the app and it launches directly soon after that. Is this possible to do this without jailbreaking?
And also I need to achieve same thing on android side.
This is not possible, after the AppStore installed the there is code run by the system to start your app.
Also on iOS you can only start other apps or your now app if it has a App URL Scheme. But since after install there isn't any code run you will not be able to call the App URL scheme to start your app.
To my knowledge this is the same on Android.