I’m managing an Apple Watch (WatchOS 10.1) paired with an iPhone 14 Pro (iOS 17.1) using a custom MDM configuration. Certain Watch apps and services, including Weather, Health, and Notifications, are failing to function correctly. Logs show errors related to missing app bundle IDs and connectivity issues.
Examples of Errors:
com.apple.NanoTimeKit error 16:01:03.451560-0600 NTKFaceSnapshotService
Error. Missing .app from directory: file:///Applications/MobilePhone.app/Watch/
com.apple.wcd error 16:00:56.978471-0600 wcd
Error getting iOS app bundle ID for watch app bundle ID com.apple.private.NanoTimer (ACXErrorDomain:19)
- This error repeats for com.apple.Weather and com.apple.HealthKit.
default 16:00:56.907741-0600 nanoprefsyncd
[NPSPrefPlistProtectedUtil isPlistProtectedAtPath:]: Protection Class for file://.../NanoDomains/... is -1
default 16:00:40.484105-0600 Bridge
Error: MCUI Watch manager failed to install profile with error: Error Domain=com.apple.identityservices.error Code=23
Steps Taken:
Updated the MDM profile to include relevant Bundle IDs.
Verified Bluetooth and Wi-Fi connections.
Re-paired the Apple Watch with the iPhone.
Questions:
What are the required Bundle IDs for Watch apps and their iOS counterparts to ensure proper syncing?
How can I resolve errors like Error getting iOS app bundle ID or Missing .app from directory?
Are there additional permissions or configurations needed to fix these issues?