# Cross-platform Development

## Integrate VGS Show SDK into your cross-platform application. <a href="#integrate-vgs-show-sdk-into-your-cross-platform-application" id="integrate-vgs-show-sdk-into-your-cross-platform-application"></a>

When you need to integrate the VGS Show SDK into your cross-platform application, you can use one of our SDKs. VGS provides SDKs for [Android](https://www.verygoodsecurity.com/docs/vgs-show/android-sdk), [iOS](https://www.verygoodsecurity.com/docs/vgs-show/ios-sdk), and [Web](https://www.verygoodsecurity.com/docs/vgs-show/js). On this page, you can find Demo Applications that will help you understand how you can use SDKs in your cross-platform app.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th align="center"></th></tr></thead><tbody><tr><td><strong>VGS Show Android SDK. Flutter Demo.</strong></td><td>This example shows how easily you can integrate the VGS Show Android SDK into your Flutter application and secure sensitive payment data.</td><td align="center"><a href="https://github.com/vgs-samples/vgs-collect-show-flutter-demo/tree/master/android">Open demo</a></td></tr><tr><td><strong>VGS Show iOS SDK. Flutter Demo.</strong></td><td>An iOS sample application on Flutter to demonstrate how easily you can integrate the VGS Show iOS SDK to secure sensitive payment data.</td><td align="center"><a href="https://github.com/vgs-samples/vgs-collect-show-flutter-demo/tree/master/ios">Open demo</a></td></tr><tr><td><strong>VGS Show Android &#x26; iOS SDKs. React Native Demo.</strong></td><td>The demo application shows you how to secure sensitive payment data with VGS Show Android &#x26; iOS SDKs.</td><td align="center"><a href="https://github.com/vgs-samples/vgs-collect-show-react-native-demo">Open demo</a></td></tr><tr><td><strong>VGS Show.js WebView Demo</strong></td><td>This example shows how easily you can integrate VGS Show.js into your application and secure sensitive payment data.</td><td align="center"><a href="https://snack.expo.dev/@verygoodfiddle/show.js">Open demo</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verygoodsecurity.com/vault/developer-tools/vgs-show/cross-platform-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
