webmobile

Mobile App Version 1.2, Xcode Cloud Notifications, and Webhook Improvements

Xcode Cloud Notifier

A new webhook endpoint at /api/xcode-webhook/[deviceId] accepts Xcode Cloud webhook payloads and forwards them as push notifications to a registered device. Parses the build event to include the app name, build number, branch, and event type in the notification.

Configure it in Xcode Cloud by adding a webhook pointing at that URL with your device ID.

Mobile App — Version 1.2

  • Resolves an issue where some reference guides displayed incorrectly when viewed
  • Adds a unified view of webhook events and custom notifications

Webhook Session Idle Timeout

Webhook sessions now detect inactivity. If no requests are received for 30 minutes, the session enters an idle state and displays a prompt to re-activate. Previously, sessions would hold open an SSE connection indefinitely.

Download on the App Store