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+
MBRealmKit is available through CocoaPods. To install it, simply add the following line to your Podfile
:
pod 'MBRealmKit', '~> 3.0'
MBNetworkKit is available through Swift Package Manager. Once you have your Swift package set up, adding MBRealmKit as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(name: "MBRealmKit",
url: "https://github.com/Daimler/MBSDK-RealmKit-iOS.git",
.upToNextMajor(from: "3.0.0"))
]
This module handles the offline storage of the MBSDK-Modules. It caches the required data and returns it. It is possible to observe the cached data and to respond to the changes.
Daimler AG, developer@daimler.com
MBRealmKit is available under the MIT license. See the LICENSE file for more info.