I am trying to launch my application in a specific form from an external URL (from an email / webpage using a link myapp://sale/1234).
If the application is not already running in the background, the application starts at startup.
If the application runs in the background, it application:openURL:sourceApplication:annotation:is called perfectly.
Please help me.
source
share