Einzelnen Beitrag anzeigen

wil32

Registriert seit: 27. Okt 2015
3 Beiträge
 
#4

AW: Apple sagt Beta-Version

  Alt 27. Okt 2015, 19:41
Your info.plist must contain all the folllowing section (the values worked for me):

<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformBuild</key>
<string>12H141</string>
<key>DTXcodeBuild</key>
<string>6E35b</string>
<key>DTSDKBuild</key>
<string>12H141</string>


For me it sufficed to add the DTSDKBuild key.

Compile your app once, check DTPlatformBuild.

Project->VersionInfo add a value DTSDKBuild with same string as DTPlatformBuild
  Mit Zitat antworten Zitat