This is the official iOS SDK for Sensors Analytics.
SensorsAnalyticsSDK supports multiple methods for installing the library in a project.
-
Install CocosPod
-
Create a file named
Podfile
in your Xcode project and add the following line:pod 'SensorsAnalyticsSDK'
-
Run
pod install
in the Xcode project directory and restart XCode.
-
You can install Carthage with Homebrew using the following command:
$ brew update $ brew install carthage
-
Add in
github "sensorsdata/sa-sdk-ios"
for your Cartfile. -
Run
carthage update --platform ios
and add theSensorsAnalyticsSDK.framework
to your project. -
import <SensorsAnalyticsSDK/SensorsAnalyticsSDK.h>
神策数据出品的《Android 全埋点解决方案》发售啦!!!
See our full manual
Copyright 2015-2019 Sensors Data Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
禁止一切基于神策数据开源 SDK 的所有商业活动!