Apps that run on 3g are no longer running on 4g

I am going to start out by saying that this may be a problem with my device, but I am extremely worried about the issue and wanted to know if this is a know issue with anything in Corona. I just finished an update for Word-Drop and it was working fine on the iphone 3g and had no issues in the debugger. Unfortunately, it will not run at all on an ipod touch 3g.

I had tested an earlier update and it worked fine a few weeks ago, but will not run now. So, I immediately updated to that version off of itunes and it also will not run. I have also found that Mathdoku no longer seems to run on the 4g device. Afterward, I rebuilt the versions that I had been testing a few weeks ago and I still have not had any luck.

I am really hoping it is just my device, but I would really like to be sure that this is not a serious issue. Here are a couple promo codes for the games on itunes if anyone has a 4g device and can help me out. If you do not have a 3g device I would like to ask that you do not take these codes. If you email email me at TheDigitalResistance@gmail.com I will happily provide you with one after this issue is resolved.

Word_Drop
KLJMTHKMMPMY
3KFHX3JNY46L
3WXMML4WWHWH

Mathdoku
7ATN7JPP63E6
64M3TRLNRRJA
6M6NE7F76N36

Additionally, this is the error output from xcode if it helps.
Thread 0 Crashed:
0 Mathdoku 0x00102dc0 0x1000 + 1056192
1 Mathdoku 0x00005ef4 0x1000 + 20212
2 UIKit 0x313d4bfa -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 826
3 UIKit 0x313d0252 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 266
4 UIKit 0x3139c484 -[UIApplication handleEvent:withNewEvent:] + 1108
5 UIKit 0x3139bec2 -[UIApplication sendEvent:] + 38
6 UIKit 0x3139b900 _UIApplicationHandleEvent + 5084
7 GraphicsServices 0x31eecefc PurpleEventCallback + 660
8 CoreFoundation 0x304236f8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
9 CoreFoundation 0x304236bc __CFRunLoopDoSource1 + 160
10 CoreFoundation 0x30415f76 __CFRunLoopRun + 514
11 CoreFoundation 0x30415c80 CFRunLoopRunSpecific + 224
12 CoreFoundation 0x30415b88 CFRunLoopRunInMode + 52
13 UIKit 0x313cf302 -[UIApplication _run] + 374
14 UIKit 0x313cce8c UIApplicationMain + 664
15 Mathdoku 0x00003fcc 0x1000 + 12236
16 Mathdoku 0x00003f68 0x1000 + 12136

Thread 0 Crashed:
0 Word-Drop1.0.6 0x00102dc0 0x1000 + 1056192
1 Word-Drop1.0.6 0x00005ef4 0x1000 + 20212
2 UIKit 0x313d4bfa -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 826
3 UIKit 0x313d0252 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 266
4 UIKit 0x3139c484 -[UIApplication handleEvent:withNewEvent:] + 1108
5 UIKit 0x3139bec2 -[UIApplication sendEvent:] + 38
6 UIKit 0x3139b900 _UIApplicationHandleEvent + 5084
7 GraphicsServices 0x31eecefc PurpleEventCallback + 660
8 CoreFoundation 0x304236f8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 20
9 CoreFoundation 0x304236bc __CFRunLoopDoSource1 + 160
10 CoreFoundation 0x30415f76 __CFRunLoopRun + 514
11 CoreFoundation 0x30415c80 CFRunLoopRunSpecific + 224
12 CoreFoundation 0x30415b88 CFRunLoopRunInMode + 52
13 UIKit 0x313cf302 -[UIApplication _run] + 374
14 UIKit 0x313cce8c UIApplicationMain + 664
15 Word-Drop1.0.6 0x00003fcc 0x1000 + 12236
16 Word-Drop1.0.6 0x00003f68 0x1000 + 12136

[import]uid: 8702 topic_id: 5152 reply_id: 305152[/import]

Please excuse that I accidentally wrote that it would not run on a 3g device in the first paragraph, I intended to say 4g.
[import]uid: 8702 topic_id: 5152 reply_id: 17058[/import]

What is a 4g device? Do you mean iPhone 4? [import]uid: 12108 topic_id: 5152 reply_id: 17063[/import]

I have the current version of Word-Drop on an iPhone 4 and have not experienced any crashes. If there is a particular sequence of events that cause this, let me know and I will test it. [import]uid: 5742 topic_id: 5152 reply_id: 17070[/import]

Yes, I am trying to see if these games run on an iphone 4 or ipod touch 4. Every build that I am trying right now seems to crash on start on my ipod touch 4 and I have no idea what is wrong. The apps are all running fine on an older device and do not have any issues in the debugger. The three apps that I have tried are not even running the same code on start, so it is a weird issue.

If this is not a bug then I am sorry for not posting his in developer support, but I believe that there may be some kind of compatibility issue with some code on the ipod touch 4. I am not having this issue with any apps that I have purchased from itunes, so I really do not think it is the device. [import]uid: 8702 topic_id: 5152 reply_id: 17066[/import]

No it is just an issue on startup. At first I thought it was all of the new settings, themes, and gameplay save files being loaded that was causing the issue or Open Feint opening at the same time as an alert. Then I downloaded the current update and couldn’t run it either. After that I got really worried that there may be a serious compatibility issue with the new version of Corona.

Thank you so much checking this issue out for me. I really thought I had a terrible issue to deal with. [import]uid: 8702 topic_id: 5152 reply_id: 17072[/import]

If your device is the same you use for development, make sure you don’t have any provisioning certificate for development that conflicts with the app version you’re installing - even if you download it off the AppStore.
That might be worth looking at. [import]uid: 5750 topic_id: 5152 reply_id: 17120[/import]