I need to delete information in a DB 10 minutes after it is created, even if the app is closed.
Currently, I am using a setTimeout and calling a delete service in order to delete the DB information after 10 minutes. However, if the app is closed, I don't think this will work?
What should I try?
Thanks in advance!