Code Monkey home page Code Monkey logo

vksdk-ios's Introduction

What is the VK SDK?

The VK SDK is a collection of libraries that will help:

  • make any app a part of the VK ecosystem
  • turn your app into a super app by integrating services into your app without having to put in any additional effort into development

The general module of the SDK is VK ID, a single platform for authentication and user registration in various VK ecosystem services. For details, see Documentation.

Installation

Swift Package Manager

Add VK SDK as a dependency in your Package.swift:

dependencies: [
    .package(url: "https://github.com/VKCOM/VKSDK-iOS.git", .upToNextMajor(from: "0.89.0"))
]

CocoaPods

Specify in your Podfile:

pod 'VK-SDK'

Run the following commands to install dependencies:

pod install --repo-update

Carthage

Specify in your Cartfile:

binary "https://artifactory-external.vkpartner.ru/artifactory/VKSDK/VKSDK-Carthage.json"

Run the following commands to install dependencies:

carthage update --use-xcframeworks

vksdk-ios's People

Contributors

cocavo avatar d1mka112 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vksdk-ios's Issues

Privacy Manifest declaration

Apple enforces developers to describe usage for some APIs within the privacy manifest file till May, 2024.

I know that VK SDK was replaced by VK ID SDK and you recommend migration to the last one.
But we still use VK SDK.

Do you have any plans for adding Privacy Manifest file into VKSDK to make happy such developers like us? :)
Thanks in advance.

Обработка отмены флоу авторизации пользователем

Как обработать отмену авторизации пользователем при externalCodeFlow в случае если приложение VK не установлено на телефоне (по кнопке отмена в модальном шите)?
На что можно завязаться чтобы отличить это от других ошибок?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.