Corder 1.0.10

Corder 1.0.10

TestsTested
LangLanguage Obj-CObjective C
License Unknown
ReleasedLast Release Apr 2018

Maintained by Kirill Kudin.




Corder 1.0.10

  • By
  • Corder Team

Mobile analytics platform which provides in-depth analysis of your users' behavior, allowing you to deliver the ultimate app experience (https://www.corder.io)

Corder

Video sessions & analytics for iOS. Corder supports iOS 8.0+

Note: To start usign SDK you you should register your app and obtain API key on https://www.corder.io

Add a Corder SDK

We recommend using CocoaPods, add the following to your Podfile:

pod 'Corder'

If you're including Corder in a Swift project, make sure you also have:

platform :ios, '8.0'
use_frameworks!

Init and start recording

  1. Add your GoogleService-Info.plist file generated by Firebase to your XCode project.

  2. Import Corder framework in AppDelegate

    Swift

    import Corder

    Objective-C

    #import <Corder/Corder.h>
  3. In AppDelegate: didFinishLaunchingWithOptions append following lines:

    Swift

    Corder.initWithApiKey("YOUR_API_KEY")
    Corder.startReconding()

    Objective-C

    [Corder initWithApiKey:@"YOUR_API_KEY"];
    [Corder startReconding];

First Launch

  1. Launch the app with the embedded Corder iOS SDK.

  2. Let the app work for a few seconds then press the Home button to minimize it. After that, the app uploads the video with your session to the server.

    IMPORTANT: Don't terminate the application, just press Home button to minimize it and wait for a few seconds while the video is uploading.

  3. Then open the list of the sessions to review your recorded videos.