Problem Description:
ipa trial, get feedback from Apple ITMS-90620: Invalid iMessage App - Your iMessage app contains an invalid sticker pack. The app may have been built or signed with non-compliant or prerelease tools. For more information, go to developer.apple.com.
Since we added sticker (Messages Application Extension)
we checked
- There is no problem with bundleid of ipa and bundleid of sticker
- We found that hxl.xcarchive contains the MessagesApplicationExtensionSupport folder, and there is a file named MessagesApplicationExtensionStub in it
- But we did not include the MessagesApplicationExtensionSupport folder after exporting ipa from hxl.xcarchive
Our command line to export ipa is: xcodebuild -exportArchive -archivePath build/20230203_130051/hxl.xcarchive -exportPath build/20230203_130051/ -exportOptionsPlist ExportOptions.plist