We have an existing iOS/tvOS app on the App Store available to customers as a Universal Purchase (same bundleId).
Via Mac Catalyst we are looking to port the iOS app to MacOS and submit/release with the same bundleId.
However, uploading to the store via Apple Transporter gives the following error:
The app is built with Xcode 12.3 and contains a Mac bundle (ABC) embedded inside My.app
Via Mac Catalyst we are looking to port the iOS app to MacOS and submit/release with the same bundleId.
However, uploading to the store via Apple Transporter gives the following error:
Code Block ERROR ITMS-90283: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.XYZ.ABC [com.XYZ.pkg/Payload/MyApp.app/Contents/Resources/ABC.bundle] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal."
The app is built with Xcode 12.3 and contains a Mac bundle (ABC) embedded inside My.app