88

finaly everything works fine and I want to submit my first app the the Appstore. But when I click submit in Xcode 4.1 I get this strange error message:

To include newsstand features, the info.plist must include the uinewsstandapp=true.

(Exact the same and Google doesn't know anything).

But I don't use newsstand and i don't want to use. Where is my mistake?

Markus

Xcode Version 4.1

Charles
  • 50,943
  • 13
  • 104
  • 142
boxi
  • 1,122
  • 1
  • 8
  • 14
  • Try going to your info.plist file: add new row and type `uinewsstandapp` for the key. Set it's type to Boolean, and its value to yes. and if there is a `uinewsstandapp` already in one of the keys make sure that the value is YES. – Dair Aug 08 '11 at 03:13
  • when i do it, xcode wants that i activate newsstand for my app in itunes connect. but this is no newsstand app and i don't want to use it:( – boxi Aug 08 '11 at 09:52

4 Answers4

167

The new version of Xcode introduced a NewsstandIcon under CFBundleIcon. Delete it.

chown
  • 51,908
  • 16
  • 134
  • 170
SPIELER
  • 1,703
  • 1
  • 9
  • 7
106

For those having trouble finding it:

Screenshot

chown
  • 51,908
  • 16
  • 134
  • 170
0

You also need to make sure that the UINewsstandApp setting is not present in the Info.plist

Dan
  • 51
  • 2
0

you can remove this from info.plist Newsstand Icon Or You Can set this key equal true : UINewsstandApp = true Info.plist key.