ios - can i run my app with a link? -


I am developing an app and wanted the customer to: I'll send an activation mail and when the user clicks it My application will open. Is this really possible? Thanks a lot.

Yes, what you want to do, implement your own custom URL scheme for your app is . Then create a link with that scheme in the email.

See the section on this page.

Comments