Skip to content

Feedback on message delivery #37

Answered by capcom6
JosephVoid asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

Thank you for your feedback!

When using the Cloud server, all messages are added to a queue, so a success response from the server only means that the request is valid and has been stored for delivery to the Android device. Therefore, the backend will return success even when the device is unavailable for any reason (such as being shut down, having no internet, etc.).

The use of a queue on the client side depends on your use case. For example, if you are sending messages from a background task, a queue might not be necessary for simple scenarios. However, if you are sending SMS as a result of a user action, it would be a good idea to handle it in the background (for instance, by us…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JosephVoid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants