I know everyone seems to be having variations of this issue but I'm seeing this with one of our InHouse apps, the others have compiled/installed/run on iOS devices with no issues but this one app is proving stubborn.
Im running Monterey 12.0.1 with Xcode 13.1. The app is targeting iOS 15, it builds and runs on iPhone 13 Pro 15.1.1 from Xcode fine. I've Archived and Exported with automatic code signing like all our other apps.
Running codesign -dvvvvv ./Payload/AppName.app
gives
CodeDirectory v=20400
Page size=4096
-7=f98e5aa1b62669f050c7f71f4a36834a291ba177b4b8ce8a746de324098ce336
-6=0000000000000000000000000000000000000000000000000000000000000000
-5=d1343f304ebed50ddd6d18e38b6602a00cd6e784e02bfe9c5aef1240ace1734e
-4=0000000000000000000000000000000000000000000000000000000000000000
-3=fdec1782c98ec9832e5641b126404722b9bcd1e339da35f46766afae8b44dde6
-2=3fe1b0c56bb490dbc4f2e446ce534fcf547abecd63ffa198978b9615f28ecff6
embedded.mobileprovision also contains
<key>DER-Encoded-Profile</key>
<data>MIINkAYJKoZIhvcNAQcCoIINgTCC...</data>
If I drag the .ipa onto the phone in the devices window the app installs and runs.
However, If I install the app OTA with
itms-services://?action=download-manifest&url=https://website.com/manifest.plist
I get the "Developer needs to update the app..." message.
Any help would be greatly appreciated.
Thanks,
Richard