GithubHelp home page GithubHelp logo

auto-screenshot-ios's Introduction

OneSky Auto Screenshot Library for iOS

This library automatically uploads screenshots of your app that contains localizable strings to your OneSky project.

NOTE: This library is not designed for distribution on App Store, remember to remove before submission.

Demo video: http://vimeo.com/91641592

Installation

  1. Locate OneSkyScreenshotHelper.framework in the example project and drag the folder into the Frameworks section of your Project Navigator.
  2. Make sure CoreGrahpics.framework is also added to your app's target.
  3. Under Build Settings of the target, add -ObjC to Other Linker Flags setting.

Integration

Import the library header

#import <OneSkyScreenshotHelper/OneSkyScreenshotHelper.h>

Add the following code in under -application:didFinishLaunchingWithOptions: in your app delegate:

[[OneSkyScreenshotHelper sharedHelper] setProjectId:ONESKY_PROJECT_ID];
[[OneSkyScreenshotHelper sharedHelper] setApiKey:ONESKY_API_KEY];
[[OneSkyScreenshotHelper sharedHelper] setApiSecret:ONESKY_API_SECRET];
    
[[OneSkyScreenshotHelper sharedHelper] startSession];

ONESKY_API_KEY, ONESKY_API_SECRET can be found in Site Settings under API Keys & Usage on OneSky Web Admin. ONESKY_PROJECT_ID can be found under All Projects page.

NOTE: The above parameters must be set before calling -startSession.

Advance Settings

Turn off capture status ui.

[[OneSkyScreenshotHelper sharedHelper] setShowsCatpureStatus:NO];

Support

http://support.oneskyapp.com/

auto-screenshot-ios's People

Contributors

bretdabaker 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.