Skip to content

DecibelInsight/decibel-sdk-ios-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecibelSDK Specs

Requirements

DecibelSDK is developed with the Swift 5 language and is compatible with iOS 11 and later versions.

Integration

DecibelSDK is available on Cocoapods master repo. To access the framework in the repository, add the following lines to your Podfile:

source 'https://github.com/DecibelInsight/decibel-sdk-ios-core.git'
source 'https://github.com/CocoaPods/Specs.git'

target 'my-target' do
  pod 'DecibelSDK'
end

Initialization

To initialize DecibelSDK in your app, you must call the initialize method in didFinishLaunchingWithOptions method of your application class.

import DecibelCore

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    DecibelSDK.shared.initialize(account: "XXXXX", property: "XXXXX")
    ...
}

License

Apache License

Version 2.0, January 2004 http://www.apache.org/licenses/

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors