Any tips for Publishing on Apple Newsstand?

Hello there,
Did anybody had experience on publishing their app at Newsstand? Pls share with us!
It would be nice to find somewhere step by step on publishing your app at Newsstand.
Let me know if you can help me,
Sofia [import]uid: 136706 topic_id: 32745 reply_id: 332745[/import]

You can’t create a true Newsstand App without Obj-C and NewsKit Api, however you can put your app there with a few things added to your plist

UINewsstandApp = true,  
 CFBundleIcons = {  
 CFBundlePrimaryIcon = {  
 CFBundleIconFiles = {  
 "Icon.png" ,   
 "Icon@2x.png" ,   
 },  
 },  
 UINewsstandIcon = {  
 CFBundleIconFiles = {  
 "Icon.jpg",  
 },  
 UINewsstandBindingType="UINewsstandBindingTypeMagazine",  
 UINewsstandBindingEdge="UINewsstandBindingEdgeLeft",  
 },  
 },  
  

http://howto.oz-apps.com/2012/03/place-your-app-in-newsstand.html [import]uid: 13560 topic_id: 32745 reply_id: 130177[/import]

You can’t create a true Newsstand App without Obj-C and NewsKit Api, however you can put your app there with a few things added to your plist

UINewsstandApp = true,  
 CFBundleIcons = {  
 CFBundlePrimaryIcon = {  
 CFBundleIconFiles = {  
 "Icon.png" ,   
 "Icon@2x.png" ,   
 },  
 },  
 UINewsstandIcon = {  
 CFBundleIconFiles = {  
 "Icon.jpg",  
 },  
 UINewsstandBindingType="UINewsstandBindingTypeMagazine",  
 UINewsstandBindingEdge="UINewsstandBindingEdgeLeft",  
 },  
 },  
  

http://howto.oz-apps.com/2012/03/place-your-app-in-newsstand.html [import]uid: 13560 topic_id: 32745 reply_id: 130177[/import]

I thought this Kickstarter project was beyond cool. These brothers are building a 3D flight simulator using a robot ball as the controller. It appears that its for the iPad and iPhone. I think this is a very unique idea and I want to try their app! http://www.kickstarter.com/projects/858730843/sphero-glide [import]uid: 193761 topic_id: 32745 reply_id: 130215[/import]

I thought this Kickstarter project was beyond cool. These brothers are building a 3D flight simulator using a robot ball as the controller. It appears that its for the iPad and iPhone. I think this is a very unique idea and I want to try their app! http://www.kickstarter.com/projects/858730843/sphero-glide [import]uid: 193761 topic_id: 32745 reply_id: 130215[/import]

That was a great article, thanks! [import]uid: 136706 topic_id: 32745 reply_id: 130625[/import]

That was a great article, thanks! [import]uid: 136706 topic_id: 32745 reply_id: 130625[/import]