@qonversion/cordova-plugin
v7.11.0
Published
Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and co
Downloads
274
Readme
@qonversion/cordova-plugin
Qonversion Cordova plugin: in-app subscriptions, receipt validation, subscription analytics, No-Codes paywalls and third-party integrations for Cordova apps on iOS and Android.
Installation
cordova plugin add @qonversion/cordova-pluginThe plugin wires up the native iOS and Android modules itself: on cordova-ios 8 it is installed as a Swift package and the native dependency (QonversionSandwich) is resolved through Swift Package Manager; cordova-ios 6/7 keep using CocoaPods. The CocoaPods tool must be installed on both paths — cordova-ios 8 still generates a pod-less Podfile and runs pod install (CocoaPods 1.16.0 or newer per the cordova-ios 8 prerequisites). The iOS deployment target must be 13.0 or higher — on cordova-ios 6/7 add <preference name="deployment-target" value="13.0" /> to config.xml. Requirements and troubleshooting: Cordova installation guide.
Documentation
- Installation
- Quick start
- CocoaPods → Swift Package Manager migration (December 2026)
- Source, sample app and changelog
License
MIT
