Mercedes-Benz Mobile SDK is archived and no longer officially supported. You can find more information about this decision in the news article on Mercedes-Benz developer portal.
- Xcode 10.3 / 11.x / 12.x
- Swift 5.x
- iOS 12.0+
The Common module provides general functionality such as a Backend Configuration, a TrackingManager or logging logic. It also contains common Protocols that are used in the MBSDK-modules.
MBCommonKit is available through CocoaPods. To install it, simply add the following line to your Podfile
:
pod 'MBCommonKit', '~> 3.0'
MBCommonKit is available through Swift Package Manager. Once you have your Swift package set up, adding MBCommonKit as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(name: "MBCommonKit",
url: "https://github.com/Daimler/MBSDK-CommonKit-iOS.git",
.upToNextMajor(from: "3.0.0"))
]
We welcome any contributions. If you want to contribute to this project, please read the contributing guide.
Please read our Code of Conduct as it is our base for interaction.
This project is licensed under the MIT LICENSE.
Please visit https://mbition.io/en/home/index.html for information on the provider.
Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.