# Use the Sample Apps (/archive/paypal-here/using-sample-apps)



> **Note:** **Important:** PayPal Here is [deprecated](https://www.paypal.com/us/cshelp/article/paypal-here-deprecation-help299). PayPal doesn't accept new integrations but continues to support existing integrations.

To become familiar with the SDK, review our platform-specific sample apps:

* iOS
* Android
* Web

To get started with the sample apps:

1. Have a sandbox or production PayPal account with PayPal Here enabled.
2. Have your EMV reader already paired, via bluetooth, to your device.

> **Note:** **Note:** Step 2 is only required if you use the
> [Chip Card Reader](https://www.paypal.com/us/business/pos/payments/card-reader).
> The
> [Chip and Tap](https://www.paypal.com/us/webapps/mpp/credit-card-reader-how-to/chip-and-tap-reader)
> and
> [Chip and Swipe](https://www.paypal.com/us/business/pos/payments/card-reader)
> readers can connect without pairing them to your device beforehand. Also note
> that for the Web SDK, you simply need to have your pre-configured
> [Chip Card Reader](https://www.paypal.com/us/business/pos/payments/card-reader)
> plugged in via USB.

## Work with the sample apps [#work-with-the-sample-apps]

### iOS [#ios]

1. Download the sample app from         [GitHub](https://paypal.github.io/paypal-here-sdk-ios-distribution/).
2. Load the app into Xcode and run it.
3. Select the environment and follow the steps to initialize the SDK and         merchant.
4. Log in with your PayPal account that was enabled for PayPal Here and give         permissions to the sample app to process on your behalf.
5. Follow the steps in the sample app to connect a card reader. If this is the         first time you are connecting to a Bluetooth card reader, follow the prompt         to update the reader.
6. After the reader connects, complete the steps to take a payment.
7. When the transaction is processed, you can see the transaction in your PayPal         account.
8. When it completes processing, you see an option to refund your test         transaction.

### Android [#android]

1. Download the sample app from our         [GitHub](https://paypal.github.io/paypal-here-sdk-android-distribution/reference/packages.html).
2. Load the app into Android Studio and run it.
3. Select the environment and follow the steps to initialize the SDK and         merchant.
4. Log in with your PayPal account that was enabled for PayPal Here and give         permissions to the sample app to process on your behalf.
5. Follow the steps in the sample app to connect a card reader. If this is the         first time that you are connecting to a Bluetooth card reader, follow the         prompts to update the reader.
6. After the reader connects, complete the steps to take a payment.
7. After the transaction is processed, you can see the transaction in your         PayPal account.
8. When it completes processing, you see an option to refund your test         transaction.

### Web [#web]

1. Reference our [sample code](/archive/paypal-here/sdk-dev/web#samples).

## Next [#next]

* [Sandbox Testing Guide](/archive/paypal-here/sandbox-testing)
