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.framework
into theFrameworks
sections in your XCode project. - Ensure the following frameworks and a library exist in your project :
SystemConfiguration.framework
Security.framework
QuartzCore.framework
CoreLocation.framework
CoreGraphics.framework
CFNetwork.framework
AudioToolbox.framework
libsqlite3.0.tbd
- Register first to Mesosfer Cloud
- Create an application to get
applicationId
andclientKey
- Add this line below to your
Application
class 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
MFLogLevel
mode :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.