0

I just submitted my app to the app store last week and it got rejected yesterday. The reviewers apparently test on iphone 5S with iOS 7.0.4. They say the app does not load past the intro screen.

I have tested the app on iphone 5 and ipod touch 5th generation, both running the same operating system. On both it works perfectly fine.

Any ideas what could be the problem? It's a bit of an issue that I cannot test myself as the app uses the camera in the first screen and that's why immediately crashes when running in the simulator... but if I uncomment the camera setup it works in 64bit simulator...

edit: I am using C4 for most of my interface elements. So camera init looks like this

cam = [C4Camera cameraWithFrame:CGRectMake(0,0, self.canvas.width, self.canvas.height)];
cam.cameraPosition = CAMERABACK;
[self.canvas addCamera:cam];
[cam initCapture];
suMi
  • 1,536
  • 1
  • 17
  • 30
  • Your iPhone 5/iPod are they running iOS 7 ? Can you show code for presenting the camera ? – CW0007007 Jan 22 '14 at 09:31
  • have edited the question: both devices I tested on also run iOS 7.0.4 and the camera init code is up there – suMi Jan 22 '14 at 09:35
  • Are you using the latest version of it? I'm not familiar with C4. – CW0007007 Jan 22 '14 at 09:54
  • yes, it's the latest version. and should be fine... – suMi Jan 22 '14 at 10:07
  • suMi : Did you submitted app on appStore? I am facing same problem, how did you resolve issue. – Nico Apr 30 '14 at 19:21
  • no. C4 is not running on the latest iOS devices (iphone 5s and 5c). you need to get rid of all C4 elements in order to be able to submit to the store.... Travis might be fixing this as soon as he has the time – suMi May 05 '14 at 07:13

0 Answers0