How Alora Wake makes sure it wakes you.
The promise underneath the product is simple: if a scheduled alarm reaches its time, you will hear it. Getting that right doesn’t come from a single mechanism. It comes from layering several, so that if one piece doesn’t fire, the next one does.
Here’s what those layers actually are — without the engineering jargon.
The wake chain
1. The system-level alarm
iOS makes a built-in alarm capability available to apps that wake people up. This is what fires first. It plays sound from your iPhone’s primary speaker route, on the lock screen, even when the app isn’t open. It’s the same capability Apple’s built-in Clock app uses.
2. A backup notification
We also schedule a backup with iOS for the same moment. It’s registered with the system itself, so it can fire even if Alora Wake isn’t running. If the first layer doesn’t reach you, this one is already standing by.
3. An audible-confirmation check
A few seconds after your alarm should have started, the app checks that sound is actually coming out — not just that it was instructed to. If streaming has stalled, if a Bluetooth speaker has dropped, if playback hasn’t started for any other reason, the check catches it and hands off to the next layer.
4. A sound bundled inside the app
At the bottom of the stack, a wake sound lives inside the app itself. No streaming. No network. No third-party service. If everything connected stalls, this is the layer that still plays — from the device, on its own speaker.
What this doesn’t mean
We won’t pretend the layering covers every situation. It doesn’t. The most honest way to describe the edges:
- ·If your battery is dead, no alarm fires. Plug it in or charge it before bed.
- ·If your phone is fully powered off, no alarm fires. Same answer as a dead battery.
- ·If you’ve revoked notification permissions, the backup layer is weaker. We’ll tell you when this happens; you can re-enable it in iOS Settings.
- ·If your iPhone is in Airplane Mode and Bluetooth is disabled, Apple Music won’t play — but the bundled sound underneath still does.
- ·If your iPhone’s ringer is muted, the bundled sound plays at the app’s set volume; the streaming layers respect your iOS Ringer & Alerts setting.
The honesty about edges is the trust. If we told you the alarm fires under every conceivable condition, you’d have no way to spot the moment we’re wrong.
What we won’t do
- ×We won’t put a 99.x% reliability number on the site. There’s no instrumented production source that could defend it, and overclaiming dilutes trust if the alarm ever fails for you.
- ×We won’t use absolute words like “guarantee” or “fail-safe.” Layered, yes. Guaranteed under any condition, no.
- ×We won’t sell your data, run ads, or follow you between apps. The details are at /privacy.