By Guest on Saturday, 28 December 2019
Posted in General
Replies 4
Likes 0
Views 2.8K
Votes 0
Please let me know for your service to help us in develope delphi mobile app to used our MQTT Broker in feature push notify deploy to our customer ?

If can please show to me.
Hello,

You can create an Android service which connects to a MQTT server and push notifications to device. There is a Demo called "AndroidService" which shows this using a simple websocket client. You only must attach MQTT protocol to websocket client to allow connection to your MQTT Server.

Kind Regards,
Sergio
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sergio
at the same demo I attached MQTT to websocket and mqtt connected and subscribed to a topic, the app successfully connected and notified me about the subscription.
The problem: there is no notification when another MQTT client sends message but the mqtt in app(service) not received this message, and not rising notification.
how to solve this problem.
thank you
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Sorry, but I don't understand, which demo?

Kind Regards,
Sergio
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sergio
Thank you for your reply.
The demo is the one you mentioned in your last reply in previous question.
(There is a Demo called "AndroidService" which shows this using a simple websocket client. You only must attach MQTT protocol to websocket client to allow connection to your MQTT Server.)
The probloem solved, there was an error in naming subscribed topic, due to letters wrong cases (capital and small letters)
After all, thank you for your kindnesses.
Have a good day.
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post