Closed teodora92 closed 8 years ago
@teodora92 thanks for sending the steps.
What you are seeing is the expected behavior because you clicked on the link after sharing. This is similar to a fresh install case where you click on a link, get routed to the App Store, install the app then open it.
It would have been a bug if you shared a link, resumed the app and got deep linked with the link you just shared. This happens with Facebook, Twitter and Slack because they scrape the link as you share it effectively sending a click to our server so we deep link you. Thankfully we have code to account for that and ignore this automatic click.
I tested with Telegram and it doesn't do the automatic scraping. I also updated to the latest Skype version and it redirects correctly after showing some web view. Oddly enough it uses URI schemes and works on iOS 9.2.1
Hope this clarified. Let me know if you have other questions.
iOS version: 9.2.1
Production environment: debug and release
Steps to reproduce:
This behaviour seems to appear only when sharing to applications that do not support Universal Links, such as Telegram and Skype.