Create an account
- Create a VK account
- Provide the email you used to register an account, and we will send you an invitation.
- Accept the invitation
Fill out the information
- Go to VK for developers.
- Open Настройки → Select the Информация section
- App Name
- Genre
- Description
- Brief Description
- Slogan
- App Address
- Official Community
Fill Apple IDs (optional):
- Apple Developer Team ID
- Apple Developer Team Name
Configure "Размещение"
- User Status: Leave turned off for now
- Mobile App URL
- Web URL
- Mobile Web URL
- Disable Development Mode for all
Set Up "Оформление"
- Add required icons
- Add a favicon
- Add banner
- Add screenshots and video
Configure Display Settings (Отображение)
Mobile Format (Мобильный формат)
- Screen orientation.
- Controls.
- Adaptation for iPhone.
Fill versions of the Site
- Widescreen Mode.
- Iframe size.
Add Legal Documents (Правовые документы)
- Select Use standard documents
Additional Settings (Дополнительные)
- Eruda Console.
- Scoreboard.
Add Access Keys (Ключи доступа)
- Copy the secret key and service key.
- Add keys and ids in your project configs
"vk": {
"shortname": "...",
"appId": "...",
"groupId": "..."
}
"vk": {
"appSecret": "...",
"serviceKey": "..."
}
- Return to the Configure "Размещение" section and click the Enabled button.
You can download the latest version of connector from connector.latest.js.
Add connector to the index.html. Replace your_project_id with the projectId we provided.
<script src="connector.latest.js?projectId=your_project_id&source=vk"> </script>