> ## Documentation Index
> Fetch the complete documentation index at: https://docs.userpilot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Userpilot Mobile SDK

> Integrate the Userpilot Mobile SDK into your mobile application to enable in-app experiences and analytics.

## **Userpilot SDK**

Integrate the Userpilot Mobile SDK into your mobile application to enable in-app experiences and analytics.

<CardGroup cols={2}>
  <Card title="iOS" icon="apple" href="./mobile-ios" />

  <Card title="Android" icon="android" href="./mobile-android" />

  <Card title="Flutter" icon="flutter" href="./mobile-flutter" />

  <Card title="React Native" icon="react" href="./mobile-react-native" />

  <Card
    title="Capacitor"
    icon={
  <svg
    width="24px"
    height="24px"
    viewBox="0 0 512 512"
    fill="#6765e8"
    xmlns="http://www.w3.org/2000/svg"
  >
    <title>Capacitor</title>
    <path d="M480,101.09,372.37,208.72,479.23,315.78l-69.3,69.3L126.71,101.85,196,32.54,303.07,139.42,410.67,32Z" />
    <path d="M32.55,196l69.3-69.31L385.07,409.93l-69.3,69.3-107-106.87L101.08,480,32,410.67,139.42,303.06Z" />
  </svg>
}
    href="./mobile-capacitor"
  />

  <Card title="Expo" icon="React" href="./mobile-expo-push-notification" />

  <Card
    title="Cordova"
    icon={
  <svg
    width="24px"
    height="24px"
    viewBox="0 0 24 24"
    fill="#6765e8"
    xmlns="http://www.w3.org/2000/svg"
  >
    <title>Cordova</title>
    <rect width="24" height="24" fill="none" />
    <path d="M20.18,21.55H16.94l.23-2.73H15.58l-.23,2.73H8.65l-.23-2.73H6.83l.23,2.73H3.82L2,9.73,6.55,2.45h10.9L22,9.73,20.18,21.55M16.55,6.09H13.62l.2,1.36H10.18l.2-1.36H7.45L5.64,9.73,6.55,17h10.9l.91-7.27L16.55,6.09M15,14.59c-.25,0-.45-.76-.45-1.69s.2-1.7.45-1.7.46.76.46,1.7-.2,1.69-.46,1.69m-5.73.14C9,14.73,8.76,14,8.76,13s.2-1.69.46-1.69.45.75.45,1.69S9.47,14.73,9.22,14.73Z" />
  </svg>
}
    href="/developer/installation/mobile/mobile-cordova"
  />

  <Card title="MAUI" icon="microsoft" href="./mobile-maui" />
</CardGroup>

***

## **Push notification**

To set up push notifications in your app, follow the step-by-step guides below.

<CardGroup cols={2}>
  <Card title="iOS Push Notification Setup Guide" icon="apple" href="./ios-push-notification-setup-guide" />

  <Card title="Android Push Notification Setup Guide" icon="android" href="./android-push-notification-setup-guide" />
</CardGroup>

## **Userpilot Segment**

Add the Userpilot SDK as a device-mode destination in Segment Analytics to send events directly from your app to Userpilot.

<CardGroup cols={2}>
  <Card title="iOS" icon="apple" href="../../mobile-segment/mobile-segment-ios" />

  <Card title="Android" icon="android" href="../../mobile-segment/mobile-segment-android" />

  <Card title="React Native" icon="react" href="../../mobile-segment/mobile-segment-react-native" />
</CardGroup>

<Note>
  If you have questions or need help with the mobile SDK installation, [book a
  call ](https://calendly.com/motasem-userpilot/30min)with our mobile SDK
  engineer.
</Note>
