📄️ Introduction
The B2Metric iOS SDK lets you send events to B2Metric. It provides automatic session tracking, screen view analytics, push notification tracking, and offline support.
📄️ Installation
Requirements
📄️ Track Events
Events represent how users interact with your application.
📄️ Automatic Event Tracking
The SDK automatically tracks key lifecycle and screen view events without any code from you. These events help you understand user behavior and app usage patterns.
📄️ Screen Tracking
Track screen views to understand which screens users visit in your app.
📄️ Push Notification Tracking
Track push notification delivery and engagement with built-in support for Apple Push Notification service (APNs).
📄️ Event Batching & Flushing
To optimize battery life and network usage, B2Metric queues events and sends them in batches rather than making a network request for every single event.
📄️ Debug Mode
B2Metric provides various logging levels to help you debug event tracking during development.
📄️ Best Practices
Event Naming Conventions
📄️ Troubleshooting
SDK Not Initializing
📄️ API Reference
B2MetricAnalytics
📄️ Support & Release History
Support