# Mobile SDKs

## Overview&#x20;

Pylon's mobile SDKs allow you to embed the chat widget directly in your mobile app, providing users with in-app support without leaving your application.

### Supported Platforms

* **iOS** - Native Swift SDK for iPhone and iPad apps
* **Android** - Native Kotlin SDK for Android devices
* **React Native** - Cross-platform SDK for React Native applications

### Setup

To integrate a mobile SDK:

1. Get your App ID from the [Chat Widget](https://app.usepylon.com/settings/chat-widget) settings
2. Follow the installation instructions for your platform in the GitHub repository
3. Initialize the SDK with your App ID
4. Set user information when a user logs in
5. Add the chat view to your app's UI

For detailed installation instructions and API documentation, visit the GitHub repository for your platform:

* [iOS SDK Documentation](https://github.com/pylon-labs/sdk-mobile/blob/main/ios/README.md)
* [Android SDK Documentation](https://github.com/pylon-labs/sdk-mobile/blob/main/android/README.md)
* [React Native SDK Documentation](https://github.com/pylon-labs/sdk-mobile/blob/main/react-native/README.md)
