naviet2308 / ConfiguRateSDK

SDK will be useful as we do want the ConfiguRate can be embed to other applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfiguRateSDK

Requirements

  • iOS 9.0+
  • Xcode 8.1+
  • Swift 3.0+

Installation

CocoaPods

To integrate ConfiguRateSDK into your Xcode project using CocoaPods, add it to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'ConfiguRateSDK'
end

Then, run the following command:

$ pod install

Usage

  1. Import ConfiguRateSDK framework header in your ViewController
///Swift
import ConfiguRateSDK
  1. Add the following to your view controller.
///Swift
let virtualId = "YOUR_VIRTUAL_ID" // Contact ConfiguRate Team (https://www.configurateapp.com/) to get YOUR_VIRTUAL_ID
let deviceUDID = "YOUR_DEVICE_UDID"
ConfiguRateButton(target: self, virtualId: virtualId, udid: deviceUDID)

License

ConfiguRateSDK is released under the MIT license. See LICENSE for details.

About

SDK will be useful as we do want the ConfiguRate can be embed to other applications

License:MIT License


Languages

Language:Objective-C 98.0%Language:Ruby 2.0%