DecibelSDK is developed with the Swift 5 language and is compatible with iOS 11 and later versions.
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'
endTo 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")
...
}Version 2.0, January 2004 http://www.apache.org/licenses/