# Mobile Integration
source: https://developer.mastercard.com/masterpass-merchant-integration-v7/documentation/mobile-integration/index.md

For mobile applications Mastercard provides support for native iOS and Android application development, and also support for developers preferring to work cross platform using the Cordova / Phonegap framework via the following:  

* [Masterpass Merchant iOS SDK](https://developer.mastercard.com/masterpass-merchant-integration-v7/documentation/mobile-integration/masterpass-checkout-ios-sdk-v28/index.md) - this SDK provides a wrapper around the Merchant API which you can use for native iOS app development
* [Masterpass Merchant Android SDK](https://developer.mastercard.com/masterpass-merchant-integration-v7/documentation/mobile-integration/masterpass-checkout-android-sdk-v28/index.md) - this SDK provides a wrapper around the Merchant API which you can use for native Android app development
* [Masterpass Merchant SDK Cordova Plugin](https://developer.mastercard.com/masterpass-merchant-integration-v7/documentation/mobile-integration/masterpass-merchant-cordova-sdk-plug-in-for-ios-and-android/index.md) - support for the Cordova / Phonegap framework, allowing you to write iOS and Android apps using javascript

You can either choose to use one of these SDKs, or of course you can use the web API from your mobile code if you prefer.
Note: Masterpass does not support webview for in-app implementation due to security concerns. You must use the Safari view controller for iOS and Chrome custom tabs for Android implementations.  
