Reputation: 155
I am just getting ready to release a new version of my app with Firebase Dynamic Links in. I implemented dynamic linking a couple of months ago, pre-iOS 10, and everything was working as expected. Now I have come to do some final tests, having built for iOS 10, I am having issues.
I am using the latest version of the Firebase iOS SDK (3.9.0), and using Testflight Beta build of the app (i.e. external tester).
Anyone else seen this behaviour, or know of a solution?
Upvotes: 2
Views: 4586
Reputation: 17523
Dynamic Links for installed apps on iOS uses Universal Links, and there weren't any major changes between iOS 9 and 10 that I'm aware of that would explain this behavior.
That said, it's possible to accidentally disable Universal Links for an app on iOS. Perhaps that's what happened in your case, since your issue sounds suspiciously similar to this one: Universal Links not working on iOS10
(Also, remember that you need to open the link by clicking on it in an app like Notes or Safari, not by entering it into the address bar. But if you were able to get this to work in iOS 9, you probably already knew that.)
Upvotes: 2