Code Monkey home page Code Monkey logo

vkphotos's Introduction

Logo

VK Photos (formally Photos for VK)

Swift 4.2 Release Version GPL 3.0

VK Photos is an iOS app for manage albums and photos in social network VKontakte (vk.com)

Screenshots

Screenshot1 Screenshot2 Screenshot3

Disclaimer

  • ⚠️ The repository contains tons of comments and todos in Russian language
  • 🖼 I deleted all assets except App logo because the license agreements requires it
  • 🔬 This source code is not for production and not for distribution. I shared it just for educational purposes

Requirements

  • Xcode 9 and later
  • iOS 11 and later
  • Swift 4 and later
  • Carthage

Try App

You can try VK Photos by downloading the app to your iPhone from App Store. It's free (iOS 11+ required)

UPD 09/2019: The application was removed from the App Store because I did not renew my developer license 🤷‍♀️ Stay tuned.

Installation

  • Create VK application: vk.com
  • Obtain your VK app ID and insert it into AppDelegate.swift
  • Run Carthage: $ carthage update --platform ios
  • You should add the compiled frameworks to your project manually
  • Install Firebase SDK: documentation (or just mute all Analytics calls, you probably dont need it)
  • Copy your GoogleService-Info.plist file to VKPhotos/ source directory
  • ...
  • and unfortunately no matter how perfect you are done you will not be able to run the application properly in the simulator

Why app doesn't display anything when running in simulator? (or just crash)

Because VK Photos app use many custom API calls.

To simplify the logic of the app in some places I wrote a lot of custom API methods using greate execute method. These methods are stored on the VK API servers and accessible only to my VK application. For obvious reasons, these methods I can not disclose.

TODO

  • Describe the structure of the repository
  • Add build scripts to installation instruction

Credits

Author

Developed by Yury Smidovich.

License

VK Photos is available under the GNU General Public License v3.0. See the LICENSE file for more info.

vkphotos's People

Watchers

James Cloos avatar

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.