WatchOS Companion app on VPP Crashing on Launch

Hello, I sent this in as a feedback several weeks ago about watchOS 26.2 beta 2 but since the issue is still active now that watchOS 26.2 is in production I'm reposting here for the community. I would also like to submit a DTS about this issue but honestly don't know the best way to go about it and would appreciate advice about that.

There seems to be an issue with VPP distribution for our app on watchOS 26.2. When our watchOS companion app is launched after being installed through VPP to a supervised iPhone, it encounters a dyld error before main() or any application code is even called. The same app launches correctly in every other circumstance we could imagine and test: – Installed through VPP on supervised devices running watchOS 26.1. – Installed from the app store (using an apple id) on a supervised iPhone and paired watch running iOS 26.2 / watchOS 26.2. – Installed through Testflight on a supervised iPhone and paired watch running iOS 26.2 / watchOS 26.2. – Installed through the app store on unsupervised devices running watchOS 26.1 and 26.2.

This strongly appears to be a VPP signing issue because we even did the following experiment:

  1. Install iPhone and Watch apps through the App Store on a supervised device pair running public iOS 26.2 beta 2 / watchOS 26.2 beta 2.
  2. Verify that both apps launch successfully.
  3. Use an MDM command to install from VPP over the existing installations
  4. Verify that the watch app fails to launch (the iOS app is unaffected)

My feedback included some crash logs which I won't be reposting publicly here. Any feedback or ideas appreciated.

Following up here. This is of course infernally annoying to test and debug: there is no response from Apple on this issue or documentation about VPP vs App Store differences. Furthermore we can only test our attempted changes by submitting a new build to the app store, waiting for approval, and then trying to deploy to our devices with VPP.

What we can confirm is:

– This is happening with other watch companion apps installed through VPP. HOWEVER a couple of watch companion apps I tested DID work. I would be happy to provide a list for comparison to Apple if it's helpful.

– We tried adjusting a bunch of project settings related to optimization, dead code stripping, symbol stripping, etc. following a mix of online and AI-based guidance about potential objective-c metadata issues flagged from the crash logs. Our app is primarily based on Swift 5 but it does target some objective-c pods and frameworks which haven't changed in years. This didn't help.

– Our app used the old WatchKit architecture with both an app target and an extension target. We tried rearchitecting our entire project to use the modern WatchKit approach to companion apps in the hope that it would change the way that VPP handles install and licensing. Unfortunately, after another round of app submission and testing, this also didn't work.

– This regression persists in watchOS 26.3. As a reminder, this issue was introduced in watchOS 26.2.

This leaves us in a pretty pathetic situation. There is no documentation, logging, or testing framework that we have been able to find to further figure out this problem. Apple won't answer us here or in feedback and DTS won't accept a ticket without a minuscule sample project file. Creating a sample project would be a huge hurdle, as it would involve creating a dummy app that can be submitted to the app store, and then iteratively guessing about potential issues, adding to the project, submitting to the store, and testing on VPP.

Any feedback or help is appreciated.

WatchOS Companion app on VPP Crashing on Launch
 
 
Q