Friday, 17 May 2019

Background Fetch at Specific Time

I am looking for solution to get data in background mode even app is terminated. There are lots of tutorials and answers available for this questions, but my questions is different than other. I haven't find any proper solution on stackoverflow, so posted this question.

I have scenario which I can explain. I'm using realm database which store event date, name, time, address etc. Now the thing is that, I want to write a code which are execute in background, In this code I want to get all event data and compare their date with today's date. And based on days remaining between these days fire local notification to remind user about how many days are remaining for specific event.

I want to call this background fetch method exactly 8 AM in local time everyday.

I haven't write any code due to confused with Background fetch and implementation. Can anyone know how to implement this ?

Help will be appreciated.



from Background Fetch at Specific Time

No comments:

Post a Comment