-
Notifications
You must be signed in to change notification settings - Fork 449
Closed
Labels
api: dynamiclinksneeds-infoNeed information for the developerNeed information for the developertype: question
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2019.4.5f1
- Firebase Unity SDK version: 7.01
- Source you installed the SDK: Package Manager (.unitypackage or Unity Package Manager)
- Problematic Firebase Component: Dynamic Links (Auth, Database, etc.)
- Other Firebase Components in use: Auth, Database, Cloud Messaging, Crashalytics, Analytics
- Additional SDKs you are using: _____
- Platform you are using the Unity editor on: Mac (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:
Opening a dynamic link from Messages several times results in the link being partially expanded.
Steps to reproduce:
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
Have not tried. (Don't have time)
What's the issue repro rate? (eg 100%, 1/5 etc)
100% after several attempts.
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
- Create a dynamic link with a Unity App that uses FireBase Dynamic links on IOS and ensure that it is a short link
- Copy said link to the clipboard
- Paste said link in Messages and send to yourself
- Tap on the link
- The first several times the link will behave as normal and is the short version
- After several taps on the link you will notice that
Application.absoluteURLis no longer the shortened dynamic link but rather a garbled/incomplete expanded link.
Sample Link Corruption:
Original link:
https://oooh.page.link/5k9S
Note that this only happens in Messages so far. We've tried other methods like via slack and it appears to work appropriately.
IOS 14.4.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: dynamiclinksneeds-infoNeed information for the developerNeed information for the developertype: question