K Kibo Get Kibo

Do keyboard theme apps actually change your keyboard?

Some “keyboard” apps on the App Store never touch your actual keyboard at all — they generate a wallpaper and ask you to hide the real keys behind it. A 20-second check tells the two categories apart before you download.

Search “keyboard themes” on the App Store and you get two genuinely different products back, and nothing in the listing tells you which one you are looking at. One kind installs a keyboard extension: the keys really are a different colour, in every app, because a different piece of code is now drawing them. The other kind never touches the keyboard at all. It generates an image, tells you to set it as a wallpaper, and lets you believe the picture behind your still-grey keys is the theme.

The one thing a “keyboard app” has to do

On iOS, the only way an app can change what you actually type on is to ship a keyboard extension and have you add it by hand: Settings → General → Keyboard → Keyboards → Add New Keyboard, where it shows up under “Third-Party Keyboards”. That step exists because iOS keeps every extension switched off until you do it — see how to add a custom keyboard on iPhone for the full walkthrough. Once added, the extension is the thing drawing the keys, so it can set any backdrop, any key colour, any pressed-state, any sound, in every app you type in.

If an app never asks you to do that — no button that opens Settings, no mention of “Add New Keyboard”, nothing to switch on in your keyboard list — it has not become a keyboard. Whatever it just showed you was something else.

The wallpaper trick

The something else is usually a picture. The app generates an image styled to look like a keyboard — key outlines, letters, a colour scheme — sized to sit as a Lock Screen or Home Screen wallpaper, or as the background of a widget. You are then walked through setting it as your wallpaper, sometimes with an instruction to make your actual keyboard partially transparent in a supported app so the picture shows through. Screenshotted and posted next to a caption, the result looks exactly like a themed keyboard. Typed into, it is not: the letters underneath are still Apple’s grey keys, unchanged, because nothing about how they are drawn ever ran through the app.

The tell is what happens when you press a key. On a real theme, a key visibly reacts — it lifts, darkens, glows, whatever that theme’s pressed-state is — because the extension is redrawing that exact key in response to your finger. On a wallpaper, nothing under your finger changes at all, because the image cannot see you typing. It is a picture sitting behind the keyboard, not a keyboard.

A 20-second check before you trust one

  1. Install the app and follow whatever it tells you to do first.
  2. Open the iOS Settings app and go to General → Keyboard → Keyboards.
  3. Tap “Add New Keyboard…” and look under “Third-Party Keyboards”.
  4. If the app’s name is there, tap it to add it — it is a real keyboard extension, and everything the app promised is something the keyboard itself can now draw.
  5. If the app’s name is nowhere in that list, it never asked iOS for keyboard capability. Whatever it showed you was a wallpaper, a widget, or a screenshot — not a keyboard.

This check costs less time than reading the reviews, and unlike the reviews it cannot be wrong.

Why some apps take the wallpaper shortcut

Building a real keyboard extension is more work than generating an image. It means a second app target with its own display code, its own tight memory limit, its own handling for every key’s pressed state, and it means asking the user for that extra “Add New Keyboard” step — real friction that some fraction of installs will not push through. A wallpaper is a single static asset and a set of instructions; it ships faster and never gets rejected for a crash inside an extension it does not have.

The trade-off is that a wallpaper can only ever sit in one place — behind a widget, or behind an app that happens to render its keyboard with a transparent background — not inside every app you actually type in. It cannot make a sound, because there is no code running when you press a key. And it cannot be a different “theme” for a different mood without you manually changing your Lock Screen or Home Screen each time, which is a wallpaper problem to solve, not a keyboard one.

What a real keyboard extension can draw, and what it needs to

None of the drawing above needs any special iOS permission. A keyboard extension can set its own backdrop, key fill, pressed state, corner radius, text colour and sound with nothing more than the ability to add it in Settings — the same “Full Access” toggle that governs network requests and the system clipboard has nothing to do with any of it, and can stay off. So “does this app ask for Full Access” is not the test; “does this app appear under Add New Keyboard” is.

Where Kibo fits

Kibo is a real keyboard extension — it follows the exact Settings path above and shows up under Third-Party Keyboards once installed. Its 56 themes and 15 backlight effects are drawn by the keyboard itself, key by key, in every app you type in, not behind it, and every one of them works with Full Access left off.

Frequently asked questions

An app’s preview screenshots show a perfectly themed keyboard — isn’t that proof it works?

A screenshot cannot show you whether the keys reacted to a real press or whether you are looking at a picture. Open Messages or any app you actually type in and press a key: a real theme’s keys visibly react to your finger, a wallpaper’s do not, because nothing is redrawing them.

Does a legitimate keyboard theme app need Full Access?

No. Drawing colour, patterns and animation is ordinary work for a keyboard extension and needs no special permission. Full Access only covers network requests and the system clipboard, so its presence or absence tells you nothing about whether an app is a real keyboard.

Can a wallpaper-based “keyboard” app ever type for me?

No — it is not a keyboard at all, just an image. You are still typing on whichever keyboard is actually active, Apple’s own or a genuine third-party one, and the wallpaper only ever sits behind it in the one place it was set.

Try it on your own keyboard

Kibo is a free custom keyboard for iPhone with real mechanical key sounds, a wardrobe of themes and RGB backlight effects. No account, no ads, and it works with Full Access left off.

Download on the App Store

Related guides

All guides