Segment alternatives and similar libraries
Based on the "Analytics" category.
Alternatively, view Segment alternatives based on common mentions on social networks and blogs.
-
Mixpanel
Official iOS (Objective-C) Tracking Library for Mixpanel Analytics -
Countly
Countly Product Analytics iOS SDK with macOS, watchOS and tvOS support. -
Bugsnag
Bugsnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS -
Qonversion - Mobile app subscription analytics
iOS SDK for cross-platform in-app purchase and subscription infrastructure, revenue analytics, engagement automation, and integrations -
Analytics-Swift
The hassle-free way to add Segment analytics to your Swift app (iOS/tvOS/watchOS/macOS/Linux). -
GTrack
Lightweight Objective-C wrapper around the Google Analytics for iOS SDK with some extra goodies. -
Inapptics
Helps analyze and visualize user behavior in mobile apps. Provides visual user journeys, heatmaps and crash replays. -
devtodev
Comprehensive analytics service that improves your project and saves time for product development. -
Answers by Fabric
Answers gives you real-time insight into people’s experience in your app. -
Sentry
Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time. -
Shake
In-app feedback and bug reporting tool. Fix app bugs up to 50x faster with detailed device data, repro steps, video recording, black box data, network requests and custom logging.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Segment or a related project?
README
Analytics
analytics-ios is an iOS client for Segment.
Special thanks to Tony Xiao, Lee Hasiuk and Cristian Bica for their contributions to the library!
You can't fix what you can't measure
Analytics helps you measure your users, product, and business. It unlocks insights into your app's funnel, core business metrics, and whether you have product-market fit.
How to get started
- Collect analytics data from your app(s).
- The top 200 Segment companies collect data from 5+ source types (web, mobile, server, CRM, etc.).
- Send the data to analytics tools (for example, Google Analytics, Amplitude, Mixpanel).
- Over 250+ Segment companies send data to eight categories of destinations such as analytics tools, warehouses, email marketing and remarketing systems, session recording, and more.
- Explore your data by creating metrics (for example, new signups, retention cohorts, and revenue generation).
- The best Segment companies use retention cohorts to measure product market fit. Netflix has 70% paid retention after 12 months, 30% after 7 years.
Segment collects analytics data and allows you to send it to more than 250 apps (such as Google Analytics, Mixpanel, Optimizely, Facebook Ads, Slack, Sentry) just by flipping a switch. You only need one Segment code snippet, and you can turn integrations on and off at will, with no additional code. Sign up with Segment today.
Why?
Power all your analytics apps with the same data. Instead of writing code to integrate all of your tools individually, send data to Segment, once.
Install tracking for the last time. We're the last integration you'll ever need to write. You only need to instrument Segment once. Reduce all of your tracking code and advertising tags into a single set of API calls.
Send data from anywhere. Send Segment data from any device, and we'll transform and send it on to any tool.
Query your data in SQL. Slice, dice, and analyze your data in detail with Segment SQL. We'll transform and load your customer behavioral data directly from your apps into Amazon Redshift, Google BigQuery, or Postgres. Save weeks of engineering time by not having to invent your own data warehouse and ETL pipeline.
For example, you can capture data on any app:
analytics.track('Order Completed', { price: 99.84 })
Then, query the resulting data in SQL:
select * from app.order_completed order by price desc
🚀 Startup Program
If you are part of a new startup (<$5M raised, <2 years since founding), we just launched a new startup program for you. You can get a Segment Team plan (up to $25,000 value in Segment credits) for free up to 2 years — apply here!
Installation
Analytics is available through CocoaPods and Carthage.
CocoaPods
pod "Analytics", "3.7.0"
Note: Segment strongly recommends that you use a dynamic framework to manage your project dependencies. If you prefer static libraries, you can add use_modular_headers!
or use_frameworks! :linkage => :static
in your Podfile. However, you must then manually update all of your dependencies on a regular schedule.
Carthage
github "segmentio/analytics-ios"
Quickstart
Refer to the Quickstart documentation at https://segment.com/docs/libraries/ios/quickstart.
Documentation
More detailed documentation is available at https://segment.com/docs/libraries/ios.
*Note that all licence references and agreements mentioned in the Segment README section above
are relevant to that project's source code only.