App Store Connect API Key
Used for code-signing builds and submitting to the App Store.Getting the key
- Open App Store Connect and go to Users and Access → Integrations → App Store Connect API.
- Click + to create a new key. Give it a name (e.g. “Blockli Build”) and set the role to Developer or Admin.
- Note the Issuer ID shown at the top of the page.
- Copy the Key ID shown next to your new key.
- Click Download API Key — this downloads a
.p8file. You can only download it once.
Uploading to Studio
In Studio, paste or upload:APNs Auth Key
Used to send push notifications to iOS devices via Apple Push Notification service.Getting the key
- Open Apple Developer and go to Certificates, Identifiers & Profiles → Keys.
- Click + to create a new key.
- Give it a name (e.g. “Blockli APNs”) and check Apple Push Notifications service (APNs).
- Click Continue, then Register.
- Copy the Key ID.
- Click Download — this downloads a
.p8file. You can only download it once.
One APNs key works across all apps in the same Apple Developer account. If you have multiple Blockli apps, you can reuse the same APNs key.
Uploading to Studio
App identifier
Before triggering a build, ensure your iOS app identifier is registered in App Store Connect:- Go to Certificates, Identifiers & Profiles → Identifiers.
- Click +, choose App IDs, and register your bundle ID (e.g.
com.yourcompany.yourapp). - Enable Push Notifications capability on the identifier.

