Giter Club home page Giter Club logo

satismeter-ios's Introduction

SatisMeter iOS SDK

CI Status Version License Platform

SatisMeter is mobile and web platform for collecting customer feedback, based on Net Promoter Score. This package contains a survey widget that can be easily integrated into any iOS application.

Screenshot Screenshot

Requirements

  • iOS 7.1+

Installation

SatisMeter is available through CocoaPods and Manual installation from github build.

CocoaPods

To install using CocoaPods, add the following line to your Podfile:

pod "SatisMeter"

Manual Installation

See manual installation instructions.

Installation using .framework build

See .framework installation instructions.

Usage

Import header

#import <SatisMeter/SatisMeter.h>

Registration

First of all you should create your personal account in https://satismeter.com

Identify user

In your app delegate inside didFinishLaunchingWithOptions type this:

NSDictionary *traitsDictionary = [NSDictionary dictionaryWithObjectsAndKeys:
                                 @"James Bond" ,@"name",
                                 @"Gold", @"plan",
                                 @"2015-11-01T00:00:00.000Z", @"createdAt",
                                 nil];

[[SatisMeter sharedInstance] identifyUserWithUserId: @"007"
                             writeKey: @"K7eMIPEXyPMlG7fu"
                             andTraitsDictionary: traitsDictionary];

Replace the writeKey with the one found in SatisMeter settings / Integrations / API Keys.

Replace user id, name, etc. with the ones of the currently logged-in user.

Author

SatisMeter, https://satismeter.com

License

satismeter-ios SDK is available under the MIT license. See the LICENSE file for more info.

satismeter-ios's People

Contributors

jsedlacek avatar s0sh avatar esatp avatar ondrejsedlacek avatar arbenpnishi avatar

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.