|
|
|
|
|
by xg15
2434 days ago
|
|
I think the linked app is more supposed for one-off use-cases - e.g., you're a dev/admin and want to keep an eye on some web service. You could write a simple endpoint in python and have the app poll it over LAN. I think not needing to bother with any kind of third-party is hard to beat in terms of simplicity. > I don't think this app will ever work on iOS, due to Apple's policies. I've not much experience on iOS, so apologies if the answer is obvious, but is there no scheduled task API you could use? At least, you're not supposed to keep the app working in the background in Android either - however, the app's use-case should still be doable with the background scheduling API. |
|