A Framework that gives you access to the powerful Mesosfer cloud platform from your iOS app. For more information about Mesosfer and its features, see Mesosfer Website and Mesosfer Documentations.
- Download the latest Mesosfer framework here.
- Then drag
Mesosfer.frameworkinto theFrameworkssections in your XCode project. - Ensure the following frameworks and a library exist in your project :
SystemConfiguration.frameworkSecurity.frameworkQuartzCore.frameworkCoreLocation.frameworkCoreGraphics.frameworkCFNetwork.frameworkAudioToolbox.frameworklibsqlite3.0.tbd
- Register first to Mesosfer Cloud
- Create an application to get
applicationIdandclientKey - Add this line below to your
Applicationclass to initialize Mesosfer SDK
Mesosfer.initialize(withApplicationId: "YOUR-APPLICATION-ID",
clientKey: "YOUR-CLIENT-KEY")(Optional) You can add some custom setup :
- Enable Mesosfer SDK debug logging by calling
Mesosfer.+setLogLevel:before initialize SDK. - Mesosfer
MFLogLevelmode :none,error,warning,info,debug
Everything is done!
Copyright (c) 2016, Mesosfer.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.