# Klarna Checkout SDK for mobile apps

The SDK allows to integrate [Klarna Checkout](https://www.klarna.com/us/business/sell-online-with-klarna) in native or hybrid iOS and Android applications. It's aimed to make integration simple and provide the smoothest in-app purchase experience.

## iOS
[![CocoaPod](https://img.shields.io/cocoapods/v/KlarnaCheckout.svg?style=flat-square)](https://cocoapods.org/pods/KlarnaCheckout)
[![CocoaPod](https://img.shields.io/cocoapods/p/KlarnaCheckout.svg?style=flat-square)](https://cocoapods.org/pods/KlarnaCheckout)
[![CocoaPod](https://img.shields.io/cocoapods/metrics/doc-percent/KlarnaCheckout.svg?style=flat-square)](http://cocoadocs.org/docsets/KlarnaCheckout/)
[![License](https://img.shields.io/cocoapods/l/KlarnaCheckout.svg?style=flat-square)](https://github.com/klarna/kco-mobile-sdk/blob/master/LICENSE)

iOS SDK is shipped as a framework and can be installed using Cocoapods:

```
pod 'KlarnaCheckout'
```

##### [Usage](ios/README.md) | [Documentation](https://cocoadocs.org/docsets/KlarnaCheckout/) | [Example app](https://github.com/klarna/kco-ios-example-app)



## Android

##### [Usage](android/README.md) | [Documentation](https://rawgit.com/klarna/kco-mobile-sdk/master/android/docs/index.html) | [Example app](https://github.com/klarna/kco-android-example-app)

## Cordova
[![Cordova NPM](https://img.shields.io/npm/v/kco-mobile-sdk.svg?style=flat-square)](https://www.npmjs.com/package/kco-mobile-sdk)
[![Cordova NPM](https://img.shields.io/npm/dt/kco-mobile-sdk.svg?style=flat-square)](https://www.npmjs.com/package/kco-mobile-sdk)
[![License](https://img.shields.io/npm/l/kco-mobile-sdk.svg?style=flat-square)](https://github.com/klarna/kco-mobile-sdk/blob/master/LICENSE)

Klarna Checkout Cordova plugin is available for iOS and Android platforms and can be installed with a single command:

```
cordova plugin add kco-mobile-sdk --save
```

##### [Usage](cordova/README.md) | [NPM](https://www.npmjs.com/package/kco-mobile-sdk) | [Example app](https://github.com/klarna/kco-cordova-example-app)

