Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to edit link behavior for iOS app from console

I'm using dynamic links in my Android and iOS Firebase apps and although I have no problem saving the link, when I try to define the link behavior for iOS by choosing "Open the deep link in your iOS app" followed by pressing Next and Edit Link, the selection doesn't get saved:

enter image description here

enter image description here

Has anyone experienced this problem? Everything else gets updated in the dynamic link except the link behavior.

like image 532
FractalBob Avatar asked Jan 31 '20 13:01

FractalBob


People also ask

What is dynamic linking in iOS?

Ensure that your app's App Store ID and your App ID prefix is specified in your Firebase app's settings. The dynamic link is an embedded link with a URL and query parameters that are used for redirection. First, we will create URLComponents, dynamic link use this link for redirection when it open in a browser.

How do I debug dynamic links in firebase?

To help you debug your Dynamic Links, you can preview your Dynamic Links' behavior on different platforms and configurations with an automatically-generated flowchart. Generate the flowchart by adding the d=1 parameter to any short or long Dynamic Link.

What is a dynamic link URL?

Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they're looking for when they open the app for the first time.


1 Answers

It turned out that this was happening because the App Store ID hadn't been set in Firebase Project settings. Once I added it (the Team ID had already been set), I was able to save the edit.

like image 74
FractalBob Avatar answered Nov 09 '22 03:11

FractalBob