entrig-ios

Installation
SKILL.md

Entrig — Native iOS

Wires the Entrig Swift package into a native iOS project. Push notifications based on database triggers for apps built with Supabase as backend.

Pre-flight

Read the project first:

  • Is this a native iOS project? (*.xcodeproj or *.xcworkspace with Swift/Objective-C — if not, stop)
  • Does the project use SwiftUI (@main App struct) or UIKit (AppDelegate)? (determines where configure goes)
  • How is auth handled? (search for sign-in/sign-out patterns and Supabase auth usage)
  • Does AppDelegate already exist? (SwiftUI apps may not have one)

Only ask the user about what's genuinely unclear or missing. If the Entrig API key is missing, ask them to copy it from https://app.entrig.com → project settings.

Quick integration

1. Add the package

Related skills
Installs
1
First Seen
4 days ago