In my code logic I have 30 min time expiration condition. When the current time is equal to time activated + 30 min, the activation will get expired. Internally in the SQLite, I need to update IsActive flag = 0.
How to refresh the app database silently?
How to refresh the app database silently?