I’m new to Cordova and mobile development in general. I’m using VoltBuilder to build my React app into a mobile app — I build React, zip it, and upload. I purchased the paid version in order to be able to schedule local notifications in the app.
Can you share your project (or even better, a minimal project just showing the problem)? If the code is proprietary you can share it directly with support@volt.build.
Not sure if this will help, but I’ve put together a minimal setup — two projects.
The React app itself, where the main file simply saves the cordova.plugins.notification.local object to state. When I try to call the getDefaults() or schedule() functions, an error appears.
A build project for VoltBuilder. It’s mostly copied from the example in the documentation with almost no changes, except I added: