Timeout on Launch of iOS app

I have an app that has been on the App Store for months that has been running just fine for almost everyone.
However, I was contacted many months ago by a single user that had been using our app for months without any issues, but all of a sudden they started having a problem with our app "crashing on launch everytime". Making the app completely non-functional.
Even rebooting their device didn't help the issue. The only thing that fixed this issue for them was to delete the app from their device and then reinstall it. Then the app started working again properly. As our app tracks useful data for the user, deleting the app also deleted all their saved data that was stored in a SQLite DB by the app, which was less than ideal.
More recently I had another person contact me about the same issue and then it started happening on one of my own devices, which is really starting to scare me that the problem could be much more widespread that I initially thought. I created a new debug build and tried to debug the issue on my own device, but upon running the debug build the problem mysteriously went away and now the app launches again with no issues.
Initially I thought that the app's SQLite DB might be getting corrupted somehow (as one of the individuals indicated that they had run out of storage space on their device when the problem happened). As we access the DB a few times during the launch sequence I thought that a corrupt DB file might be causing the crash. However, after running a debug build on the device that was having the fail to launch issue the problem suddenly mysteriously fixed itself, the app was able to access the DB and all the data in it without issues.
After checking for Crash Reports in iTunes Connect, there is now a new "Timeout on Launch 0% of submitted timeouts" entry that wasn't there before. Along with a new “Resident Private Memory Size" entry that lists "Average = 0.0B and Maximum 0.0B".
I also had one crash log that I’ve included below. The crash log seems to indicate that the app is failing to resume in time and I believe that the iOS is thus killing the app before it has a chance to start.  As iOS thinks it is taking too long to start up. Although iOS seems to be killing my app after only 0.590 seconds according to the crash file. Also on my own device the app would shut down and dump me back to the home screen within 3 seconds of the app icon being tapped on. The splash screen flashes up briefly and then the app goes away. As the app barely has time to display the default splash screen, I doubt it is even getting a chance to run any actual code before getting shut down.
I’m a bit stumped as to why the app would work fine for months and then all of a sudden the iOS would start to decide killing it on launch. If indeed that is what is happening. I’m not all that great a reading/understanding this crash logs. Also why reinstalling the same version of the app would make the problem go away completely. Unless the DB access is getting way too slow for some reason and causing a timeout.
Any help/ideas that anyone could give me would be greatly appreciated.
Thanks.
Incident Identifier: AFA9013D-0168-4CA2-863A-2764BF84AEA9
Hardware Model:      iPad2,1
Process:         MyApp [519]
Path:            /var/mobile/Applications/4D007A8F-BCD4-4C51-BD6B-644DC98FC2A9/MyApp.app/MyApp
Identifier:      MyApp
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]
Date/Time:       2012-01-06 21:37:07.637 +0800
OS Version:      iPhone OS 4.3.3 (8J2)
Report Version:  104
Exception Type:  00000020
Exception Codes: 0x8badf00d
Highlighted Thread:  0
Application Specific Information:
MyApp failed to resume in time
Elapsed total CPU time (seconds): 0.590 (user 0.360, system 0.230), 3% CPU
Elapsed application CPU time (seconds): 0.000, 0% CPU
Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   MyApp       0x007532dc main + 1430732
1   MyApp       0x005d42fc 0x005d42fc
2   MyApp       0x005d0310 0x005d0310
3   MyApp       0x007572b0 main + 1447072
4   QuartzCore                     0x34cebbe4 CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
5   QuartzCore                     0x34cebd0c CA::Display::IOMFBDisplayLink::callback(__IOMobileFramebuffer*, unsigned long long, unsigned long long, unsigned long long, void*)
6   IOMobileFramebuffer           0x30cb69c0 IOMobileFramebufferVsyncNotifyFunc
7   IOKit                         0x346626e4 IODispatchCalloutFromCFMessage
8   CoreFoundation                 0x36f13bd8 __CFMachPortPerform
9   CoreFoundation                 0x36f1ea90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
10  CoreFoundation                 0x36f20838 __CFRunLoopDoSource1
11  CoreFoundation                 0x36f21606 __CFRunLoopRun
12  CoreFoundation                 0x36eb1ebc CFRunLoopRunSpecific
13  CoreFoundation                 0x36eb1dc4 CFRunLoopRunInMode
14  GraphicsServices               0x3180a418 GSEventRunModal
15  GraphicsServices               0x3180a4c4 GSEventRun
16  UIKit                         0x30ea9d62 -[UIApplication _run]
17  UIKit                         0x30ea7800 UIApplicationMain
18  MyApp       0x005f5e54 main + 68
19  MyApp       0x00be6128 main + 6226712
Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib         0x346d3fbc kevent + 24
1   libdispatch.dylib             0x33413ed4 _dispatch_mgr_invoke
2   libdispatch.dylib             0x33414f3a _dispatch_queue_invoke
3   libdispatch.dylib             0x334144ec _dispatch_worker_thread2
4   libsystem_c.dylib             0x353c758a _pthread_wqthread
5   libsystem_c.dylib             0x353c7bbc start_wqthread + 0
Thread 2 name:  WebThread
Thread 2:
0   libsystem_kernel.dylib         0x346d0c00 mach_msg_trap + 20
1   libsystem_kernel.dylib         0x346d0758 mach_msg
2   CoreFoundation                 0x36f1f2b8 __CFRunLoopServiceMachPort
3   CoreFoundation                 0x36f21562 __CFRunLoopRun
4   CoreFoundation                 0x36eb1ebc CFRunLoopRunSpecific
5   CoreFoundation                 0x36eb1dc4 CFRunLoopRunInMode
6   WebCore                       0x3654727e RunWebThread(void*)
7   libsystem_c.dylib             0x353c630a _pthread_start
8   libsystem_c.dylib             0x353c7bb4 thread_start + 0
Thread 3:
0   libsystem_kernel.dylib         0x346d0c00 mach_msg_trap + 20
1   libsystem_kernel.dylib         0x346d0758 mach_msg
2   libsystem_kernel.dylib         0x346c21cc exception_raise
3   MyApp       0x001c9dcc 0x001c9dcc
4   MyApp       0x001c9f7c 0x001c9f7c
5   MyApp       0x001ca1a0 0x001ca1a0
6   libsystem_c.dylib             0x353c630a _pthread_start
7   libsystem_c.dylib             0x353c7bb4 thread_start + 0
Thread 4:
0   libsystem_kernel.dylib         0x346d2d18 __semwait_signal + 24
1   libsystem_c.dylib             0x353ed860 _pthread_cond_wait
2   libsystem_c.dylib             0x35394eb2 pthread_cond_wait
3   MyApp       0x00816564 main + 2230100
4   MyApp       0x007053d0 main + 1111488
5   MyApp       0x008167d0 main + 2230720
6   MyApp       0x00816abc main + 2231468
7   MyApp       0x00816c1c main + 2231820
8   libsystem_c.dylib             0x353c630a _pthread_start
9   libsystem_c.dylib             0x353c7bb4 thread_start + 0
Thread 5:
0   libsystem_kernel.dylib         0x346d2d18 __semwait_signal + 24
1   libsystem_c.dylib             0x353ed860 _pthread_cond_wait
2   libsystem_c.dylib             0x35394eb2 pthread_cond_wait
3   MyApp       0x00816564 main + 2230100
4   MyApp       0x007053d0 main + 1111488
5   MyApp       0x008167d0 main + 2230720
6   MyApp       0x00816abc main + 2231468
7   MyApp       0x00816c1c main + 2231820
8   libsystem_c.dylib             0x353c630a _pthread_start
9   libsystem_c.dylib             0x353c7bb4 thread_start + 0
Thread 6:
0   libsystem_kernel.dylib         0x346d2d18 __semwait_signal + 24
1   libsystem_c.dylib             0x353ed860 _pthread_cond_wait
2   libsystem_c.dylib             0x35394e86 pthread_cond_timedwait
3   MyApp       0x00816518 main + 2230024
4   MyApp       0x0003f3e4 0x0003f3e4
5   MyApp       0x008167d0 main + 2230720
6   MyApp       0x00816abc main + 2231468
7   MyApp       0x00816c1c main + 2231820
8   libsystem_c.dylib             0x353c630a _pthread_start
9   libsystem_c.dylib             0x353c7bb4 thread_start + 0
Thread 7 name:  AQClient
Thread 7:
0   libsystem_kernel.dylib         0x346d0c5c semaphore_wait_signal_trap + 8
1   libsystem_kernel.dylib         0x346d0f52 semaphore_wait_signal
2   libsystem_c.dylib             0x353c4734 pthread_mutex_lock
3   MyApp       0x001dd554 0x001dd554
4   MyApp       0x00752d24 main + 1429268
5   AudioToolbox                   0x338fee6c AQCallbackReceiver_OutputCallback
6   AudioToolbox                   0x338fedb8 _XOutputCallback
7   AudioToolbox                   0x338fdd64 mshMIGPerform
8   CoreFoundation                 0x36f1ea90 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
9   CoreFoundation                 0x36f20838 __CFRunLoopDoSource1
10  CoreFoundation                 0x36f21606 __CFRunLoopRun
11  CoreFoundation                 0x36eb1ebc CFRunLoopRunSpecific
12  CoreFoundation                 0x36eb1dc4 CFRunLoopRunInMode
13  AudioToolbox                   0x338d9772 GenericRunLoopThread::RunLoop()
14  AudioToolbox                   0x338ebea6 TRunLoop<AQClient>::Entry(void*)
15  AudioToolbox                   0x338d948a CAPThread::Entry(CAPThread*)
16  libsystem_c.dylib             0x353c630a _pthread_start
17  libsystem_c.dylib             0x353c7bb4 thread_start + 0
Unknown thread crashed with unknown flavor: 5, state_count: 1
Binary Images:
    0x1000 -  0x11e6fff + MyApp armv7  <bb3def2f2eb2bc857878415e055f5094> /var/mobile/Applications/4D007A8F-BCD4-4C51-BD6B-644DC98FC2A9/MyApp.app/MyApp
0x1393000 -  0x1393fff +MobileSubstrate.dylib armv6  <5b28f15272a4394ca1aaf2d755a99412> /Library/MobileSubstrate/MobileSubstrate.dylib
0x13ca000 -  0x13cbfff +SubstrateLoader.dylib armv6  <f3b84768c452327a9e173106425e2a38> /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib
0x13ee000 -  0x13f1fff +CydiaSubstrate armv6  <5ac0b5d17c9732a3a9ba678d738790c5> /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate
0x1700000 -  0x1710fff +WinterBoard.dylib arm  /Library/MobileSubstrate/DynamicLibraries/WinterBoard.dylib
0x2fe00000 - 0x2fe25fff  dyld armv7  <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
0x30b3f000 - 0x30b4afff  libz.1.dylib armv7  <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x30b60000 - 0x30b64fff  AssetsLibraryServices armv7  <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x30bd5000 - 0x30be1fff  SpringBoardServices armv7  <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x30be3000 - 0x30c42fff  libBLAS.dylib armv7  <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x30cb5000 - 0x30cb7fff  IOMobileFramebuffer armv7  <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x30cb8000 - 0x30dd2fff  libicucore.A.dylib armv7  <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x30e7b000 - 0x31208fff  UIKit armv7  <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x31209000 - 0x3120bfff  CrashReporterSupport armv7  <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x312a6000 - 0x31593fff  libLAPACK.dylib armv7  <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dyl ib
0x31594000 - 0x31694fff  libGLProgrammability.dylib armv7  <c0e6b958279639c098136283c6ad06a8> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x316be000 - 0x316f2fff  VideoToolbox armv7  <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x31806000 - 0x31812fff  GraphicsServices armv7  <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3339a000 - 0x333bafff  PrintKit armv7  <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x333bb000 - 0x333eefff  AppSupport armv7  <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x333f4000 - 0x333f9fff  liblaunch.dylib armv7  <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x33413000 - 0x33420fff  libdispatch.dylib armv7  <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x33428000 - 0x3342dfff  libnotify.dylib armv7  <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x33445000 - 0x334dafff  ImageIO armv7  <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x33575000 - 0x3357afff  libcopyfile.dylib armv7  <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
0x335d4000 - 0x335d4fff  libdnsinfo.dylib armv7  <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x33600000 - 0x336c4fff  libobjc.A.dylib armv7  <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x336db000 - 0x336dbfff  vecLib armv7  <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x336dc000 - 0x33705fff  MobileCoreServices armv7  <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x33774000 - 0x3377afff  liblockdown.dylib armv7  <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x3379c000 - 0x338bbfff  Foundation armv7  <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x338d8000 - 0x33a2cfff  AudioToolbox armv7  <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x33a30000 - 0x33a35fff  MobileKeyBag armv7  <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x33a36000 - 0x33b23fff  libiconv.2.dylib armv7  <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x33b24000 - 0x33b72fff  GMM armv7  <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x33c0d000 - 0x33cdefff  IMGSGX543GLDriver armv7  <406a4fa178c036e78cdc9537d5332c2e> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x33ce3000 - 0x33ce6fff  ApplePushService armv7  <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x33ce8000 - 0x33cfafff  PersistentConnection armv7  <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x33edf000 - 0x33f1efff  libSystem.B.dylib armv7  <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x33f2a000 - 0x33fd3fff  libxml2.2.dylib armv7  <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x340c5000 - 0x341c9fff  JavaScriptCore armv7  <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x341cc000 - 0x341d5fff  MobileWiFi armv7  <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x342f5000 - 0x3430afff  libresolv.9.dylib armv7  <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x3430f000 - 0x34364fff  libvDSP.dylib armv7  <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x34366000 - 0x34417fff  WebKit armv7  <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x34418000 - 0x3445bfff  ManagedConfiguration armv7  <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x345aa000 - 0x345abfff  DataMigration armv7  <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x345b6000 - 0x345b7fff  libremovefile.dylib armv7  <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
0x345c9000 - 0x345fefff  AddressBook armv7  <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x345ff000 - 0x34645fff  CoreLocation armv7  <c1924042951e3df98515c7bf36093c1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x34652000 - 0x34652fff  libCVMSPluginSupport.dylib armv7  <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x34653000 - 0x3465cfff  CoreVideo armv7  <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x3465f000 - 0x34697fff  IOKit armv7  <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x34698000 - 0x346aefff  EAP8021X armv7  <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x346c1000 - 0x346d8fff  libsystem_kernel.dylib armv7  <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
0x346dd000 - 0x3471afff  CoreText armv7  <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x3471f000 - 0x34738fff  libRIP.A.dylib armv7  <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x34793000 - 0x34795fff  libgcc_s.1.dylib armv7  <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x34796000 - 0x34799fff  libmacho.dylib armv7  <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x3479a000 - 0x347a8fff  OpenGLES armv7  <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x348a5000 - 0x348adfff  MobileBluetooth armv7  <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x348ae000 - 0x348f4fff  CoreTelephony armv7  <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x348f5000 - 0x348f6fff  CoreSurface armv7  <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x34abd000 - 0x34b2cfff  ProofReader armv7  <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x34b30000 - 0x34b35fff  libsystem_dnssd.dylib armv7  <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
0x34b36000 - 0x34b37fff  libdyld.dylib armv7  <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x34b4f000 - 0x34c3bfff  GLEngine armv7  <f216c91c5fdb38a9ae65dc6651ccbd02> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x34c55000 - 0x34d04fff  QuartzCore armv7  <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x34ed0000 - 0x3501cfff  MediaToolbox armv7  <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x35393000 - 0x35414fff  libsystem_c.dylib armv7  <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
0x35572000 - 0x355b2fff  CoreMedia armv7  <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x355be000 - 0x35600fff  CoreAudio armv7  <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x35770000 - 0x35774fff  libcache.dylib armv7  <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
0x35791000 - 0x35798fff  libMobileGestalt.dylib armv7  <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x357b9000 - 0x357d8fff  Bom armv7  <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x35919000 - 0x3591dfff  libGFXShared.dylib armv7  <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x3592e000 - 0x3597ffff  libsqlite3.dylib armv7  <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x35980000 - 0x35987fff  libbz2.1.0.dylib armv7  <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x35a18000 - 0x35a4ffff  Security armv7  <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x35a50000 - 0x35a51fff  libsystem_blocks.dylib armv7  <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x35a52000 - 0x35a8afff  libCGFreetype.A.dylib armv7  <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x35c9e000 - 0x35ca0fff  MobileInstallation armv7  <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x35cf1000 - 0x35cf4fff  CaptiveNetwork armv7  <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x35cf5000 - 0x35d31fff  libGLImage.dylib armv7  <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x35d32000 - 0x35d3cfff  AccountSettings armv7  <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x35d4b000 - 0x35d95fff  libstdc++.6.dylib armv7  <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x35d9c000 - 0x35d9cfff  libsystem_sandbox.dylib armv7  <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x35da5000 - 0x35dc2fff  libsystem_info.dylib armv7  <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x35fb1000 - 0x35fb8fff  AggregateDictionary armv7  <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x35fb9000 - 0x36007fff  CoreMotion armv7  <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x36008000 - 0x36009fff  libsystem_network.dylib armv7  <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x3600a000 - 0x3600cfff  libAccessibility.dylib armv7  <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x3600d000 - 0x36010fff  IOSurface armv7  <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x36045000 - 0x36045fff  Accelerate armv7  <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x36247000 - 0x36306fff  CFNetwork armv7  <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x36448000 - 0x364ccfff  AVFoundation armv7  <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x364e9000 - 0x36518fff  SystemConfiguration armv7  <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x3653a000 - 0x36540fff  ProtocolBuffer armv7  <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x36541000 - 0x36b4cfff  WebCore armv7  <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x36e85000 - 0x36e98fff  libmis.dylib armv7  <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x36ea9000 - 0x36f8efff  CoreFoundation armv7  <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x36fa6000 - 0x3704cfff  Celestial armv7  <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x3713e000 - 0x3714bfff  libbsm.0.dylib armv7  <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x371e8000 - 0x37309fff  CoreGraphics armv7  <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics

No unfortunately I have never figured out what was causing this.
I made some changes to the launch sequence in my app to make it more robust in the hopes that it would address the issue. However, after checking the iTunes Connect crash reports I did eventually receive a new crash report with those changes that looks almost identicle to the old one I had, so the problem still remains present and remains a mystery.

Similar Messages

  • Launch an ios app using hyperlink in the mail

    Hi,
    I want to launch an ios app using a hyperlink in the mail and sms. I tried but not able to launch because while tapping on link it target to safari to launch that link not to the os.
    example :- There is an app installed in the device with the scheme name "abc".
    So the hyperlink for the app would be  abc://
    While I am sending this url in the mail ans open the mail then it's not able to launch the app.
    Thanks

    Are you sure the Info.plist of the abc app is correct?
    http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneos programmingguide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP 40007072-CH7-SW18

  • IOS App Launch (Default) Images

    Hello,
    Just tried to push to Apple and recieved the following error:
    iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and   must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename.  Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.
    I am working in Flash Builder 4.6.
    The Launch image included & checked in the package contents. I am using Flex 4.6.0 with AIR 3.7 with the Starling/Feathers/Flox framework.
    Default-586h@2x resolution: 640x1136
    Default@2x resolution: 640x960
    iPad_Default resolution: 1024x768
    I feel like I must be missing something. Any suggestions?
    Thank you,
    - Zach

    See if any of this thread helps:
    http://forums.adobe.com/thread/1198630
    Especially the parts that iBrent posted.

  • Can no longer return to iOS app in AIR 4.0 Beta

    Is it me or is it no longer possible to return to an iOS app in AIR 4.0 beta? An app I just compiled restarts every time you launch it. No such problem in AIR 3.9.

    Just yesterday I saw a problem where going to the home screen and back would either crash the app or would leave it in a frozen state. It only happened if by that time I had been via a part of the app that played an animation that used stream audio.
    Might you be seeing the same kind of thing, where you can go in and out of your first screen, but get crashes or hangs when going from another screen?
    I didn’t log a bug yet because it’s a hard problem to narrow down, because the crashing happens when you return to the app, and so doing a debug session won’t help, the session closes when you go to the home screen.

  • Remote iOS app no longer wakes iMac up after Lion install

    Hello there. I installed Lion on my iMac and updated iTunes to the (most recent) Lion-compatible version. I also have an iPhone 4 with the most up-to-date version of the iOS and the Remote app. I used to be able to launch the Remote app from my iPhone and play music from my iTunes library on my iMac, but if my computer has gone to sleep the Remote app will not find my library and will time out looking for it.
    I was able to remotely "wake up" my iMac with my Remote app (both from my iPhone and iPad) before Lion, but ever since I installed Lion I cannot do that. If the iMac is "awake", I'm able to connect with the Remote app just fine. It's only when the computer has gone to sleep that I cannot. Anybody else with this problem? Any thoughts would be greatly appreciated.

    Unfortunately, no. I still have the problem. Although it seems to be happening less often (not sure if this is a symptom of more recent OS updates, both on the iMac and iPhone). It's infuriating. If you stumble upon a solution, please share!

  • SMP3.0 SP05 register process and reconnect in native iOS app

    Hi,
    we do this steps Getting started with SMP3 Native OData iOS apps to get a native iOS application functioning through the SAP Mobility platform version 3.0 SP05 and retrieving data from OData services.
    But we do not understand the register process completely.
    If we install the app and do the register process and retrieve the data everything is ok. A user with the ApplicationConnectionID is registered in in SMP. But if we start the app again (without a new installation) we do not register the user again an set the connection id we get in the registration process:
    [self.clientConn setApplicationConnectionID:[selfreadInPlistMitKey:@"appConnectionID"]];
    we set the encryptionKey in the manager and initialize the Cache once for the application launch.
    [EncryptionKeyManager setEncryptionKey:key withError:nil];
    But if we want to retrieve the data we get a Request Failed.
    2015-01-15 18:13:31.885 AuthTest[12663:5b07] Firing requests from DB...
    2015-01-15 18:13:31.886 AuthTest[12663:4c07] UrlString:   http://smpServerAdress:8080
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Connectivity changed...
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Detected network...
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Start queue...
    2015-01-15 18:13:31.900 AuthTest[12663:4c07] UrlString:   http://smpServerAdress:8080
    2015-01-15 18:13:31.906 AuthTest[12663:907] Request Failed
    What do we wrong? Where is the different between the request with registration an without.
    Thanks,
    André

    Hi Ali,
    thank you but this was not realy what we need. But we can now register without to use the MAFLogonScren but when we whant to open the Online Store we get this error: "OpenStore failed with network error: 401 unauthorized" Do you know what we cvan do against this error or what the reason of this error is?
    Here is the code snipped what we use:
        MAFLogonUIViewManager *logonUIViewManager = [[MAFLogonUIViewManager alloc] init];
        NSObject<MAFLogonNGPublicAPI> *logonManager= logonUIViewManager.logonManager;
        HttpConversationManager* httpConvManager = [[HttpConversationManager alloc] init];
        [[logonManager logonConfigurator] configureManager:httpConvManager];
        MAFLogonCore *lc = self.appDelegate.lc;
        MAFLogonContext *context;
        if ([lc unlockSecureStore:@"abcd1234" error:&error]) {
            context = [lc getContext:&error];
        MAFLogonRegistrationContext *regContext = context.registrationContext;
        SODataOnlineStore *onlineStore = [[SODataOnlineStore alloc]
                                          initWithURL:[NSURL URLWithString:regContext.applicationEndpointURL]
                              httpConversationManager:httpConvManager];
        [onlineStore setOnlineStoreDelegate:self];
        [onlineStore openStoreWithError:&error];

  • Is there anyway to change Info.plist settings and use Flash Builder 4.6 to package the iOS app?

    Hi there,
    I've tried to package my app with the latest Xcode 4.5 (version 19 Sep 2012) iOS 6 SDK, Flash Builder 4.6, Flex SDK 4.6 with Air 3.5 Beta overlay.
    and unzip the .ipa file and i found the following automated settings on the Info.plist file was wrong:
    <key>DTPlatformVersion</key>
            <string>5.1</string>
            <key>DTSDKBuild</key>
            <string>9B176</string>
            <key>DTSDKName</key>
            <string>iphoneos5.1</string>
    According to the Adobe specs, these settinsg are unchangeble, is there anyway to change these values to produce .ipa file that with iOS 6.0 settings with Flash Builder 4.6?
    I believe this cause the following appstore submission issue with the iPhone 5 4-inch display splash screen image [email protected]:
    Invalid Launch Image - You app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
    Many thanks,
    A

    Not everyone here was involved in the conversations that led up to this file, so here are some extra clues:
    In your AIR3.5 folder (or whatever you named the folder) is a lib folder. Inside that is the current adt.jar file. Rename that in case you have to go back to it, and drag the supplied adt.jar file into the lib folder. Now publish your app.
    You won't even need to quit Flash or Flash Builder.
    Once you have the new IPA, go through the usual upload steps to the App Store, using Application Loader, and the file should process ok in iTunes Connect. Note, you will be asked to provide iPhone 5 screenshots.

  • Open local PDF inside Air iOS app

    I am developing an AIR for iOS app for the iPad. My client would like the app to open a local PDF file within the app, rather than launching an external app (such as Adobe Reader). This is to give a seamless experience when using the app. I've seen that distriqt.com produce the 'PDF Reader' Native Extension based on www.vfr.org. VFR appears to have a series of interface controls that open along with the PDF, which I don't require. I emailed Distriqt a week ago to clarify, and have had no response.
    Does anyone know of any other solutions to open a PDF inside an AIR iOS app?

    I've managed to load a PDF successfully inside my AIR iOS app, using the code from http://thatsthaway.wordpress.com/201...1/#comment-102.
    However, I've just come across a weird feature / bug when viewing a PDF using stagewebview. I have a PDF that contains several internal hyperlinks, each navigating to a page within the same PDF document. If I select any of the hyperlinks, they do jump to the intended pages. However, if I reselect the same hyperlink again, it no longer works. If I select a different hyperlink, and then reselect a previous link, it will then work, but if I select the same hyperlink twice in a row, without selecting a different hyperlink in between, the link fails to work. The PDF hyperlinks all work ok outside of my app, on both Windows desktop and an iPad, just not inside of the AIR app.
    Any ideas?

  • Unable to load external image into iOS app with AS3

    Just trying out Flash Builder for iOS app development and have run into a problem right off the bat with loading an external image into an iOS app.  The actionscript is very simple (this was basically my Hello World attempt), and I'm hoping someone here can explain where I'm going wrong.  This code works in Flash Pro, and works when launched on the desktop from Flash Builder, but doesn't work on my iOS devices.
    Here's the code:
                                  var container:MovieClip = new MovieClip();
                                  addChild(container);
                                  var imageLoader:Loader = new Loader();
           imageLoader.load(new URLRequest("http://www.google.ca/intl/en_ALL/images/logos/images_logo_lg.gif"));
                                  imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, startListener);
      function startListener (e:Event):void{
                                                 container.addChild(imageLoader);
    Any thoughts on why this won't work would be greatly appreciated!

    I had the same issue, and modified my domain policy file as specified  in http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html#_Configuring_URL_M eta-Policies but the loader is not loading the file. Any ideas on how to fix this issue?

  • Itunes is fillinng up my computer with ios apps

         Itunes is filling up my computer hard drive with ios apps by downloading full app to my computer when I try to packup my ipad. It is also telling me i have to transfer all purchases to the computer before I update the ipad.
    This is causing problems with the computer because this latest time it put 30 gig in there and this little netbook just does not have that much extra space. is there a way save my purchase history etc without downloading the full app to the computer also?
    Is there a way I could just back the apps up to icloud manually? I have multiple itunes accounts for personal and business and do not want to have the problem with automatic sync prefering to do it manually so I do not loose apps from one account or an other.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.

  • Debug Air iOS app on device with Flash CS6?

    Hi,
    Is it possible to debug an Air iOS app on device to get all the trace() messages?
    I'm using Flash CS6 with the AIR SDK 16.
    Thanks

    Go to publish settings:
    - Select Quick publishing for device debugging and select your LAN/WIFI adapter IP from the list
    - Install IPA to your device
    - In Flash CS6 go to Debug panel -> Begin Remote Debug Session > ActionScript 3.0
    You will see:
    Waiting for Player to connect...
    in the output panel
    Now launch your application on your device. Be sure that you in the same WiFi network with your desktop. If Flash CS6 can't connect to the device and still waiting for it - try to disable firewall.

  • Music doesn't launch after iOS 8.3 update

         On iPod Touch 5th, I can't launch the Music App since I've updated the iPod. My musics do appear then 2 seconds later, the music app is closed.
    How can I solve that ?
    Thank you for your help !

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Manage Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes      
      - Restore to factory settings/new iOS device.                       

  • Anyone profiled iOS app using FlashBuilder?

    We're making an iOS app using Flash Professional. I also use Flash builder for my editing. 
    the application also unfortunately uses AIR-specific features, such as SQLite database and NativeApplication references.
    I've had luck before using the profiler by just profiling as a web application (which is what gets created when I do "create new Flash Professional Project..." in FlashBuilder.
    But I am stuck on how to get FlashBuilder profiler working on this project because it always wants to launch the thing in a web browser, which can't function due to the AIR-only features.
    Anyone ever gotten this combination to work?  I *so* wish I could just start from an MXML wrapper and load my FLA as a swf, but silly iOS restrictions force me to have just one SWF with all my code in it.
    thanks!

    Hi ericmathew
    iPhone 6 & iPhone6+ require different Launch Images than older phones:
    For Example,
    For iPhone 6 : Default-375w-667h@2x~iphone.png
    And iPhone6+ : Default-414w-736h@3x~iphone.png
    For more details regarding this, check out below article :
    http://blogs.adobe.com/airodynamics/2015/03/09/launch-images-on-ios-with-adobe-air/
    -Tushar,
    Adobe AIR Team

  • Looking for an iOS app recommendation

    I want to take photos of my airline cards, library cards, insurance cards, etc and store the images in an app.  I am looking for an iOS app to do this.  I have four requirements:
    1. Can take a picture of cards from within the app, or import into the app from Camera Roll.
    2. Can classify the images into categories via tags, folders or similar method.
    3. Can password protect the app so that images cannot be viewed / accessed without the password
    4. Can sync images via iCloud to my other iOS devices (I really don't want a 3rd party syncing option - I have too many of those already).
    I've found a number of apps on the App Store that perform items 1-3 above, but haven't seen one that can do all four.  I welcome any suggestions for a photo app, crafts app, business card app, etc, that meets my requirements.  Suggestions welcome.  Thx

    Hello man!
    I just launched the free version of my app and is about you are looking for adding photos ( this case my illustrations) to photos that you take or choose from your iphone or ipod.
    check the site
    http://www.eyesoresworld.com/iphoneapp/
    Let me know what you think.

  • Dock becomes crazy / Cannot launch or close apps

    Hello,
    I'm having a huge issue.I've just upgraded to OSX 10.7 yesterday.
    I work with Xcode 4.1 (developing iOS apps), Mail & iTunes (latest versions, Skype (5.2), and Dropbox (1.1.35).
    After a 'random' period of time building & debugging apps, i get the following sympthoms:
    - The dock becomes crazy. It won't display the 'running' indicator (the dot below the icon).
    - If i click on any of the apps which was already running, OSX won't display the Application Menu accordingly.
    - I'm unable to launch any other app / close any of those which were already running.
    - If i attempt to type inside a window, *any* window, i'm unable to see anything.
    I've already reinstalled both Lion and Xcode 4.1. The only possible action is to perform a hard reset
    Has anybody seen this behavior ?
    Thanks!!

    I have the exact same problem. I too wish I didn't upgrade. Did they even test this? It happens on both macs. It happens to every app at every day for me.

Maybe you are looking for