Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pendo-io/pendo-mobile-sdk
Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
https://github.com/pendo-io/pendo-mobile-sdk
analytics flutter guides ios react-native sdk swiftui xamarin
Last synced: about 2 hours ago
JSON representation
Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
- Host: GitHub
- URL: https://github.com/pendo-io/pendo-mobile-sdk
- Owner: pendo-io
- License: other
- Created: 2021-05-23T08:38:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T12:38:59.000Z (1 day ago)
- Last Synced: 2025-01-01T05:31:29.140Z (about 13 hours ago)
- Topics: analytics, flutter, guides, ios, react-native, sdk, swiftui, xamarin
- Language: Swift
- Homepage: https://www.pendo.io
- Size: 8.82 MB
- Stars: 59
- Watchers: 62
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pendo Mobile SDK
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.
## Integration instructions
>[!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](/migration-docs/README.md) or refer to our [2.x integration instruction](https://github.com/pendo-io/pendo-mobile-sdk/blob/2.22.5/README.md).- Native:
[Android](/android/pnddocs/native-android.md) |
[iOS](/ios/pnddocs/native-ios.md)
- React Native:
- Using React Navigation:
[Android](/android/pnddocs/rn-android.md) |
[iOS](/ios/pnddocs/rn-ios.md)
- Using React Native Navigation:
[Android](/android/pnddocs/rnn-android.md) |
[iOS](/ios/pnddocs/rnn-ios.md)
- Using Expo with Expo Router:
[Android](/android/pnddocs/expo_router-android.md) |
[iOS](/ios/pnddocs/expo_router-ios.md)
- Using Expo with React Navigation:
[Android](/android/pnddocs/expo_rn-android.md) |
[iOS](/ios/pnddocs/expo_rn-ios.md)
- Using Expo with React Native Navigation
[Android](/android/pnddocs/expo_rnn-android.md) |
[iOS](/ios/pnddocs/expo_rnn-ios.md)
- Xamarin Forms:
[Android](/android/pnddocs/xamarin_forms-android.md) |
[iOS](/ios/pnddocs/xamarin_forms-ios.md)
- MAUI:
[Android](/android/pnddocs/xamarin_maui-android.md) |
[iOS](/ios/pnddocs/xamarin_maui-ios.md)
- Flutter:
[Android](/android/pnddocs/flutter-android.md) |
[iOS](/ios/pnddocs/flutter-ios.md) |
[Native with Flutter components](/other/native-with-flutter-components.md)For integration using signed metadata see: [JWT integration instructions](https://support.pendo.io/hc/en-us/articles/360039616892-Send-signed-metadata-with-JWT)
## API documentation
- [Native Android](/api-documentation/native-android-apis.md)
- [Native iOS](/api-documentation/native-ios-apis.md)
- [React Native](/api-documentation/rn-apis.md)
- [Xamarin Forms](/api-documentation/xamarin-forms-apis.md)
- [MAUI](/api-documentation/xamarin-maui-apis.md)
- [Flutter](/api-documentation/flutter-apis.md)## Additional resources
- [Release notes](https://developers.pendo.io/category/mobile-sdk/)
- [Plan your mobile implementation](https://support.pendo.io/hc/en-us/articles/23527373013275-Plan-your-mobile-implementation)
- [Supported Mobile Frameworks and OS Versions](https://support.pendo.io/hc/en-us/articles/360031861572-Supported-mobile-frameworks-and-OS-versions)
- [Codeless tracking vs Track Events](https://support.pendo.io/hc/en-us/articles/360061487572-Codeless-tracking-vs-Track-Events)
- [Using Pendo with hybrid apps](https://support.pendo.io/hc/en-us/articles/23804736263195-Use-Pendo-with-hybrid-apps)
- [Configuring CNAME Hostnames](https://support.pendo.io/hc/en-us/articles/360047607631-Configure-CNAME-for-Pendo-Mobile)
- [Work with dynamic content in your mobile app](https://support.pendo.io/hc/en-us/articles/24836902488219-Work-with-dynamic-content-in-your-mobile-app)
- [Mobile offline support analytics](https://support.pendo.io/hc/en-us/articles/360043016412-Mobile-offline-support-for-analytics)Visit the [Mobile Resource Center](https://support.pendo.io/hc/en-us/categories/23324531103771-Mobile-implementation) For additional documentation.
## Troubleshooting
- For technical issues, [review open issues](https://github.com/pendo-io/pendo-mobile-sdk/issues) or [submit a new issue](https://github.com/pendo-io/pendo-mobile-sdk/issues).
## Performance benchmarks
- [Native benchmarks](/benchmarks/NativePerformanceBenchmarks.md)
- [Flutter benchmarks](/benchmarks/FlutterPerformanceBenchmarks.md)