I'd like to suggest an official Capacitor library for In-App Purchases (IAP), maintained by the Ionic team.
Currently, many Capacitor projects still depend on the Cordova plugin
cordova-plugin-purchase
(https://github.com/j3k0/cordova-plugin-purchase), which has several limitations:
* It was originally designed for Cordova, not Capacitor.
* Maintenance is inconsistent and community support is limited.
* Documentation is often outdated or incomplete.
In-App Purchases are a critical feature for many mobile apps, especially subscription-based products, and having an official Capacitor solution would greatly improve reliability and developer experience.
A first-party Capacitor IAP library could provide:
* Native support for Apple App Store and Google Play Billing
* Subscription lifecycle handling
* Receipt validation helpers
* Modern TypeScript API
* Official documentation and examples
Today, IAP is one of the few major mobile features where Capacitor still relies heavily on legacy Cordova solutions. An official plugin would fill an important gap in the ecosystem.