1
Staff would like to know how to do for the application I’m developing make authentication constantly.
For example the watts if you don’t have access to the internet and try to send a message it is saved and the app is constantly trying to send this message and when you have access to the internet it sends the message to the server immediately.
In my case my app will have a desktop version that way I will use the server to synchronize the user information between the two devices, for example the user accesses with his login the Android app and changes his profile image so the app updates this image locally and then sends it to the server and when the user opens the desktop version app he downloads this server update and vice versa.
Does anyone know how to do this? I am using wampserver + php.
the logic of when to send I know the problem is to make the app be constantly checking the connection to the server and I think you do not know but watts does not check the connection to the internet and yes to the server, that is even with the internet connection if the server is not available it does not send.
– Gustavo Almeida Cavalcante