From 95258ab49e760ed6ccdf628c03f0472597ed1661 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 22 Apr 2026 12:14:36 +0300 Subject: [PATCH] add communication notifications entitlement and intent to main app The main app target needs the communication entitlement and INSendMessageIntent in NSUserActivityTypes for iOS to honor Communication Notifications from the NSE. Co-Authored-By: Claude Opus 4.6 (1M context) --- app.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.config.js b/app.config.js index 5b32a2e296..1f8971209a 100644 --- a/app.config.js +++ b/app.config.js @@ -66,6 +66,7 @@ module.exports = function (_config) { infoPlist: { CADisableMinimumFrameDurationOnPhone: true, UIBackgroundModes: ['remote-notification'], + NSUserActivityTypes: ['INSendMessageIntent'], NSCameraUsageDescription: 'Used for profile pictures, posts, and other kinds of content.', NSMicrophoneUsageDescription: @@ -123,6 +124,7 @@ module.exports = function (_config) { 'com.apple.developer.kernel.increased-memory-limit': true, 'com.apple.developer.kernel.extended-virtual-addressing': true, 'com.apple.security.application-groups': 'group.app.bsky', + 'com.apple.developer.usernotifications.communication': true, // 'com.apple.developer.device-information.user-assigned-device-name': true, }, privacyManifests: {