Alexander Pluzhnikov
Alexander Pluzhnikov
❗ Finally I found the reason why it's happening. There is a Unity bug, it's already registered, thus it's not related to Firebase at all: https://issuetracker.unity3d.com/issues/folder-name-is-truncated-when-dot-is-used-in-the-name Be more concretically, you...
It's because ScrollRect is updating by using velocity from component. Mouse wheel doesn't change this value. You can do a small workaround: compare the anchored position of content transform between...
Похоже, здесь проблема спрятана несколько глубже. Такие приложения могут самостоятельно преобразовывать ссылки, чтобы как раз использовать deep link. То есть, например, на выходе получим не https://open.spotify.com/track/5eGeIWhWdLFlbCiuROoFwD?si=c718047ab6f74d68 , а что-то вроде...
Как вариант, есть еще нативный способ реализации: https://developer.apple.com/documentation/xcode/supporting-associated-domains Тогда можно будет перехватить music.yandex.ru. Здесь потребуется аккаунт разраба.