Subject: Inquiry about Running Niotron Apps in the Background

Good morning, Niotron team,

I hope this message finds you well. I have a question regarding a specific requirement from my clients. They are requesting the ability to run their applications in the background, even when the app is not open. The application communicates with an API that connects to a MySQL database on my web server to retrieve pending alerts.

What I am trying to achieve is that when the API returns a certain value, the device where the app is installed should display a visual alert. If no alerts are found, nothing should happen. The challenge I am facing is getting the app developed in Niotron to run in the background.

I believe there must be a way to accomplish this, as your team has consistently demonstrated exceptional expertise. I look forward to receiving a positive response from this great team.

Thank you.

You might need to use something like Firebase Cloud Messaging on the Client Side (Android App) and send the events via Firebase Server SDK

1 Like

What I understand is that there isn’t a way to keep my application running in the background and force background execution?

@ROBINSON_DAMIAN_HERR the background task functionality is not possible directly you need to use extension for that which was developed by some extension developer you can search for that

Could you provide the name of these extensions? Thank you.

@ROBINSON_DAMIAN_HERR here is the only one extension

1 Like

Thank you very much for your collaboration, I am already validating the extension. Have a great day and a warm hug.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.