Har*_*dim 151 xcode itunesconnect app-store ios
当我尝试提交应用程序时,Itunes Connect我收到以下错误.
iTunes Store Operation Failed
Error ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'YourApp.app' can't be transparent nor contain an alpha channel."
Run Code Online (Sandbox Code Playgroud)
Sha*_* TK 289
以下解决方案适合我
注意:这不适用于Mac OS High Sierra,请尝试使用较低版本导出而不使用alpha或使用任何一个图像编辑应用程序或尝试以下替代解决方案.
替代方案:(使用Sierra或High Sierra和Ionic)
Luk*_*kas 70
我遇到了同样的问题,无法使用Shamsudheen TK提供的解决方案来修复它.Ionic以某种方式为我的图标添加了透明度,即使源图标根本没有任何透明度.最后,我能够通过以下方式解决它:
安装imagemagick(MacOS):
brew安装imagemagick
从资源文件夹中的所有图像中删除Alpha通道:
find ./resources/ -name"*.png"-exec convert"{}"-alpha off"{}"\;
Gra*_*llo 44
对于像我这样从 Flutter 提出这个问题的人:
pubspec.yaml:flutter_icons:
android: false. // I already had android icons
ios: true
remove_alpha_ios: true
image_path: 'assets/images/icon.png' // Your image path
Run Code Online (Sandbox Code Playgroud)
跑步flutter pub get
运行flutter pub run flutter_launcher_icons:main以生成不带 Alpha 的 iOS 图标。
经过几天的努力,这为我解决了这个问题。是的,我确实尝试了这里建议的所有解决方案。其他的都没起作用。
Dan*_*dat 17
如果您在这里并且正在使用 Flutter,请尝试这个包https://pub.dev/packages/flutter_launcher_icons
然后加
flutter_launcher_icons:
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo.png"
Run Code Online (Sandbox Code Playgroud)
到你的 pubspec.yaml 文件 它为我解决了我自己的问题
无论您尝试上述哪种方式,您都需要通过将其上传到像我这样的应用程序连接来测试它,以确保它可以正常工作并节省您的宝贵时间
即使是.png没有透明度的文件,错误仍然存在.
该解决方案是将改变.png文件到一个.jpg文件中.
小智 6
如果您\xe2\x80\x99正在使用 Sierra 或更高版本
\nAppIcon.appiconsetRunner 文件夹中的文件夹为您的所有应用程序图标图像复制此操作Assets.xcassets
小智 5
无效的应用程序商店图标。'YourApp.app' 中资产目录中的 App Store 图标不能是透明的,也不能包含 alpha 通道。
在卡塔利娜解决
看看我的截图
小智 5
| 归档时间: |
|
| 查看次数: |
74705 次 |
| 最近记录: |