English 中文(简体)
App icon在“联通”中有着奇怪的白色边缘。
原标题:App icon has strange white edges in iTunes Connect

Have uploaded an iPhone app to iTunes Connect, providing a 512x512 icon with square corners, plus Icon already includes gloss effects key set to YES in my info.plist as I don t want a gloss.

When viewing the result in iTunes Connect, the icon looks fine on the App Detail page where you can view and edit metadata; rounded edges have been applied correctly, with no gloss.

然而,在《上诉摘要》的网页上,icon认为:

“app

你可以看到,这些底层两角正在出现一些小ny。

Has anyone else had this problem? Will the final icon look like this in the app store? If so, how can I fix?

事先感谢你。

最佳回答

“联谊会”有时会发现一些缺陷,在它们重新更新物品时就表现出这种奇怪的行为。 红十字与红新月联会最近在那里进行了一些维修,因此可能与此相关。 如果你把你的形象描绘成正规的512x512,即平原形象(没有环绕角),就会在应用程序库中正确显示。

问题回答

Try not to round corners in your 512x512 icon (as well as in the rest of the icons in your app binary). The rounding will be done by iTunes Connect as well as by the iPhone Homescreen.

如果你做穿梭的环绕,你最终会有一个不同的rad子(即你现在拥有的东西)。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签