Title: Mobile app tracking
Author: staff
Published: August 1, 2022
Last modified: February 17, 2026

---

 1. [Installation resources](https://docs.parse.ly/installation-resources/)
 2. [Add-on Features](https://docs.parse.ly/installation-resources/add-on-features/)
 3. Mobile app tracking

#  Mobile app tracking

The Parse.ly Mobile Software Development Kits (SDKs) are small code libraries that
you include in your mobile apps in order to track user activity in mobile devices.
Parse.ly provides SDKs for Android (Java) and iOS (Swift).

## iOS SDK

 * [Source code](https://github.com/Parsely/AnalyticsSDK-iOS)
 * [Documentation](https://docs.parse.ly/ios-sdk/)

## Android SDK

 * [Source code](https://github.com/Parsely/parsely-android)
 * [Documentation](https://docs.parse.ly/android-sdk/)

## Mobile Tracking Engaged Time

To conserve battery usage and network bandwidth, Parse.ly SDKs will batch pixel 
requests as they are made, and flush them periodically. Each pixel retains its creation
timestamp regardless of when it was sent. Upon app shutdown, or when the app is 
backgrounded, it will flush whatever pixels are currently in the queue.

Last updated: February 17, 2026