Rejected by apple.

Hello everyone I was just recently had my game rejected by apple. I am lost on what to do next. Here are the reasons they said it was rejected.

  1. poor quality images
  2. had a poor or pixelated refresh on the drawing of objects.
  3. had slow app performance.
  4. had animations that were not smooth.

Obviously they want better quality on the images I get that. The rest of that stuff I don’t get. If anyone has any ideas on what I should do from here please let me know. [import]uid: 49863 topic_id: 26838 reply_id: 326838[/import]

Hi,
Have you tested on a real device?
What I would suggest is give it to some people on this forum and let them install and try it out for you.
I am sure you will get impartial feedback that will help isolate the issues, and you will most probably get hints on how to exactly fix them.

Good luck,

-M [import]uid: 144378 topic_id: 26838 reply_id: 108931[/import]

I’d be interested to know the above too, (whether or not you tested on device,) and if so what device and what your results were like. [import]uid: 52491 topic_id: 26838 reply_id: 108941[/import]

My advice? Forgot about 480x320 resolution. Default image resolution should be 960px x 800px, 300dpi and:

config.lua

[lua]application =
{
content =
{
fps = 60,
width = 640,
height = 960,
scale = “letterbox”,
xAlign = “center”,
yAlign = “center”
}
}[/lua]

It’s works on 3GS and looks very cool, best on iPhone 4/4GS and iPad 1/2, good on new iPad.

Screens from my last game:
http://www.concat.pl/tower-blockz/ [import]uid: 12704 topic_id: 26838 reply_id: 108957[/import]

Poor performance could be from a lot of things, most likely a memory leak. Track your memory around your app and see where it’s leaking. [import]uid: 10903 topic_id: 26838 reply_id: 108963[/import]

Thanks everyone for the advise. I have only tested on Ipod touch fourth generation because that is the only ios device I own. I would love to share the game just not sure how to do it the proper way. How do you guys generally go about sharing your game with the community? [import]uid: 49863 topic_id: 26838 reply_id: 108981[/import]

If you want to share the app for testing purposes TestFlight is popular for that :slight_smile: [import]uid: 52491 topic_id: 26838 reply_id: 109024[/import]