Reputation: 552
I have make an application. In this application client need that when user download form app store then after download it will install on Device.
After installation application will launch automatically.
I mean to say that when we install any application on device then it will show only application's icon. That will not launch application automatically. That needs user interaction once to icon.
So i want to implement that when application's installation process finish then application will launch automatically without any single user interaction.
How apply this functionality in application?
Thanks in advance...
Upvotes: 0
Views: 474
Reputation: 498
You have to tweak iOS code to achieve this. But Apple wont accept trespassing and will reject your app. In short, you dont have control over this.
Upvotes: 2