For command line or IDE builds with XamarinVS
- Ensure "Project Properties -> iOS IPA Options -> Include Artwork in IPA" is not checked. (Or manually set the
BuildIpa
andIpaIncludeArtwork
properties as mentioned above.)
- Build the app.
- Submit the
.ipa
file using Application Loader.
<Target Name="_CompileITunesMetadata" DependsOnTargets="_DetectSdkLocations;_DetectAppManifest;_GenerateBundleName;_CompileAppManifest">
<Message Text="Skipping CompileITunesMetadata task to prevent inclusion of iTunesMetadata.plist in the IPA" />
</Target>
Source:
- https://forums.xamarin.com/discussion/40388/disallowed-paths-itunesmetadata-plist-found-at-when-submitting-to-app-store/p1
- https://discussions.apple.com/thread/6997898?start=0&tstart=0
- https://bugzilla.xamarin.com/show_bug.cgi?id=29180#c0
No comments:
Post a Comment