1
I am working on an app for doctors, in this application I need to notify the user when the time of scheduling is equal to the mobile.
Doubts and problems
- How to do a function that compares the current time to the time of scheduling coming from the API, with the closed application, in the background, active and thus, notify the user
accept tips on how to do this in an easier way
I can make the code available, I didn’t put it here because I can’t develop this part
I don’t know the technology but the idea is right, this kind of processing has to be done on the server side and informed via push notification For the mobile app, the mobile platform generally supports waking and notifying apps that are dormant or disconnected for resource-saving reasons. + 1
– Piovezan
Excellent, thank you very much!
– Brener Sousa