Discussion Forums  >  Crashes, Memory Warnings

Replies: 7    Views: 277

Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
03/29/13 09:19 PM (11 years ago)

iOS: App Crashing on iPod Touch 4G

Hi All, I built an app that was approved today, and a bug was reported. Bug: My app works on iPhone 4, but crashes on iPod Touch 4G Is anybody else having problems? Link: https://itunes.apple.com/us/app/trivia-game-for-downton-abbey/id624628271?mt=8 Jake
 
Absentia
buzztouch Evangelist
Profile
Posts: 960
Reg: Oct 20, 2011
Alaska
20,600
like
03/29/13 09:36 PM (11 years ago)
Wish I could help, I downloaded it on my iPhone 4s running iOS 6.1.3 and it's running great
 
ianJamesPiano
Code is Art
Profile
Posts: 2661
Reg: Feb 13, 2011
Palm Springs, C...
37,010
like
03/29/13 10:24 PM (11 years ago)
Hi Jake, seems like there is a lot on google about this? http://stackoverflow.com/questions/12792526/app-crashes-only-on-the-ipod-touch-4th-generation Making a note of this and will see what we can find. ian
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/29/13 10:56 PM (11 years ago)
It always seems to crash here: (From Xcode Output) 2013-03-29 22:54:33.766 downtonquiz[256:907] downtonquiz_appDelegate: supportedInterfaceOrientationsForWindow 2013-03-29 22:54:33.771 downtonquiz[256:907] SHOULD NOT ROTATE Jake
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/30/13 05:31 AM (11 years ago)
lol I just had this problem on an app released yesterday for a client! (Had to request expedited review). In the plugins with the crash (looks like the quiz plugin for you), add the following: -(BOOL) shouldAutoRotate { return NO; } (Hopefully I got the capitalization right on that - I'm doing this on my phone from bed :P
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/30/13 05:31 AM (11 years ago)
Btw - it's an issue with iOS 6+, not device specific
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
03/30/13 12:00 PM (11 years ago)
I figured out the error: The Background.png and Background2.png were at a resolution of 3000x6000, which the iPod could not handle. I lowered the resolution to only be 2048px wide, and the app started running on the iPod. It even started running better on my iPhone 5. Jake
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/30/13 12:04 PM (11 years ago)
Glad you got it solved - guess it was a different problem than mine. Sorry
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.