The Pendo Mobile SDK is a codeless library that collects analytics retroactively across all versions of your app. The SDK also provides the ability to display in-app messages, tooltips and multi-step walkthrough guides built using Pendo's Visual Design Studio. The SDK starts collecting analytics as soon as it is integrated. The integration requires minimal effort with a few lines of code.
Note
The following integration instructions are relevant for SDK 3.0 or higher.
Follow our migration instructions to upgrade from SDK 2.x to 3.0 or refer to our 2.x integration instruction.
- Native: Android | iOS
- React Native:
- Xamarin Forms: Android | iOS
- MAUI: Android | iOS
- Flutter: Android | iOS | Native with Flutter components
For integration using signed metadata see: JWT integration instructions
- Release notes
- Plan your mobile implementation
- Supported Mobile Frameworks and OS Versions
- Codeless tracking vs Track Events
- Using Pendo with hybrid apps
- Configuring CNAME Hostnames
- Work with dynamic content in your mobile app
Visit the Mobile Resource Center For additional documentation.
- For technical issues, review open issues or submit a new issue.
- For Dex issues with Android applications, refer to this resource.
These measurements of the SDK are captured using Pendo’s testing applications and may differ among applications, depending on their screen complexity and user interaction.
Size Impact* | Battery Impact | Memory Impact | CPU Impact** | |
---|---|---|---|---|
Android | +2.7MB | Low | (~) +27MB | Low |
iOS | +5.7MB | Low | (~) +4MB | Low |
* Size impact regarding the release builds, available through Google Play or App Store.
** Slight CPU impact may occur during app launch or UI-intensive operations.
The Pendo SDK network traffic consists of two parts:
- The SDK initialization process to establish a connection between the device and Pendo’s server, starting a session and fetching any guides relevant to the session.
- During the session, ongoing analytics are sent in bulk from the device.
Incoming traffic (during the session startup)
No guides | A single guide with three steps | A single guide with nine steps |
---|---|---|
Up to 40KB | Up to 64KB | Up to 90KB |
Network requests are executed in parallel, prioritizing guides with higher priority to be downloaded first and becoming available earlier during the initialization process of the session. For example, guides with an app launch trigger will be available immediately, while lower-priority guides may take a few additional seconds to be available during the session.
Outgoing traffic
The analytics captured by the SDK include starting a session, the application state (foreground and background), screen changing, clicks, guide events, and manual track events. The size of each analytic event varies from 1KB to 6.5KB.
Network usage example
A session with a single guide including four steps, 6 session analytics, 42 page transitions, 65 feature clicks, 13 guide events and 3 track events, recorded ~120KB of data received and ~320KB of data transmitted.