tiki-deprecated / app

TIKI DAO 🤫
MIT License
13 stars 6 forks source link

Implement schedule system #550

Closed ricardobrg closed 1 year ago

ricardobrg commented 2 years ago

Implement the schedule system to daily check for app updates and fetch data.

Acceptance criteria: 1 - Simulate background fetch in iOS and trigger the callback. (https://pub.dev/packages/background_fetch#-debugging) 2 - Simulate jobscheduler in Android and trigger the callback (adb shell cmd jobscheduler run -f )