All Projects → analysys → ans-ios-sdk

analysys / ans-ios-sdk

Licence: GPL-3.0 license
Analysys iOS SDK

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ans-ios-sdk

Floatingball
悬浮球/悬浮按钮/辅助按钮(类似于iOS系统自带的AssistiveTouch/京东/聚划算/建行等的辅助按钮)
Stars: ✭ 126 (+334.48%)
Mutual labels:  ios-sdk
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+11310.34%)
Mutual labels:  ios-sdk
connect-sdk-client-ios
Ingenico Connect iOS Objective-C Client SDK
Stars: ✭ 17 (-41.38%)
Mutual labels:  ios-sdk
Tinycrayon Ios Sdk
A smart and easy-to-use image masking and cutout SDK for mobile apps.
Stars: ✭ 1,767 (+5993.1%)
Mutual labels:  ios-sdk
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (+562.07%)
Mutual labels:  ios-sdk
shake-ios
Bug and crash reporting SDK for iOS apps.
Stars: ✭ 25 (-13.79%)
Mutual labels:  ios-sdk
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (+258.62%)
Mutual labels:  ios-sdk
ShopCarAnimation
购物车类的抛物线动画(支持上抛或者下抛) && 阻尼动画(弹球动画)
Stars: ✭ 55 (+89.66%)
Mutual labels:  ios-sdk
Instabug Ios
In-app feedback and bug reporting tool for apps.
Stars: ✭ 244 (+741.38%)
Mutual labels:  ios-sdk
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-55.17%)
Mutual labels:  ios-sdk
Vassonic
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Stars: ✭ 11,466 (+39437.93%)
Mutual labels:  ios-sdk
Rdvideoeditsdk For Ios
iOS Video Edit SDK; iOS Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Stars: ✭ 182 (+527.59%)
Mutual labels:  ios-sdk
iOS-Monitor-Resources
对各厂商的 iOS SDK 性能监控方案的整理和收集后的资源
Stars: ✭ 31 (+6.9%)
Mutual labels:  ios-sdk
Mpcolortools
A collection of tools for handling colors on iOS SDK
Stars: ✭ 128 (+341.38%)
Mutual labels:  ios-sdk
tuyasmart home ios sdk
Tuya Smart iOS Home SDK
Stars: ✭ 48 (+65.52%)
Mutual labels:  ios-sdk
Guidepages
引导页/首次安装引导页/渐变引导页/APP介绍页/功能介绍页
Stars: ✭ 119 (+310.34%)
Mutual labels:  ios-sdk
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+144.83%)
Mutual labels:  ios-sdk
powerauth-mobile-sdk
PowerAuth Mobile SDK for adds capability for authentication and transaction signing into the mobile apps (ios, watchos, android).
Stars: ✭ 27 (-6.9%)
Mutual labels:  ios-sdk
iOS-10-Sampler
Code examples for the new features of iOS 10.
Stars: ✭ 72 (+148.28%)
Mutual labels:  ios-sdk
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (+65.52%)
Mutual labels:  ios-sdk

Analysys iOS SDK License GitHub release

========

This is the official iOS SDK for Analysys.

iOS SDK目录说明:

  • Example——API调用演示
  • AnalysysSDK——SDK源码

iOS 基础说明:

iOS SDK 用于使用Objective C和Swift开发的App,集成前请先下载SDK

快速集成

如果您是第一次使用易观方舟产品,可以通过阅读本文快速了解此产品

  1. 选择集成方式 目前我们提供了源码集成和Cocoapods集成两种方式
    • 源码集成:请将AnalysysSDK目录下文件拖入工程

    • Cocoapods集成

      pod 'AnalysysAgent'
      
  2. 设置初始化接口 通过初始化代码的配置参数配置您的 AppKey
  3. 设置上传地址 通过初始化代码的配置参数 uploadURL 设置您上传数据的地址。
  4. 设置需要采集的页面或事件 通过手动埋点,设置需要采集的页面或事件。
  5. 打开Debug模式查看日志 通过设置 Ddebug 模式,开/关 log 查看日志。 通过以上5步您即可验证 SDK 是否已经集成成功。更多接口说明请您查看 API 文档。

更多Api使用方法参考:https://docs.analysys.cn/ark/integration/sdk/ios

License

gpl-3.0

讨论

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].