I've been looking for an app that allows me to track a variety of subscriptions and send me a notification when they're about to renew. Thought I'd ask here to see if you guys use any app in particular. Be nice if it was free. I'd rather create an Excel spreadsheet than pay $5 for an app. But I am open to persuasion.
Want
- ability to set custom renewal date
- add cost (and custom icons, bonus)
- variety of notification options
- add more than 5 subscriptions
So far I've tried Bobby and Subscription Manager. Both were good to begin with but then I had to pay if I wanted to add more than 3/4 subscriptions to the list.
Device: iPhone XR
Subscriptions: Amazon Prime, Patreon, Real-Debrid, YouTube Premium, Apple TV, Blokada Cloud, Plant Projects Oat Milk, Xbox Game Pass Ultimate, NBA International League Pass, Kaspersky, Driver Booster 9, Survey Monkey, Skinny Broadband (6 months free), and a couple others.
Why not use Google Calendar with Google App Script?
I track a lot of my bills and subscriptions by using my Google Calendar. Generally, bills and subscriptions expire at around the same date every month. So you should be able to set a recurring event reminder and only need to do this just once. Then, have Google App Script automatically read your Google Calendar and either send you email reminders 1~2 days before your bill or subscription is due, or create a Task in Google Task.
Regarding my bills, they're all sent to me via emails and so I can make Google App Script read my emails in my Gmail (based on labels that are automatically applied to the emails), then automatically create calendar entries for me.
Google App Script can pretty much talk to every Google service and is super powerful. Of course, you'd need to know a bit of coding, but just Google for tutorials, there are plenty out there and that's how I learned.
I can easily check my email, my calendar or Google Task for any reminders on anything that I want. The nice thing is that I can easily get my Google Nest Mini or my Amazon Echo to read out my reminders on my calendar, which again are created by Google App Script and so I don't have to do anything. The reminders are configured 1~2 days before the due date, so whenever my Google Nest Mini or Amazon Echo announces something bill related, I'll know that it's about to be due and double check that I've paid them.
I also use this app called Wallet, which can sync bank transactions from ASB, ANZ, etc and are synced as read-only. You get to see a lot of info on a web portal dashboard, as well as within the app. It shows you so much detail, finance and budget related forecasts, based on your account balance.
It also allows you to set recurring reminders for bills and subscriptions. You can pay a lifetime fee for this and it's worth it.
I mean, there are heaps of solutions out there and I am super forgetful, which is why I have the current setup.