I am now looking at the Firebase
documentation in this section Create Dynamic Links on iOS.
Two things don't happen for me as they are supposed to in the presentation video.
- In this part of the video (13:30~14:00), the appStore opens, but for me it doesn't. When I click on the link while the app is not installed, I get to choose between opening the link with Safari or installing Chrome. Even if I then choose to open with Safari, I still need to perform a couple of clicks before actually reaching the appStore.
- In this part of the video (14:00~14:15), the app is launched from Xcode, and one can see in the debugging console that the function func application(:, open:, options:) is called, but for me it doesn't get called.
In case this may be relevant, I am using Xcode Version 8.3.2 and experimenting using an iPhone 6 with iOS Version 10.3.2.
I wonder if I am doing something wrong or if the documentation is just not quite complete.
Any tip about how I should handle this situation will be very welcome. Thanks in advance.