Consultation with an Android developer
For an android application, it is necessary to create a service for constant communication with the server (foreground or background service) to receive notifications from the server.
Requirements
The service is written, auto-starts, and maintains a connection with the server, upon receiving a notification from the server, it executes a command, but after a long period of inactivity of the phone (for example, after the night), it stops responding to notifications from the server.
If you have experience with services in Android, it is necessary to "finalize", help finalize the described function
-
1945 20 0 You have already been answered in the comments, but I will repeat.
It is best to use a notification service, such as Firebase or OneSignal.
This way you will protect yourself from the situation when the OS itself shuts down your service in the application.
-
540 8 0 Good day. You can use fcm or onesignal. They usually work stably. Done in an hour.
-
1381 20 0 Hello.
Two options:
1) WebSocket
2) Notifications from FSM.
The second option works more stable.
Current freelance projects in the category Java
Application developmentI wish to create a mobile application for communication, the app should have audio and video calls, group chat creation, the ability to sync with phone contacts, account settings: email binding, 2FA, phone number, the ability to customize app notifications, change the app… Java, Python ∙ 1 day 17 hours back ∙ 35 proposals |