In a few words
- Have an Apple Developer account (paid, yearly)
- Register the app and create a notification key
- Note four pieces of info and paste them under ⚙️ Settings → iOS
What you’ll paste in Notifique
Bundle ID must match on Apple’s site, Xcode, and Notifique, like the app’s ID on iPhone.
Step 1: Apple Developer account
- Go to developer.apple.com
- Sign in with your Apple ID
- If needed, enroll in the Apple Developer Program (yearly fee)
- Wait for Apple’s approval
Step 2: Note your Team ID
- In the portal, open Membership
- Copy your Team ID, 10 characters (e.g.
AB12CD34EF)
Step 3: Register the app with Apple
- Go to Certificates, Identifiers & Profiles
- Identifiers → +
- Choose App IDs → Continue
- Type App → Continue
- Give a name (e.g. “My Store App”)
- Under Bundle ID, choose Explicit and type e.g.
com.yourcompany.app - Check Push Notifications
- Register
Step 4: Create the notification key
- Same portal: Keys → +
- Key name (e.g. “Notifique alerts”)
- Check Apple Push Notifications service (APNs)
- Continue → Register
- Download the
.p8file now. Apple won’t let you download again - Note the Key ID on screen
Step 5: Adjust the app in Xcode (your developer)
Ask whoever maintains the iPhone app to:- Open the project in Xcode
- Confirm Bundle Identifier matches step 3
- Add Push Notifications
- Add Background Modes → check Remote notifications
Step 6: Paste into Notifique
- Open app.notifique.dev → Push → your app
- Click ⚙️
- Scroll to iOS
- Fill Key ID, Team ID, and Bundle ID
- Open the
.p8in a text editor and paste everything, includingBEGINandENDlines - Production: leave on for App Store or TestFlight; off only for dev testing
- Save changes
Step 7: Test
- Push App screen → iOS tab → copy the code
- Run on a real iPhone and accept “Allow notifications”
- Send a test alert from the dashboard

