Skip to content

[Question] dynamic link did not open app store when app is not installed #1253

Closed
@SonmezYigithan

Description

@SonmezYigithan

[REQUIRED] Please fill in the following fields:

  • Unity editor version: 2020.3.29f1
  • Firebase Unity SDK version: 8.8.0
  • Source you installed the SDK: .unitypackage (.unitypackage or Unity Package Manager)
  • Problematic Firebase Component: Dynamic Links
  • Other Firebase Components in use: Auth, Database
  • Additional SDKs you are using: Facebook
  • Platform you are using the Unity editor on: Mac
  • Platform you are targeting: iOS (iOS, Android, and/or desktop)
  • Scripting Runtime: IL2CPP (Mono, and/or IL2CPP)

[REQUIRED] Please describe the question here:

I want to generate short dynamic links inside the app for every user. I managed to do it for android users but in iOS the short links launch website instead of app store page.

Heres my code

// CREATES LONG DYNAMIC LINK var components = new Firebase.DynamicLinks.DynamicLinkComponents( // The base Link. new System.Uri("https://example.com/?"), // The dynamic link URI prefix. "https://example.page.link") { IOSParameters = new Firebase.DynamicLinks.IOSParameters("com.Example.Example"), AndroidParameters = new Firebase.DynamicLinks.AndroidParameters("com.Example.ExampleApp"), }; var options = new Firebase.DynamicLinks.DynamicLinkOptions { PathLength = DynamicLinkPathLength.Short, };

I found this post but couldn't figure out how to add isi parameter to my uri

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions