Search Issue Tracker
Fixed
Fixed in 2021.3.39f1, 2022.3.31f1, 6000.0.3f1, 7000.0.0a1
Votes
1
Found in
2021.3.38f1
2022.3.26f1
6000.0.0f1
7000.0.0a1
Issue ID
UUM-70860
Regression
No
[iOS] Application.absoluteURL is empty on Awake/Start when opening via deep link with Splash Screen disabled
How to reproduce:
1. Open the attached Project "deeplinkTest.zip"
2. Build the Scene "TestScene" for iOS
3. Install the App on an iOS device
4. On the computer open the Console App, select the iOS device, and hit Start
5. On the iOS device open a browser and go to "u://"
6. When the App launches in the Console search for "absoluteURL="
Expected result: "Awake absoluteURL=u://" and "Start absoluteURL=u://" can be seen in the Console
Actual result: "Awake absoluteURL=" and "Start absoluteURL=" can be seen in the Console
Reproducible with: 2021.3.38f1, 2022.3.26f1, 6000.0.0f1
Reproduced on:
- iPhone 13 (iOS 15.0)
Notes:
- Does not reproduce on Android (user-supplied information)
- If the Splash Screen is enabled, the issue does not reproduce
- The Button in the Scene correctly logs "Button absoluteURL=u://"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
marting_unity
Apr 30, 2024 09:03
Happens in 2022.3.20f1 as well.