{
  "id": 6374669,
  "title": "GrowBook: my reminder app's one job was to remind you. It didn't.",
  "url": "https://urgent.news/2026/09/09/growbook-my-reminder-apps-one-job-was-to-remind-you-it-didnt",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-09T02:54:13.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/shaojie/growbook-my-reminder-apps-one-job-was-to-remind-you-it-didnt-1h20"
  },
  "original_language": "en",
  "account": "GrowBook was just supposed to remind you to water your plant, but the app struggled to deliver its simple purpose. At first, firing the reminder seemed straightforward - a to-do notification. However, creating the app revealed a more complex challenge than anticipated. Modern Android systems don't execute scheduling a notification for 9am tomorrow as a single task; rather, it requires addressing at least three issues, each of which may fail silently. These problems include obtaining the necessary permission to notify, ensuring the correct timing of the notification, and ensuring the reminder survives a phone reboot. The app had to guide users through a series of permission requests and battery-optimization settings to ensure the notifications would work as intended. After weeks of development and testing, the app ultimately became a series of complex permission requests and battery-optimization pleas, rather than the simple notification it was designed to be.",
  "summary": "My app has exactly one job it cannot get wrong: fire a reminder so you water your plant. It's a to-do notification. How hard could it be. It took me a week, and by the end I understood why so many reminder apps quietly don't work. Here's the thing nobody tells you: on modern Android, \"schedule a notification for 9am tomorrow\" is not one problem. It's at least three, and each one fails silently,…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}