Skip to main content
Version: 1.53.x

Vkontakte

To be able to authorize via Vkontakte, add the following element to Info.plist. Instead of _111_, specify the id of your project in Vkontakte.

Please, ask your manager for these parameters.

<key>CFBundleURLSchemes</key>
<array>
<string>vk_111_</string>
</array>
</dict>
</array>
<key>P101XPVKAppID</key>
<string>_111_</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>vk</string>
<string>vkauthorize</string>
</array>