发布过程的问题
发布时遇到的一些问题
iOS10 之后需要添加info.plist文件配置:
1 | <key>NSBluetoothPeripheralUsageDescription</key> |
若没有apple会发此邮箱:
1 | This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data. |
报错:
1 | - ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'xxxx'." |
解决方案:
打开项目属性,选择“General”选项,勾选红框标注的“Requires full screen”
报错:
1 | ERROR ITMS-90032:“Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons':AppIcon40x40” |
解决方案:
图片的问题 缺少对应的图片尺寸 需要在图片资源文件的 appicon中添加
