TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Delayed Messages on iOS

214 pointsby karagenitalmost 3 years ago

17 comments

texaslonghorn5almost 3 years ago
I think this is a cool hack. And I frequently use delayed messages on Google Messages to obscure my late working hours and refrain from disturbing people with a 3AM notification.<p>But I&#x27;ve thought about this a bit recently, and I don&#x27;t think I should have to worry about bothering someone at 3 AM. I don&#x27;t think it&#x27;s unreasonable to expect other people to have do not disturb on &#x2F; notifications off whenever they don&#x27;t want to be disturbed.<p>And one cautionary tale about scheduling messages (email in particular): I once encountered a problem at 3AM and scheduled an 8AM text to tell someone about it, but they woke up at 6AM and immediately fixed it and were confused why I still had the problem two hours later (when my message arrived).
评论 #31982200 未加载
评论 #31981653 未加载
评论 #31981638 未加载
评论 #31981536 未加载
评论 #31981635 未加载
评论 #31982088 未加载
评论 #31981482 未加载
评论 #31983156 未加载
评论 #31981800 未加载
评论 #31982661 未加载
评论 #31982014 未加载
LeonenTheDKalmost 3 years ago
Another common feature of a default app that Apple lacks is having multiple timers on the iPhone clock app. Most often used by my partner when cooking and there are a couple things going that need different times. This is a feature in my Pixel and I just can&#x27;t understand what reason there is to not include it.<p>That said though, this is a fantastic work around, I love seeing clever uses of tools to make them do things their creators (probably) didn&#x27;t necessarily intend.
评论 #31981021 未加载
评论 #31981423 未加载
评论 #31981034 未加载
评论 #31981074 未加载
评论 #31981270 未加载
评论 #31981951 未加载
thunfischbrotalmost 3 years ago
&gt; so I had come to depend on it in my daily workflow. It’s especially useful in situations where I have a work-related thought at 3AM and don’t want to risk waking up and annoying my co-workers.<p>At first glance this seems like a perfect match for e-mail instead of iMessage or SMS.<p>From least to most urgent: Postcard E-Mail Slack iMessage SMS Call
评论 #31981459 未加载
yardstickalmost 3 years ago
&gt; It’s especially useful in situations where I have a work-related thought at 3AM and don’t want to risk waking up and annoying my co-workers.<p>Just send an email?<p>If it doesn’t require an immediate response, use email.<p>Also if it’s iPhone to iPhone you likely won’t interrupt the other user since they would&#x2F;should have night mode on anyway.
评论 #31981481 未加载
评论 #31981538 未加载
评论 #31981970 未加载
avnigoalmost 3 years ago
Adding a new calendar for this seems odd. You can skip that step and load your messages from the Notes app, or use something like Data Jar [0] to store your messages in the desired structure, alongside the phone number and date&#x2F;time you expect them to go out on (assuming you have set multiple automations throughout the day that would check if a message needs to be sent out that hour).<p>Admittedly this is still a bit hacky, but good to see that it&#x27;s possible.<p>[0]: <a href="https:&#x2F;&#x2F;datajar.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datajar.app&#x2F;</a>
MBCookalmost 3 years ago
I understand why Apple is hesitant to add the feature.<p>But this is a fantastic shortcut to get around the limitation.
评论 #31980942 未加载
评论 #31980935 未加载
评论 #31982944 未加载
green-saltalmost 3 years ago
I feel like this is trying to dodge IM and email noise fatigue and having that bleed into texts. I&#x27;m nocturnal when I have the choice so I understand, but would definitely mute a coworker if they regularly texted me on a schedule for when I wake up.
EGregalmost 3 years ago
For what it&#x27;s worth, our &quot;Groups&quot; app (which has been downloaded by 10 million people in 95+ countries) has offered this kind of feature for years. It lets you set reminders to send mass messages to people. It also does things like list contacts by the time you met them, so if you went to a party last night or a week ago, you can see who you have to follow up with.<p>We meant to turn it into a full-fledged ORM, but we got busy with the Qbix Platform. Anyway, if you want to give it a try, go here: <a href="https:&#x2F;&#x2F;qbix.com&#x2F;GROUPS" rel="nofollow">https:&#x2F;&#x2F;qbix.com&#x2F;GROUPS</a>
sbaildonalmost 3 years ago
There’s an automation that’s triggered when you receive an email. Coupled with Mail’s “Send later” feature in iOS 16 and some parsing, you can send messages at any time you want.
null0pointeralmost 3 years ago
When shortcuts were first released I immediately tried to implement delayed messaging too. In the end I wasn’t able to get it working and gave up. Great job finding this workaround!
kritralmost 3 years ago
This is a really fun feature. I used this to make automatic birthday messages based on the birthday’s calendar.<p>Since the contacts app syncs with the birthday calendar, it’s easy enough to map names to phone numbers.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3gXL1S4MnyE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3gXL1S4MnyE</a>
rsyncalmost 3 years ago
I usually send sms from the Unix shell so a delayed message takes the form of:<p><pre><code> sleep 7200 ; sms … </code></pre> (Where ‘sms’ is a shell script that hits the twilio api with curl)<p>If I drop my phone in the river I can still send sms from my own phone number.<p>Not “blue” bubble though…
评论 #31981776 未加载
ideamotoralmost 3 years ago
I find as I get older, I want to simplify. I know setting this up would be easy but it’s just one more thing to mess with that isn’t tackling a fundamental issue. The fundamental issue here is why you want to send delayed messages not how.
评论 #31982752 未加载
yieldcrvalmost 3 years ago
forget work, This would be useful for texting someone you’re interested in that would be wary of someone that text at an odd hour or “too soon”, just send the thing you are thinking of at the time but set a delay!
xystalmost 3 years ago
very useful, thanks for sharing!<p>I ended up configuring the shortcut to use the location field rather than title field. So at least my calendar won&#x27;t look odd.<p>Still works as expected. I wasn&#x27;t entirely sure how to format the text field so it would pick up the phone numbers (in case of group messages). So I just went with my gut and used a space separator for each distinct number and typed the fully qualified number (ie, +1YYYXXXZZZZ)
vimyalmost 3 years ago
You can make a new shortcut that is triggered by a specific hour. Not sure why this post says it can’t be done.<p>I used it last month to wish someone happy birthday.
tumdum_almost 3 years ago
Work though at 3am? Sounds like a really unhealthy relationship with work. Not surprised author is from states.
评论 #31981580 未加载
评论 #31981347 未加载