Closed
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2019.4.2
- Firebase Unity SDK version: 6.16.1
- Source you installed the SDK: Unity Package Manager (.unitypackage or Unity Package Manager)
- Problematic Firebase Component: DynamicLink (Auth, Database, etc.)
- Other Firebase Components in use: Auth (Auth, Database, etc.)
- Additional SDKs you are using: Facebook, CleverTap (Facebook, AdMob, etc.)
- Platform you are using the Unity editor on: Mac and Windows (Mac, Windows, or Linux)
- Platform you are targeting: iOS (iOS, Android, and/or desktop)
- Scripting Runtime: IL2CPP (Mono, and/or IL2CPP)
[REQUIRED] Please describe the issue here:
The dynamic link reopens after reinstalling the app.
Please add API to clear dynamic link after receiving or fix the error.
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
yeas i can
- Create a dynamic link.
- Click on the link
- The application will open
- Hide the application
- Update the app
- Open the app
as a result, the last dynamic link is opened again.
Relevant Code:
// TODO(you): code here to reproduce the problem