Google Play Billing (cordova-plugin-purchase v13): init/update OK but no products (productFound=false) on Internal testing

  • Hybrid app (Vue + Capacitor 5) using cordova-plugin-purchase v13.12.1 on Android.

  • Installed from Google Play Internal testing (opt‑in link). Tester account is added in Play Console → Settings → License testing.

  • Subscription exists in Play Console with Active base plans (monthly/yearly), available in my country.

Problem

  • Billing initializes and update() succeeds, but the catalog is empty.

  • A self‑test shows the plugin is present and initialized, yet product is not found.

Self‑test summary

  • cdvPresent = true

  • storePresent = true

  • initialized = true

  • updateOk = true

  • productType = “paid subscription”

  • platform = “android-playstore”

  • productFound = false

You would be best off searching open issues and opening one if you can’t find any on the repo itself - GitHub · Where software is built. That is a 3rd party Cordova plugin.