Replies: 1 comment 4 replies
-
Hello! Thank you for your interest in my project. For the app on the device, To help troubleshoot other potential issues: How did you generate the HTTPS certificate? If you used a self-signed certificate, you need to add your CA certificate to the trusted store on your Android device. For local network IP addresses, you can use the project's CA certificate as described here: https://docs.sms-gate.app/services/ca/ If issues persist, please check the app logs and also attach the JSON logs retrieved from the local server as described in the documentation: https://docs.sms-gate.app/features/logging/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed SMS GateWay on my Android (version 13), enabled cloud and local modes, configured the app permissions: SMS, phone, disabled the app from stopping in the background. Then I set up https on localhost. I also wrote a simple PHP script that gets the response content and writes it to a text file.
I placed the PHP script in https://localhost/MyApp/ReceiveWebhooks.php and registered this endpoint as a webhook via the API:
But the webhooks are not received: my script is not started. I also tried registering the webhook in local mode, but it did not solve the problem.
What is wrong?
Beta Was this translation helpful? Give feedback.
All reactions