ios
ios

Reputation: 552

Application will automatically launch after installation on device-iPhone

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

Answers (2)

Prashant Bhayani
Prashant Bhayani

Reputation: 692

As per my experience i think you cant do this.

Upvotes: 1

Dhilip
Dhilip

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

Related Questions