-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no send SMS on iOS and Android #150
Comments
Provide a way to identify the issue, details about your settings (GluonFX plugin version, GraalVM version, JDK version, Gluon Attach version...), and at least a code snippet with how you send the SMS. Extract the main part of the exceptions from the log and post it on the issue. Did it work before, and if it did, when started failing? |
Until now I used the plugin browser to send SMS on Android version; In the last version of Attach the cose check the protocl url accepting only htto or httos. I post the detail; In the previus version of Gluon Moblie plugin 3.8 the Android code is this: while now in the lasta version of Attach Browser is: if (!url.startsWith("http://") && !url.startsWith("https://")) {
|
The error in sending sms is still present. What can I do? |
For Android usage ? |
Attached are the logs with both iOS and Android errors that I get when I try to send a sms in my project
sendSMS.txt
The text was updated successfully, but these errors were encountered: