Yandex
caution
Yandex authorization is only available starting from version 1.52.15 or later.
To be able to authorize via Yandex, add the following element to Info.plist.
If you need to hide the Yandex authorization button, then delete it from the Info.plist.
Please, ask your release manager for YANDEX_CLIENT_ID value.
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>YandexLoginSDK</string>
<key>CFBundleURLSchemes</key>
<array>
<string>yxYANDEX_CLIENT_ID</string>
</array>
</dict>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>primaryyandexloginsdk</string>
<string>secondaryyandexloginsdk</string>
</array>
<key>P101XPYandexClientID</key>
<string>YANDEX_CLIENT_ID</string>