mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-14 14:19:57 +02:00
UIBackgroundModes declared `remote-notification`, but the app has no APNs code: notifications are local only, through UNUserNotificationCenter. The background transfer assertion uses beginBackgroundTask, which needs no declared mode. An unused background mode is gratuitous review surface. NSBonjourServices held a single empty string, which is not a valid service type. Nothing in the core browses or advertises Bonjour services — iroh's local-discovery feature is not enabled — so the key served no purpose. NSLocalNetworkUsageDescription stays: direct connections to peers on the same network still need it.