hello kateryna! i tried to add this plugin(both of them seperately) in my appery project with this toturial :
http://devcenter.appery.io/documentat...
(i changed all "toast" with "sms" and "nl.xservices.plugin" with address which was in .java file)
but this error occurred for both of them:
"""""
Build error
Most likely build error cause:
/sms/src/org/apache/cordova/plugin/sms/sms.java:[22,7] error: class Sms is public, should be declared in a file named Sms.java
/sms/src/org/apache/cordova/plugin/sms/sms.java:[3,25] error: package android.annotation does not exist
/sms/src/org/apache/cordova/plugin/sms/sms.java:[13,23] error: cannot find symbol
package android.provider
/sms/src/org/apache/cordova/plugin/sms/sms.java:[97,2] error: cannot find symbol
class Sms
/sms/src/org/apache/cordova/plugin/sms/sms.java:[100,76] error: cannot find symbol
class VERSION_CODES
/sms/src/org/apache/cordova/plugin/sms/sms.java:[101,43] error: package Telephony does not exist
""""
how can i send and receive sms without showing message compose window?
i can't use twillio...
thank u