Blue Reacher
Apple and iMessage: how this works30 / 50

Apple and iMessage: how this works

Straight answers on what Blue Reacher's relationship to Apple is, why no A2P registration is required, what the platform risk actually is, and how the architecture limits it.

Every technical evaluator asks the same three questions before building on an iMessage platform. Here they are, answered without marketing.

Is Blue Reacher an official Apple partner?

No, and neither is any other iMessage marketing platform. Apple does not sell an outbound marketing API for iMessage. Apple's business messaging product, Messages for Business, is a support channel that customers initiate; it does not let a business start a conversation with someone who has not written first, which is the opposite of what outbound needs.

Anyone claiming to be an authorized Apple partner for outbound iMessage is either describing Messages for Business, which is a different product, or is not telling you the truth. We would rather you hear that from us before you build than discover it later.

So what is actually happening?

Blue Reacher operates dedicated iMessage lines, real phone numbers on managed infrastructure that sends and receives through the same iMessage service consumer devices use. When you call the API, we route the message through the line assigned to your workspace. That is why the messages arrive as blue bubbles with read receipts, typing indicators, and full-quality media: they are genuine iMessages, not a lookalike.

This is also why the ramp and the daily ceilings exist. The infrastructure behaves like a person messaging from a phone, and the rate limits keep it inside that envelope.

Why is there no A2P registration?

A2P 10DLC registration is a carrier requirement for application-to-person SMS traffic on US carrier networks. iMessage does not travel over carrier SMS infrastructure, so there is no carrier registration step, no campaign approval queue, and no per-campaign vetting fee. Messages that fall back to SMS are delivered through the platform without you filing anything.

Not filing a carrier form does not change your legal obligations. The TCPA applies to the message, not the transport, which the compliance guide covers in detail.

What is the platform risk?

State it plainly: Apple controls the service, and a platform that depends on Apple's service carries that dependency. Any provider in this category, including us, is subject to it.

What reduces it in practice:

  1. Dedicated lines per workspace. Your sending is isolated from other customers' behavior, which is not true of shared-pool providers.
  2. Human-plausible sending patterns. The ramp, the daily ceilings, the randomized pacing, and the automatic capacity reduction when a line's report rate climbs all exist to keep behavior inside normal ranges. Volume-maximizing providers carry meaningfully more risk than this.
  3. Channel fallback. Every message can fall back to SMS, so a program built on Blue Reacher is not architecturally stranded if iMessage becomes unavailable for a recipient or a line. Your integration, your contact records, your webhooks, and your automations continue to work; the delivery channel changes.
  4. Replacement lines. If an individual line degrades or fails, we replace it. Line health is monitored per line and the recovery process is documented in deliverability.

What we do not claim

We do not claim Apple authorization, endorsement, or partnership. We do not claim the channel is immune to change. We do not publish client names as proof of legitimacy, because customer lists are not evidence about platform risk and our clients did not sign up to be someone else's due diligence.

What this means for your build

Build against the API the way you would build against any external dependency: carry your CRM record ids in metadata and custom_fields so your records own the relationship, store conversation history on your side as well as ours, and treat delivery_channel as a variable rather than a constant. Everything in key concepts is designed to make that straightforward, and it is the same discipline that makes the fallback path useful rather than theoretical.

On this page