Launch the application using the options or using the custom URL scheme after installation from iTunes

Is it possible to move the user to a specific screen of our application when he installs the application from a link in the iTunes Store.

suppose I shared a link of our application with a friend by email, if the application is already installed on his / her device, then our application will be launched through the user URL scheme, but if the application is not already installed, it will be redirected to the iTunes store together with additional parameters that will be used in the first launch of the application, and after successful installation of the application, the parameters that were transferred in the parameters of the itunes link should be launched.

Steps: Clicked app URL → The application is not installed, so open it in Safari → The server will redirect to the itunes link of the application along with the startup parameters as additional parameters → Go to iTunes to download and install the application → Launch the application through LaunchOptions or Custom URL Scheme → Process Launch Options and go to the corresponding screen

+6
source share

All Articles