不使用 xcode 8 在苹果商店中显示构建
doesn't display build in apple store using xcode 8
我最后3到5天上传试试...
我在构建完成后上传构建时间 itune connect 显示处理消息检查 itune connect 不显示构建版本和处理消息。
多次使用存档 window 和应用程序加载器上传构建(不同构建版本),但 itunes connect 不显示构建。上传消息显示完成。
New Build Upload Project v1.1 and build v 1.1.1
Screen 1
Screen 2
Screen 3
我解决了我的问题:
我在 plist 文件中添加了 NSPhotoLibraryUsageDescription 因为我使用照片库。
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
iTunes connect send build invalid reason to apple account mail id. I check my mail id after set above code because I use PhotoLibraryUsageDescription that you are check your mail account.
在新 XCode 中,我们必须在 plist 中为特定的库使用添加属性
我最后3到5天上传试试... 我在构建完成后上传构建时间 itune connect 显示处理消息检查 itune connect 不显示构建版本和处理消息。
多次使用存档 window 和应用程序加载器上传构建(不同构建版本),但 itunes connect 不显示构建。上传消息显示完成。
New Build Upload Project v1.1 and build v 1.1.1
Screen 1
Screen 2
Screen 3
我解决了我的问题:
我在 plist 文件中添加了 NSPhotoLibraryUsageDescription 因为我使用照片库。
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
iTunes connect send build invalid reason to apple account mail id. I check my mail id after set above code because I use PhotoLibraryUsageDescription that you are check your mail account.
在新 XCode 中,我们必须在 plist 中为特定的库使用添加属性