APNs setup

Production iOS push — step-by-step

0/7

Follow each step. We keep your inputs in this browser only — paste the final values into Lovable Cloud → Secrets at the end.

Create an APNs Auth Key

  1. Open Apple Developer → Keys
  2. Click +, name it Solo APNs (production), check Apple Push Notifications service (APNs), continue → register.
  3. Download the .p8 — Apple will not let you download it again. Save a copy in 1Password.

Copy the Key ID

10 uppercase letters / digits — shown next to the key you just created.

Must be exactly 10 chars (A–Z, 0–9).

Copy your Team ID

10 chars — top-right of the developer portal next to your name.

Must be exactly 10 chars (A–Z, 0–9).

Confirm Bundle ID

Must match the iOS target in Xcode. Default for Solo is app.solo.mom.

Looks valid

Also enable in Xcode

Identifiers → app.solo.mom → check Push Notifications. In Xcode, Signing & Capabilities → + Capability → Push Notifications.

Paste the .p8 contents

Open the downloaded AuthKey_*.p8 in any text editor and paste the entire contents — including the BEGIN/END lines.

Must include both BEGIN PRIVATE KEY and END PRIVATE KEY lines.

Send test push using pasted secrets

Try a real APNs delivery before saving secrets to Lovable Cloud. This sends one test push to your iOS device using the credentials above.

Complete steps 2–5 above to unlock the test push button.

Save secrets in Lovable Cloud

Open Connectors → Lovable Cloud → Secrets and add the four values below. Use Copy next to each row.

APNS_KEY_ID

— not set —

APNS_TEAM_ID

— not set —

APNS_BUNDLE_ID

app.solo.mom

APNS_AUTH_KEY

— not set —

Fill in steps 2–5 above before saving secrets.