After the Feb 9th OS update to build 5205633.10050.150, deep linking between two apps developed with Unity 6000.0.58f2 and Meta SDK All in one v81 stopped working on Meta Quest 2 and Meta Quest 3. The apps were using the Meta documentation for deep linking, with hardcoded app IDs, and were working before the update. Now, when attempting to launch one app from the other, nothing happens. Logs show that the error 'User is not entitled for appid 31122667217381243' appears, which is an app ID from another app in the organization, not related to the two apps being tested. Additionally, PackageNotInLibraryDeveloperException errors occur with the same unrelated app ID and the package names of both tested apps. Despite adding try-catch blocks and verifying the code execution without errors on the Unity side, the issue persists, suggesting a problem with the OS update or Meta SDK interaction.