shopsvur.blogg.se

Dynamic desktop
Dynamic desktop





LinkBuilder?. LinkBuilder?.androidParameters = DynamicLinkAndroidParameters(packageName: "Android package name") LinkBuilder?.otherPlatformParameters?.fallbackUrl = URL(string: "you fall back url") En esta carpeta debería existir un archivo llamado Mojave. LinkBuilder?.otherPlatformParameters = DynamicLinkOtherPlatformParameters() Si estás usando macOS Mojave, abre el Finder y selecciona Ir > Ir a la carpeta ( G ), e ingresa la siguiente ruta: /Library/Desktop Pictures/. LinkBuilder?.iOSParameters?.appStoreID = "your app store id" LinkBuilder?.iOSParameters = DynamicLinkIOSParameters(bundleID: bundleId) Let linkBuilder = DynamicLinkComponents(link: url, domainURIPrefix: prefix) let url = URL(string: "you url") // example The problem is that according to the documentation from firebase ( ) if the user opens a link on the desktop platform, you should be redirected to the address that you specified in the "ofl" parameter. I have a code that creates a Firebase Link using Dynamic Link Components.

dynamic desktop

DynamicLinkOtherPlatformParameters fallbarkUrl does not work when building dynamic link using DynamicLinkComponents







Dynamic desktop