I am currently developing a reminder application for SailfishOS. There's one thing I haven't been able to figure out yet:
Is there a possibility to register with the OS for a specific date (and maybe an ID), so that my app will be invoked to do its reminder thing? This should also be working when my app has been stopped or the phone has been rebooted, so I assume that a QML Timer
will probably not be an option.
Ideally I am looking for a QML/JavaScript solution (if possible), because my C++ skills are non-existent. I have also been browsing repository of some open source projects, but haven't found a solution yet.
Links to relevant source repositories are also very appreciated...