I’m trying to construct a URL from a task I received from the tasks api. I’d like it to deep link into the iOS application if its opened in safari on ios. Can someone tell me how to construct it?
For example I have : “Log in - Asana{PROJECT ID}/{TASK ID}/”
When I input the project and task i’d in the link above and open in safari, it redirects to the asana app but doesnt open the app. If I click on the link from an asana notification email, it does go to the correct app.
How do construct a link to deep link into the asana app to task?