Hi team.
I've always used the manifest download link to install my test app like
itms-services://?action=download-manifest&url=https://host.sample/sampleManifest.plist
However, at the iOS 16, it was found that installation errors occurred when the value of the bundle-identifier of the manifest was set to * like
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>*</string>
</dict>
and install error logs are :
item being installed did not contain an app with bundle ID “*”, but it did contain app(s) with bundle ID ${real bundle id}
I wonder if there is a way to use it instead of real app bundle id like '*'.
thanks.
The bundle-identifier
key must be present and accurate in the enterprise app manifest.
https://developer.apple.com/documentation/devicemanagement/manifesturl/itemsitem/metadata
If your scenario makes specifying an accurate bundle-identifier difficult, please describe your use case in detail in Feedback Assistant.