Why "offline" often isn't
The App Store's offline claim covers a lot of sin. Three things break it in practice:
- Ads. Ad-supported games fetch ads over the network. Offline, the level plays but the ad slot stalls, spins, or blocks the next-level button. This is the number one cause of "offline" games not working offline.
- Cloud-first saves. Some games treat the local save as a cache. Airplane mode makes them queue writes or refuse to start where you left off.
- Login walls. Account screens that "retry connection" forever before the menu appears.
The pattern to look for, then, is a game whose business model does not depend on a connection. Which leads straight to the no-ads question: ad-free puzzle games are usually offline puzzle games.
The 60-second offline checklist
- Check for an ad SDK. On the App Store listing, open App Privacy. Tracking + ad networks means ads, and ads mean network.
- Look at the price model. Paid games and one-time-unlock games have no reason to phone home mid-session.
- Test airplane mode on day one. Load a level, play it, force-quit, reopen. If everything resumes, the game is honest about offline.
- Download content in advance. A few puzzle games stream level packs; check Settings for a download-all option before traveling.
Good offline puzzle genres for travel
Logic puzzles travel best by nature: no servers, no opponents, no matchmaking. The genres that work reliably in airplane mode:
- Color escape / arrow puzzles (OutTheyGo's genre): local boards, instant save, session lengths that fit a boarding queue or a full flight.
- Sliding block and unblock puzzles: fully local, endless variants.
- Number logic (sudoku, nonograms, kakuro): the classic offline companions.
- Solitaire and tile-matching: fine offline when ad-free versions are chosen.
OutTheyGo as an offline game
OutTheyGo was built offline-first, which is easy to verify from its feature list:
- No ad SDK at all, so nothing needs fetching between levels.
- Progress saves to the device instantly, and syncs through iCloud when a connection happens to exist.
- Every level is generated deterministically on device, from Level 1 to the deep hundreds. No level packs to stream.
- Game Center and leaderboards are optional and queue gracefully when offline.
The result: the game you play on a plane is identical to the one you play at home, streak included.
FAQ
Does OutTheyGo work in airplane mode?
Yes, completely. Levels, saves, settings, streaks and every puzzle feature work with the network off. iCloud sync and Game Center catch up when you reconnect.
Why do some 'offline' games freeze without wifi?
Almost always ads: the game reserves a slot for an ad that cannot load, and the interface waits on it. Ad-free games do not have this dependency by construction.
Do offline puzzle games sync across devices?
The good ones do, via iCloud when a connection exists. OutTheyGo stores progress on device for offline play and syncs through iCloud across your iPhone, iPad and Mac.