通过Application Loader上传时,您必须为此请求提供cfbundleidentifier

时间:2018-06-01 12:00:42

标签: xamarin.forms itunesconnect cfbundleidentifier

我正在尝试通过ApplicationLoader上传IPA。但是当我尝试上传IPA时,我收到错误,你必须为此请求提供CFbundleidentifier。 Error Screen。我使用Visual Studio 2017生成了IPA。我查看了Info.plist,但发现存在CFbundleidentifier。但我不知道为什么会这样,我正在做什么错。我的info.plist xml在

之下
<key>BuildMachineOSBuild</key>
<string>16G1314</string>
<key>CFBundleDisplayName</key>
<string>xxx</string>
<key>CFBundleExecutable</key>
<string>ATSDriver.iOS</string>
<key>CFBundleIconFiles</key>
<array>
    <string>Icon-60@2x.png</string>
    <string>Icon-76.png</string>
    <string>Icon-76@2x.png</string>
    <string>Default.png</string>
    <string>Default@2x.png</string>
    <string>Default-568h@2x.png</string>
    <string>Default-Portrait.png</string>
    <string>Default-Portrait@2x.png</string>
    <string>Icon-Small-40.png</string>
    <string>Icon-Small-40@2x.png</string>
    <string>Icon-Small.png</string>
    <string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
    <key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>AppIcons20x20</string>
            <string>AppIcons29x29</string>
            <string>AppIcons40x40</string>
            <string>AppIcons60x60</string>
        </array>
        <key>CFBundleIconName</key>
        <string>AppIcons</string>
    </dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.Driver</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>FASTMILE</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9</string>
<key>CFBundleSignature</key>
<string>????</string>

0 个答案:

没有答案