I added a cordova sms plugin (https://github.com/cordova-sms/cordov...), following the instruction found here (https://devcenter.appery.io/documenta...).
App failed when testing on browser with with error of "variable sms not defined"
Tried export of .apk so that can test on device, but the export fails. One suggestion of failure is that the source was modified ( true, during plugin addition, as suggested by the documentation). Is this is indeed the case of the failure, how else can a plugin be added?