Skip to content

Commit da03438

Browse files
committed
feat: rebrand as native Capacitor & Cordova plugin
- Rename to "Cdv Purchase Plugin", emphasize native support for both platforms - Add capacitor-package to `make all` target
1 parent 725336b commit da03438

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ help:
3131
@#echo " test-js-coverage .. Test javascript with coverage information."
3232
@#echo " test-install ...... Test plugin installation on iOS and Android."
3333

34-
all: build doc
34+
all: build doc capacitor-package
3535

3636
build: compile
3737
@make tests

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Cordova Purchase Plugin
1+
# Cdv Purchase Plugin
22

3-
> In-App Purchases for Cordova
3+
> Native Capacitor and Cordova Plugin for In-App Purchases
44
55
---
66

77
Need professional help and support? [Contact Me](mailto:hoelt@fovea.cc).
88

99
## Summary
1010

11-
This plugin allows **In-App Purchases** to be made from **Cordova, Ionic and Capacitor** applications.
11+
This plugin allows **In-App Purchases** to be made from **Capacitor**, **Cordova** and **Ionic** applications.
1212

13-
It lets you handle in-app purchases on many platforms with a single codebase.
13+
It lets you handle in-app purchases on many platforms with a single codebase. The plugin provides **native implementations** for both Capacitor and Cordova — no compatibility layer needed.
1414

15-
This is a plugin for the **Apache Cordova** framework that provides an easy and flexible way to integrate **in-app purchases** into Cordova-based mobile applications, including popular frameworks such as **Ionic and PhoneGap**. With this plugin, you can easily add support for in-app purchases of digital content, such as subscriptions, consumables, and non-consumables, using the store-specific purchase APIs provided by the major mobile platforms. The plugin also supports requesting payments through popular payment providers such as **Braintree**, allowing you to easily accept payments from your users.
15+
This plugin provides an easy and flexible way to integrate **in-app purchases** into your mobile applications. You can easily add support for in-app purchases of digital content, such as subscriptions, consumables, and non-consumables, using the store-specific purchase APIs provided by the major mobile platforms. The plugin also supports requesting payments through popular payment providers such as **Braintree**, allowing you to easily accept payments from your users.
1616

17-
The Cordova-Plugin-Purchase plugin is designed to be easy to use and integrate into your Cordova app, and it provides a consistent API across all supported platforms, so you can focus on building your app without worrying about platform-specific differences. Whether you are building a subscription-based app, a freemium app, or any other app that requires in-app purchases, the Cordova-Plugin-Purchase plugin can help you get started quickly and easily.
17+
The plugin is designed to be easy to use and provides a consistent API across all supported platforms, so you can focus on building your app without worrying about platform-specific differences. Whether you are building a subscription-based app, a freemium app, or any other app that requires in-app purchases, this plugin can help you get started quickly and easily.
1818

1919
### Features
2020

0 commit comments

Comments
 (0)