I've a question for you maybe you can help me. My watchOS app has:
- WKSupportsAutomaticDepthLaunch = true
- WKBackgroundModes = underwater-depth
- com.apple.developer.submerged-shallow-depth-and-pressure = true
- entitlement present in codesign and embedded provisioning profile
The app uses the shallow depth entitlement, but it does not appear in: Settings → General → Auto-Launch → When Submerged.
Is the shallow depth entitlement sufficient for appearing in the system underwater auto-launch app list, or is the full submerged depth entitlement required?