App rejected due to localStorage issue, seeking advice.

Hello everyone, Apple has rejected our application because we store files for offline viewing  under localStorage (/Documents)
This is an extract of the message, we received :
Data that can be recreated but must persist for proper functioning of your app - or because customers expect it to be available for offline use - should be marked with the "do not back up" attribute. For NSURL objects, add the NSURLIsExcludedFromBackupKey attribute to prevent the corresponding file from being backed up. For CFURLRef objects, use the corresponding kCFURLIsExcludedFromBackupKey attribute.
How can we do this with Adobe Air using Flex SDK 4.6?
+LA

Alright, again I must emphasize that this is not an easy thing to get going, at least it wasn't for me.  However, I have a 5.1+ solution made building on the jampot extension available here:
http://www.jampot.ie/ane/ane-ios-data-storage-set-donotbackup-attribute-for-ios5-native-ex tension/
Replacing the ANE file in the zip provided by jampot with the one linked below should then cause calls to that extension to follow the new 5.1 method.
http://bit.ly/QbeVCg
The extension documentation has more info on how to use it, but for a quick start, we use something like:
if (flash.system.Capabilities.version.substr(0,3).toUpperCase() == "IOS")
     var noBackupSetter : MobileBackup = new MobileBackup();
     var result:Boolean = noBackupSetter.doNotBackup(DataStorage.filePrivate.nativePath);
This will set the entire File.applicationStorageDirectory to DoNotBackup.  Files that are saved within the directory will obey the DoNotBackup rule for the containing folder.
Make sure you have the MobileBackup class from the files provided by jampot in your project and that you have included the native extension in your project and packaging.  If you have trouble with any of that, please reference the jampot link above, with the exception of using the 2nd link's ANE file.
Two important notes--
First, I have only had success compiling my project using this ANE on a Mac against Air 3.3 with the project pointed directly to my iOS 5.1 SDK folder, found at
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho neOS5.1.sdk .  (I am using Xcode version 4.4.1, I do not know if this sdk is available in later versions, but it may be possible to find an upload of someone's copy on the web)
Second, the code the modified ANE uses requires iOS 5.1.  If you submit an app that uses this ANE and it is installed by a pre-5.1 device, the app will immediately crash.  To keep your app from being installed on pre-5.1 devices, modify your AppName-app.xml file in the root of your project to set the MinimumOSVersion like so:
    <iPhone>
        <InfoAdditions><![CDATA[
                              <key>UIDeviceFamily</key>
                              <array>
                                        <string>1</string>
                                        <string>2</string>
                              </array>
                              <key>MinimumOSVersion</key>
                              <string>5.1</string>
                    ]]></InfoAdditions>
        <requestedDisplayResolution>high</requestedDisplayResolution>
    </iPhone>
I'm sorry I don't have access to the changes I made to source at this time, but I will post again when I can to include the specific changes made.  There really was not much change to the objective-c code.  The hard part was getting the ANE built and working with Flash Builder.

Similar Messages

  • App rejected due to non-public api's

    Hi,
              My App rejected due to non-public api's.
    Apple's Comments: 
    2.5: Apps that use non-public
                                      "We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change.
    We found the following non-public API/s in your app:
    _updateView (I have the method name like "_updateView" in my source, can I change the name of the method. Is it works ? )
    If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.
    Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides."
                                    And in my application, I am using the FBConnect, SDWebImage library,  and Twitter+oAuth api's. These are non-public api's ? Now, can I integrate Jira (Crash Reporter) to my application? Can anybody solve my issue......
    Thanks & Regards,
    Rajesh Kumar Yandamuri

    I have the same problem what to do with below points from the apple.
    Requires help plz help me my app rejected two times with this points.
    We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change.
    We found the following non-public API/s in your app:
    _tearDown
    If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.
    Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.
    We appreciate that you may have made the precautions in your code for using non-public APIs, however, there is no way to accurately or completely predict how an API may be modified and what effects those modifications may have. For this reason, we do not permit the use of non-public APIs in App Store apps.
    If there are no alternatives for providing the functionality your app requires, we encourage you to file an enhancement request. Or, try working with the Apple Developer Technical Support team to explore alternative solutions. 
    On occasion, there may be apps on the App Store that don't appear to be in compliance with the App Store Review Guidelines. We work hard to ensure that the apps on the App Store are in compliance and we try to identify any apps currently on the App Store that may not be. It takes time to identify these occurrences but another app being out of compliance is not a reason for your app to be.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to:
    - include the complete details of your rejection issues
    - prepare any symbolicated crash logs, screenshots, and steps to reproduce the issues for when the DTS engineer follows up.
    For information on how to symbolicate and read a crash log, please see Tech Note TN2151 Understanding and Analyzing iPhone OS Application Crash Reports.
    If you have difficulty reproducing this issue, please try testing the workflow as described in  <https://developer.apple.com/library/ios/qa/qa1764/>Testing Workflow with Xcode's Archive feature".

  • App rejected due to microphone prompt issues??

    Apple app submission issues again!
    This time I really can't understand what on earth they are referring to. I have a VERY simple iphone app waiting for launch and it was rejected due to this, I guess some random setting or bit of code I have no idea about. Can anyone give me some insight into this?
    This is what they said:
    "During review we were prompted to provide consent to use the microphone, however, we were not able to find any features or functionality that use the microphone for audio recording. The microphone consent request is generated by the use of either AVAudioSessionCategoryRecord or AVAudioSessionCategoryPlayAndRecord audio categories. If you do not intend to record audio with your application, it would be appropriate to choose the AVAudioSession session category that fits your application's needs or modify your app to include audio-recording features."
    Is this a setting I can control from Flash/AIR? I have no idea!
    Thanks very much,
    Fiona

    Hi Pahup
    Just wondering, in my case where I do use the microphone and I have it set in my app.xml under InfoAdditions UIRequiredDeviceCapabilities,
    could it be (hopeful here) that the next Air version prompt for the permission on first app launch?
    At the moment, the prompt is only coming up when I use the microphone and because I want that to happen earlier, the only way I can think of doing this is by faking the need for mic at app start.
    Thanks!
    Melissa

  • IOS app rejected due to a blank, black screen upon launch

    I recently got my iPhone app rejected and the reason is below:
    "We found that your app exhibited one or more bugs, when reviewed on iPhone 5 running iOS 6.1.3, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.
    Specifically, the app displayed a blank, black screen upon launch. Please see the attached screenshot/s for more information.
    The steps to reproduce are:
    1. Launch app
    2. Bug encountered"
    I use FlashDevelop and the latest Apache Flex + Air SDK 3.7 + swfversion=20. I don't have an iPhone 5 to test on but I've tested the application on a 3GS, iPod touch (4th gen.) on IOS 4.3, 5.1 and 6.1.3 (latest) and the application works on all of them.
    The attached screenshot mentioned above is here:
    the "blank" screen is actually a deep blue one, which the color I've set to my project's background.
    I didn't make any special modifications in the code to support iPhone 5 to be honest, and the project dimensions were set to 640x960, but I did include the [email protected], and it shows inside the .ipa at Payload/Myapp.app/
    In almost all the iPhone 5 discussions I've read online, theat launch problem is due to the [email protected] not being there in the root of the release .ipa, but I'm sure it does exist on my ipa. Also, I have request high resolution set to high, and the Info.plist has the correct DTPlatformVersion (6.0) and DTSDKName (iphoneos6.0).
    Any ideas what the problem could be?
    Thanks.

    Remember - they gave you a very specific device and version. It might be working on all other configurations. So if you are unable to get your hands on that device and version you are going to be left stabbing in the dark as to what is going wrong.
    My advice would just be to figure out what's different with that device and make sure everything is configured properly.
    Another option - if you don't want this app on the iPad anyway - is to remove it from the configuration:
    <key>UIDeviceFamily</key>
    <array>
              <string>1</string>
              <string>2</string>
    </array>
    You would delete the <string>2</string> part.

  • App rejected due to subscription placeholders

    Hi all,
    An App submitted by one of our clients was rejected due to placeholder images that showed up when it was tested on iPad 3 (see images).
    (we assume it's iPad 3 because of the 1536x2048 screenshots).
    Is this a Viewer Builder issue?
    Should he:
    Just go and generate a new app, or
    Go through the entire process of setting the assets?

    Honestly, I find dual orientation apps a waste of time and effort. Pick one and be done with it.
    IIRC, when iOS4 was released one of the biggest complaints from users was there was no way to lock the orientation of the tablet. That tells me that people don’t go turning the tablet all that often.
    Yes, it’s nice to have a choice but if designed properly a single orientation is quite sufficient.
    Just my $0.02,
    Bob

  • App rejected due to missing subscription???

    We submitted 2 new Newsstand Apps to Apple for review. Both were rejected due to missing ability to sign in for a free subscription.
    In the developer builds everything works correctly and the "Subscribe" button and subscription banner appear in the library screen.
    In the screenshots we got from the testers, the button and banner are missing.
    See for your self.
    We have one build generated for each, which is v20 (2.5.0.1.50981) for one and v20 (2.5.0.3.50981) for the other.
    Here's the Library screen as we see it in the developer app:
    Here's the screenshot we got from Apple:
    Anybody has any idea what's going on here?

    Here's the reason.
    The smart tester didn't figure out that the subscription tile and buttons will not display due to the simple fact that... he was already subscribed!!!
    Aren't they suppose to know that?

  • Flex app rejection because of Orientations issue on iOS7

    down votefavorite 
    10.1
    We found that your app does not comply with the Apple iOS Human Interface Guidelines, as required by the App Store Review Guidelines.
    While supporting both variants of both orientations, each with unique launch images, provides the best user experience and is recommended, we understand there are certain applications that must run in the landscape orientation only. In this case, it would be appropriate to support both variants of that orientation in your application, e.g., Home button right and left.
    Addressing this issue typically requires only a simple and straightforward code modification. However, if you require assistance, the Apple Developer Support Team is available to provide code-level assistance.
    For more information, please review the Aim to Support All Orientations section of the iOS Human Interface Guidelines.
    I have decided to open application only in Landscape mode and I have following code to restrict:
    <aspectRatio>landscape</aspectRatio>  <autoOrients>false</autoOrients>

    Hello,
    I have
    <aspectRatio>landscape</aspectRatio>  <autoOrients>false</autoOrients>
    in my app.xml file, and my application supports only landscape orientation. Still apple has rejected it. 
    I have used air sdk 13.0.0.** and flash builder 4.7
    They have givebn rejection number
    10.6: Apple and our customers place a high value on simple, refined, creative, well thought through interfaces. They take more work but are worth it. Apple sets a high bar. If your user interface is complex or less than very good it may be rejected
    Even my app made for iPad only
    <iPhone>
            <InfoAdditions><![CDATA[
                <key>UIDeviceFamily</key>
                <array>
                    <string>2</string>
                </array>
            ]]></InfoAdditions>
            <requestedDisplayResolution>high</requestedDisplayResolution>
        </iPhone>
    can you tell me why they have rejected it.
    They given me rejection screenshot:
    I simply don't understand why this happens, while I am forcing an app to open in landscape mode only?

  • App rejected due to crash

    Hi.
    I have a little trouble in one of my applications which is why I am asking the Apple community developers.
    After the second rejection of my application due to crash, I would like to know how I can identify a crash in my application. In fact, to test my application I use the Xcode simulator and an iPhone 3GS device, on these devices, my application does not crash ever.
    So I looked at the crash log provided by Apple but I do not see anything special that would help me identify the problem in my application.
    So I give you the crash log provided by Apple, maybe one of you will be able to identify the problem.
    Incident Identifier: BA67427C-5490-4D58-A94F-19AFA8632A6D
    CrashReporter Key:   6261333481ca022f9f13f5a8bcf82a4d8e03db46
    Hardware Model:      xxx
    Process:         AndiPratic [1669]
    Path:            /var/mobile/Applications/9EB1E96C-3FF2-44AA-9E9E-8FA4A35507C6/AndiPratic.app/An diPratic
    Identifier:      AndiPratic
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-04-05 08:48:43.184 -0700
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0
    Last Exception Backtrace:
    (0x3406329e 0x3bf0797a 0x33faeb70 0xff38c 0x35e8a590 0x35edf146 0x35edf08c 0x35edef70 0x35edee94 0x35ede5d4 0x35ede4bc 0x35eccb8e 0x35ecc82e 0x35f560c0 0x35f56072 0x35f56050 0x35f55906 0x35f55dfc 0x35e7e5ec 0x35e6b7fc 0x35e6b116 0x37b5f59e 0x37b5f1ce 0x3403816e 0x34038112 0x34036f94 0x33fa9eb8 0x33fa9d44 0x37b5e2e6 0x35ebf2fc 0xfbf3a 0x3c33eb1c)
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib             0x3c405350 __pthread_kill + 8
    1   libsystem_c.dylib                  0x3c37c11e pthread_kill + 54
    2   libsystem_c.dylib                  0x3c3b896e abort + 90
    3   libc++abi.dylib                    0x3b956d4a abort_message + 70
    4   libc++abi.dylib                    0x3b953ff4 default_terminate() + 20
    5   libobjc.A.dylib                    0x3bf07a74 _objc_terminate() + 144
    6   libc++abi.dylib                    0x3b954078 safe_handler_caller(void (*)()) + 76
    7   libc++abi.dylib                    0x3b954110 std::terminate() + 16
    8   libc++abi.dylib                    0x3b955594 __cxa_rethrow + 84
    9   libobjc.A.dylib                    0x3bf079cc objc_exception_rethrow + 8
    10  CoreFoundation                     0x33fa9f1c CFRunLoopRunSpecific + 452
    11  CoreFoundation                     0x33fa9d44 CFRunLoopRunInMode + 100
    12  GraphicsServices                   0x37b5e2e6 GSEventRunModal + 70
    13  UIKit                              0x35ebf2fc UIApplicationMain + 1116
    14  AndiPratic                         0x000fbf3a 0xfa000 + 7994
    15  libdyld.dylib                      0x3c33eb1c start + 0
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib             0x3c3f5648 kevent64 + 24
    1   libdispatch.dylib                  0x3c325974 _dispatch_mgr_invoke + 792
    2   libdispatch.dylib                  0x3c325654 _dispatch_mgr_thread$VARIANT$mp + 32
    Thread 2 name:  Dispatch queue: com.apple.CFURLCACHE_work_queue
    Thread 2:
    0   libsystem_kernel.dylib             0x3c3f67cc fsync + 8
    1   libsqlite3.dylib                   0x3c137e20 0x3c0fb000 + 249376
    2   libsqlite3.dylib                   0x3c1645d0 0x3c0fb000 + 431568
    3   libsqlite3.dylib                   0x3c137778 0x3c0fb000 + 247672
    4   libsqlite3.dylib                   0x3c12ddf4 0x3c0fb000 + 208372
    5   libsqlite3.dylib                   0x3c10ec46 0x3c0fb000 + 80966
    6   libsqlite3.dylib                   0x3c12a9be 0x3c0fb000 + 195006
    7   libsqlite3.dylib                   0x3c121482 sqlite3_step + 2138
    8   libsqlite3.dylib                   0x3c101464 sqlite3_exec + 340
    9   CFNetwork                          0x33d06888 __CFURLCache::ExecSQLStatement_NoLock(sqlite3*, char const*, int (*)(void*, int, char**, char**), void*, long) + 36
    10  CFNetwork                          0x33d067ee __CFURLCache::_CFURLCacheTimerCallback0() + 310
    11  CFNetwork                          0x33d066a8 __CFURLCache::_CFURLCacheTimerCallback(void*) + 28
    12  libdispatch.dylib                  0x3c325134 _dispatch_source_invoke$VARIANT$mp + 248
    13  libdispatch.dylib                  0x3c322e8e _dispatch_queue_drain$VARIANT$mp + 78
    14  libdispatch.dylib                  0x3c322dbc _dispatch_queue_invoke$VARIANT$mp + 36
    15  libdispatch.dylib                  0x3c32391a _dispatch_root_queue_drain + 182
    16  libdispatch.dylib                  0x3c323abc _dispatch_worker_thread2 + 80
    17  libsystem_c.dylib                  0x3c353a0e _pthread_wqthread + 358
    18  libsystem_c.dylib                  0x3c3538a0 start_wqthread + 4
    Thread 3 name:  WebThread
    Thread 3:
    0   libsystem_kernel.dylib             0x3c4050fc __psynch_mutexwait + 24
    1   libsystem_c.dylib                  0x3c34e124 pthread_mutex_lock + 388
    2   WebCore                            0x39f9b418 _WebTryThreadLock(bool) + 184
    3   WebCore                            0x39f9b34a WebRunLoopLock(__CFRunLoopObserver*, unsigned long, void*) + 42
    4   CoreFoundation                     0x340386ca __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 18
    5   CoreFoundation                     0x340369bc __CFRunLoopDoObservers + 272
    6   CoreFoundation                     0x34036de8 __CFRunLoopRun + 952
    7   CoreFoundation                     0x33fa9eb8 CFRunLoopRunSpecific + 352
    8   CoreFoundation                     0x33fa9d44 CFRunLoopRunInMode + 100
    9   WebCore                            0x39f99500 RunWebThread(void*) + 440
    10  libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    11  libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 4 name:  Dispatch queue: com.apple.CoreLocation.ConnectionClient.0x236a7220.events
    Thread 4:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   CoreLocation                       0x34501e14 CLClientInvokeCallback(__CLClient*, CLClientEvent, objc_object*) + 340
    3   CoreLocation                       0x34505478 ___CLClientCreateConnection_block_invoke_0 + 384
    4   CoreLocation                       0x3453bed8 __setEventHandler_block_invoke_0 + 344
    5   libxpc.dylib                       0x3c44a862 _xpc_connection_mach_event + 718
    6   libdispatch.dylib                  0x3c326524 _dispatch_mach_msg_invoke$VARIANT$mp + 120
    7   libdispatch.dylib                  0x3c322e8e _dispatch_queue_drain$VARIANT$mp + 78
    8   libdispatch.dylib                  0x3c3267b2 _dispatch_mach_invoke$VARIANT$mp + 158
    9   libdispatch.dylib                  0x3c322e8e _dispatch_queue_drain$VARIANT$mp + 78
    10  libdispatch.dylib                  0x3c322dbc _dispatch_queue_invoke$VARIANT$mp + 36
    11  libdispatch.dylib                  0x3c322e8e _dispatch_queue_drain$VARIANT$mp + 78
    12  libdispatch.dylib                  0x3c322dbc _dispatch_queue_invoke$VARIANT$mp + 36
    13  libdispatch.dylib                  0x3c32391a _dispatch_root_queue_drain + 182
    14  libdispatch.dylib                  0x3c323abc _dispatch_worker_thread2 + 80
    15  libsystem_c.dylib                  0x3c353a0e _pthread_wqthread + 358
    16  libsystem_c.dylib                  0x3c3538a0 start_wqthread + 4
    Thread 5 name:  com.apple.NSURLConnectionLoader
    Thread 5:
    0   libsystem_kernel.dylib             0x3c3f4eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib             0x3c3f5048 mach_msg + 36
    2   CoreFoundation                     0x34038040 __CFRunLoopServiceMachPort + 124
    3   CoreFoundation                     0x34036d9e __CFRunLoopRun + 878
    4   CoreFoundation                     0x33fa9eb8 CFRunLoopRunSpecific + 352
    5   CoreFoundation                     0x33fa9d44 CFRunLoopRunInMode + 100
    6   Foundation                         0x348f63d0 +[NSURLConnection(Loader) _resourceLoadLoop:] + 304
    7   Foundation                         0x34979e80 __NSThread__main__ + 968
    8   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    9   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 6 name:  com.apple.CFSocket.private
    Thread 6:
    0   libsystem_kernel.dylib             0x3c405594 __select + 20
    1   CoreFoundation                     0x3403c1f2 __CFSocketManager + 674
    2   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    3   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 7:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 8:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 9:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 10:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 11:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 12:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 13:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 14:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 15:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 16:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 17:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 18:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 19:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 20:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 21:
    0   libsystem_kernel.dylib             0x3c405d98 __workq_kernreturn + 8
    1   libsystem_c.dylib                  0x3c353cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib                  0x3c353a12 _pthread_wqthread + 362
    3   libsystem_c.dylib                  0x3c3538a0 start_wqthread + 4
    Thread 22:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 23:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 24:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 25:
    0   libsystem_kernel.dylib             0x3c3f4f1c semaphore_timedwait_trap + 8
    1   libdispatch.dylib                  0x3c323f6c _dispatch_semaphore_wait_slow + 116
    2   libdispatch.dylib                  0x3c32380a _dispatch_worker_thread + 114
    3   libsystem_c.dylib                  0x3c35e30e _pthread_start + 306
    4   libsystem_c.dylib                  0x3c35e1d4 thread_start + 4
    Thread 26:
    0   libsystem_kernel.dylib             0x3c405d98 __workq_kernreturn + 8
    1   libsystem_c.dylib                  0x3c353cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib                  0x3c353a12 _pthread_wqthread + 362
    3   libsystem_c.dylib                  0x3c3538a0 start_wqthread + 4
    Thread 27:
    0   libsystem_kernel.dylib             0x3c405d98 __workq_kernreturn + 8
    1   libsystem_c.dylib                  0x3c353cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib                  0x3c353a12 _pthread_wqthread + 362
    3   libsystem_c.dylib                  0x3c3538a0 start_wqthread + 4
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x00000000    r1: 0x00000000      r2: 0x00000000      r3: 0x3defb534
        r4: 0x00000006    r5: 0x3defbb88      r6: 0x236b74b4      r7: 0x2fd06a04
        r8: 0x236b7490    r9: 0x00000300     r10: 0x2343ec50     r11: 0x00000000
        ip: 0x00000148    sp: 0x2fd069f8      lr: 0x3c37c123      pc: 0x3c405350
      cpsr: 0x00000010
    Binary Images:
       0xfa000 -   0x10bffb +AndiPratic armv7  <54af997861cb3157b2d72d31e2ad002e> /var/mobile/Applications/9EB1E96C-3FF2-44AA-9E9E-8FA4A35507C6/AndiPratic.app/An diPratic
    0x2fe25000 - 0x2fe4575b  dyld armv7  <280610df5ed43ec7aa00629a27009302> /usr/lib/dyld
    0x33071000 - 0x3317afff  IMGSGX543GLDriver armv7  <a31ea5c288c6353f9d6c75cf37c10fae> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x3326b000 - 0x3326bfff  Accelerate armv7  <b68ff92e404931f3bcb6361720f77724> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x3326c000 - 0x333aaff3  vImage armv7  <30522b92940d3dd184c8e46780594048> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age
    0x333ab000 - 0x3348eff7  libBLAS.dylib armv7  <d8edada1cea133458ca779e34a3a7f88> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib
    0x3348f000 - 0x33744fff  libLAPACK.dylib armv7  <9e08aead79d13043bab622402a270fba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib
    0x33745000 - 0x3379eff3  libvDSP.dylib armv7  <09e2a5e3e9203950890ba57592523132> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vDSP.dylib
    0x3379f000 - 0x337b0fff  libvMisc.dylib armv7  <7b7d4ccc9f2b364cb0da4251e745545d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib vMisc.dylib
    0x337b1000 - 0x337b1fff  vecLib armv7  <a7751c047dcc35ba8885212e1938b93f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec Lib
    0x337b2000 - 0x337c3ffe  Accounts armv7  <ea2de358b6cc3baab27d6ab809c31e39> /System/Library/Frameworks/Accounts.framework/Accounts
    0x337c5000 - 0x33829ffb  AddressBook armv7  <8cfae84dc66d3c1f9d17335c53c3d7b7> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x33cb8000 - 0x33d7dff7  CFNetwork armv7  <4771a5e4f9b83bceb252f0f3d166aaca> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x33d7e000 - 0x33dd4ff8  CoreAudio armv7  <5d534dbf76ff30f4a628f25f56c5f26a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x33de8000 - 0x33fa049f  CoreData armv7  <3930f672c76535a2abb768ee59958fa7> /System/Library/Frameworks/CoreData.framework/CoreData
    0x33fa1000 - 0x340d3ff1  CoreFoundation armv7  <fcb8d4e838543bcb9a52c9f232b8b4eb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x340d4000 - 0x3420cfff  CoreGraphics armv7  <81e213f810a034d4ba411f9b505da2a6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x3420e000 - 0x34249ff0  libCGFreetype.A.dylib armv7  <a5d20b80ab1532d8831027a66d2d9eb5> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dyl ib
    0x3442d000 - 0x34448ffb  libRIP.A.dylib armv7  <ec1487f9bdb93597a3f8d434406ad9bf> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x34449000 - 0x344feff2  CoreImage armv7  <6ae4ae2461313e3f84c6a8102d5b1b0e> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x344ff000 - 0x34557ff7  CoreLocation armv7  <4edb4b0f05e13af8b84699fe3ea4c538> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x3458c000 - 0x345f1ff2  CoreMedia armv7  <8592bdc268b83b8886acfc1fdab649ed> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x3467b000 - 0x346d1ffb  CoreTelephony armv7  <bea09dbe25363c3b8e8016b5b5148055> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x346d2000 - 0x34734fff  CoreText armv7  <e135debbc8f937299f4986fc3e9459e3> /System/Library/Frameworks/CoreText.framework/CoreText
    0x34735000 - 0x34744fff  CoreVideo armv7  <00f18bb26e663da9ae251a6ec36a19ec> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x348c9000 - 0x34a8cffd  Foundation armv7  <0179934581d13346aa7583165108b95c> /System/Library/Frameworks/Foundation.framework/Foundation
    0x34c47000 - 0x34c90fff  IOKit armv7  <a98ba9fefc7333e4a5a9169198848c62> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x34c91000 - 0x34e69ffb  ImageIO armv7  <b5ce84bb074d3de4b07b55da9fd8bfd1> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x34e6a000 - 0x34ee2fff  MapKit armv7  <027e730f45cc3868b98833546bb55449> /System/Library/Frameworks/MapKit.framework/MapKit
    0x35380000 - 0x353d9ff7  MobileCoreServices armv7  <77da8a9e7f813f5baf37eaa4a87fae84> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x35406000 - 0x354c7ff7  GLEngine armv7  <b3fd8a93778b317fab8630340a2d741b> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x354c8000 - 0x354cffff  OpenGLES armv7  <f2ede6b206f336de82cc38619692e762> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x354d1000 - 0x354d1fff  libCVMSPluginSupport.dylib armv7  <2506af1c983f3f09ac69aca44f67e863> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x354d2000 - 0x354d4fff  libCoreFSCache.dylib armv7  <761c0f0e263c3d39adbb5bf789cedde1> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x354d5000 - 0x354d7ffd  libCoreVMClient.dylib armv7  <af6ff28dce6031baaa850ccc79e5699b> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x354d8000 - 0x354dcfff  libGFXShared.dylib armv7  <a6ac1673a088379aa512ba5cac301f5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x354dd000 - 0x3551aff9  libGLImage.dylib armv7  <b8b8f3a1bfd0345e86aa0c2952534949> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x3551b000 - 0x35640ff3  libGLProgrammability.dylib armv7  <0b3cb1b9a5003c4a975ec268cabca3fc> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x35c15000 - 0x35d2afff  QuartzCore armv7  <c086b6e6cd9d341399bcc3675c82f1fe> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x35d79000 - 0x35da7ffc  Security armv7  <fbc24f15bd9e37539cdd6e3576bde938> /System/Library/Frameworks/Security.framework/Security
    0x35e26000 - 0x35e65fff  SystemConfiguration armv7  <410d69b356e533d6a1d538cf33059634> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x35e68000 - 0x363bcff3  UIKit armv7  <ad8b3ad23f413187a178179db39cfa6b> /System/Library/Frameworks/UIKit.framework/UIKit
    0x363bd000 - 0x363fbff3  VideoToolbox armv7  <d2e8067306d9346ab4a448f10f336894> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x3666d000 - 0x36679ffb  AccountSettings armv7  <8db45acc4d3d3017af10fa5ee82c2306> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x366c5000 - 0x366c8ffb  AggregateDictionary armv7  <c2a6c1ff89a9318d8b74fc5dfc8847b8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio nary
    0x367c5000 - 0x36ad1ff3  Altitude armv7  <d507155292c8341395d2cbde05ae448d> /System/Library/PrivateFrameworks/Altitude.framework/Altitude
    0x36af4000 - 0x36b2ffff  AppSupport armv7  <921794b7d82a3558a0eb860979be199c> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x36ba2000 - 0x36babffb  AssetsLibraryServices armv7  <de7ca29cd47433cd8eca9c04102f5508> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibrary Services
    0x36bdb000 - 0x36bf2fff  BackBoardServices armv7  <772912697ec23e5199a452e97f075dd9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x36bfc000 - 0x36c20ff7  Bom armv7  <b5315d733e123a0781683efdc734064b> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x36e56000 - 0x36e5bfff  CommonUtilities armv7  <f8fea9ee6ca236b0a7fa6c00eb8a0d24> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x37121000 - 0x37122ffd  CoreSurface armv7  <6065f7e040e93d6ea2837e929592cc30> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x3718f000 - 0x37194fff  CrashReporterSupport armv7  <03ee46e3ca3f3920a7174e62096723fb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport
    0x37366000 - 0x37378fff  DataAccessExpress armv7  <b9423867a9ef303b87d2e1eac1712957> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x373b7000 - 0x373b8ffc  DataMigration armv7  <5903e08348b83f119022cbbf83ad100a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x373bb000 - 0x373d4ff9  DictionaryServices armv7  <84669055e3e63d6ab56b8fe7b0476aaa> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic es
    0x37447000 - 0x3785affd  FaceCoreLight armv7  <43de0b31da3b39e4acf85ec2c8d5c65c> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x378a7000 - 0x378acfff  libGPUSupportMercury.dylib armv7  <4366fa0d1a0938a794bd8346e286d6f8> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dyl ib
    0x37a52000 - 0x37a5effe  GenerationalStorage armv7  <d77ad2367fff37d485480aa39df7d325> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalSto rage
    0x37a5f000 - 0x37b58fff  GeoServices armv7  <edbf37a31a6a31f49e392ed8ece200c7> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x37b59000 - 0x37b64fff  GraphicsServices armv7  <d4b7fd6509753bff9525fef374ddc359> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x37e50000 - 0x37e9cfff  IMFoundation armv7  <797535fc363c3f818bcd1424251393bf> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x37ea3000 - 0x37ea4ffc  IOAccelerator armv7  <9655464326203d258d3d0fc7e94651e2> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x37ea5000 - 0x37eaaffa  IOMobileFramebuffer armv7  <f38c374982a931d5a47458dd3c34ac59> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu ffer
    0x37eab000 - 0x37eafffd  IOSurface armv7  <a55bf03c35de3fd9b56dce82083c3d10> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x37ef9000 - 0x3809fffa  JavaScriptCore armv7  <a5780997f4b738659172f40877c9a7d9> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x3816b000 - 0x381c3ffd  ManagedConfiguration armv7  <44bbb2ba85c8320bb9e73c654b90f8c0> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration
    0x3839a000 - 0x383c7ff3  MobileAsset armv7  <3a9e6258ae1230f5b12f1638b09cb974> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x3840c000 - 0x3840fffe  MobileInstallation armv7  <c63e4b1ae40635cd9c6a7de851c80d10> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallati on
    0x38410000 - 0x38416ffd  MobileKeyBag armv7  <35882c57076334aeb0641969a9b69ff3> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x38473000 - 0x38476fff  MobileSystemServices armv7  <10b4eee2739c353183ac2cfe4e39a443> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemSe rvices
    0x38627000 - 0x38629fff  OAuth armv7  <575df12a2f2436af92e31494c3b74465> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x38d63000 - 0x38d88ff9  OpenCL armv7  <9baf655cae4e3f9f99a5c6a99207099d> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x390e9000 - 0x39106fff  PersistentConnection armv7  <c773b3dc885832f8a916de67f24f9f92> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection
    0x3939c000 - 0x393c4fff  PrintKit armv7  <3f0b9c58a458358eb506858e8ff9e1fe> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x393c5000 - 0x39439ff7  ProofReader armv7  <9cb25467554637bcb268ba30527d3c0f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x3943a000 - 0x39442fff  ProtocolBuffer armv7  <d1f2888d5e5a39cca6a6179a35c86770> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x3957e000 - 0x3958fff8  SpringBoardServices armv7  <0e48e91ad40f34aab3323c7c4157ce52> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices
    0x3971a000 - 0x3971cfff  TCC armv7  <d5bef30a5bda315194173b862975f9fb> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x3973b000 - 0x39748ffb  TelephonyUtilities armv7  <803d7a92439238ee942086999c481eb6> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtiliti es
    0x39749000 - 0x39b6dfff  TextInput armv7  <d54d5ca42b503f26ab45e5efd4b87135> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x39bcb000 - 0x39c6bfff  UIFoundation armv7  <9a464526e26634bc834537e5ac3abf1f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x39c8a000 - 0x39e08ffd  VectorKit armv7  <d5f64cf2bdc636228ae481b5bbfd1d28> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
    0x39f6f000 - 0x39f8effd  WebBookmarks armv7  <77b65bc9c87b367ebea9a5b7984b13a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x39f8f000 - 0x3a8beff1  WebCore armv7  <06c849df1ad435aeb8b6130d85cee5df> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x3a8bf000 - 0x3a99cff9  WebKit armv7  <e0768dbdbdf13c769af7959497e24024> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x3aa47000 - 0x3aa4effe  XPCObjects armv7  <723fe314ab95381cbfa69a0000005692> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
    0x3b77c000 - 0x3b782ffc  libAccessibility.dylib armv7  <f40705b5e9c43ce3b1f185fe690b9ac8> /usr/lib/libAccessibility.dylib
    0x3b783000 - 0x3b799fff  libCRFSuite.dylib armv7  <5a8a3d18a1ff3c97bd773705fef2d81c> /usr/lib/libCRFSuite.dylib
    0x3b7b1000 - 0x3b7bdfff  libMobileGestalt.dylib armv7  <d0dce72a604b37309b8714fb35d74468> /usr/lib/libMobileGestalt.dylib
    0x3b7cf000 - 0x3b7cffff  libSystem.B.dylib armv7  <7aeeab280f7e361e9986d962d0fa5281> /usr/lib/libSystem.B.dylib
    0x3b8f1000 - 0x3b8fdfff  libbsm.0.dylib armv7  <3870b1c8b1783b788bd51da1a04eae6e> /usr/lib/libbsm.0.dylib
    0x3b8fe000 - 0x3b907fff  libbz2.1.0.dylib armv7  <b04d27fa0f2d31d8bd0745f8aa0d7f67> /usr/lib/libbz2.1.0.dylib
    0x3b908000 - 0x3b952ff0  libc++.1.dylib armv7  <ceb9fb64fb203d3a94063a9db6590ca4> /usr/lib/libc++.1.dylib
    0x3b953000 - 0x3b966fff  libc++abi.dylib armv7  <4b8520bc534231ae97ce146e076bc7bf> /usr/lib/libc++abi.dylib
    0x3b997000 - 0x3ba84ff2  libiconv.2.dylib armv7  <ac23bb84e91e35418c9a2fb4792658b2> /usr/lib/libiconv.2.dylib
    0x3ba85000 - 0x3bbceff7  libicucore.A.dylib armv7  <da9d04cc6f6d3825aa52636342ef1e04> /usr/lib/libicucore.A.dylib
    0x3bbd6000 - 0x3bbd6ffd  liblangid.dylib armv7  <a10d8f96815d35e0a1d2c7b998a941f3> /usr/lib/liblangid.dylib
    0x3bbd9000 - 0x3bbe0ffb  liblockdown.dylib armv7  <224c65d491603e21a78a00af9e10f012> /usr/lib/liblockdown.dylib
    0x3bbe1000 - 0x3bbf6fff  liblzma.5.dylib armv7  <4a1f38cbee783a9ea6de94af25d45cc1> /usr/lib/liblzma.5.dylib
    0x3bd1d000 - 0x3bec0ff7  libmecabra.dylib armv7  <0747e596e9983bd6a76cf8349da325e4> /usr/lib/libmecabra.dylib
    0x3bec1000 - 0x3bed6fff  libmis.dylib armv7  <7502589f14733beb963c542fa40438c8> /usr/lib/libmis.dylib
    0x3beff000 - 0x3bffdb77  libobjc.A.dylib armv7  <79e5d714945834e4b2587abfc6c7269c> /usr/lib/libobjc.A.dylib
    0x3c0c1000 - 0x3c0d6fff  libresolv.9.dylib armv7  <3ee61a04a99b322e97e179bc03c46cf1> /usr/lib/libresolv.9.dylib
    0x3c0fb000 - 0x3c180ff9  libsqlite3.dylib armv7  <cbefd01867b93d2a869a534825a1414c> /usr/lib/libsqlite3.dylib
    0x3c181000 - 0x3c1ccfff  libstdc++.6.dylib armv7  <e3154b06ac5d360c948111abfb2bc339> /usr/lib/libstdc++.6.dylib
    0x3c1cd000 - 0x3c1f3fff  libtidy.A.dylib armv7  <c43990ee3a5e389aacf288c3615a50dc> /usr/lib/libtidy.A.dylib
    0x3c1f7000 - 0x3c2a4ff7  libxml2.2.dylib armv7  <28dcf6ee713b387ebb763d11d4b3cd37> /usr/lib/libxml2.2.dylib
    0x3c2a5000 - 0x3c2c5fff  libxslt.1.dylib armv7  <d327d9e0f43333568abda8d83558c8a9> /usr/lib/libxslt.1.dylib
    0x3c2c6000 - 0x3c2d2fff  libz.1.dylib armv7  <3ea49513bc023326be68e35324c11d0e> /usr/lib/libz.1.dylib
    0x3c2d3000 - 0x3c2d6ffa  libcache.dylib armv7  <91862e82d5063531b4fb4da9a19e5365> /usr/lib/system/libcache.dylib
    0x3c2d7000 - 0x3c2ddfff  libcommonCrypto.dylib armv7  <d9e66574881739e8b25c3ae087a9f409> /usr/lib/system/libcommonCrypto.dylib
    0x3c2de000 - 0x3c2e0ffc  libcompiler_rt.dylib armv7  <6ac449c92d743640a23d9d1ebe0b48a9> /usr/lib/system/libcompiler_rt.dylib
    0x3c2e1000 - 0x3c2e6fff  libcopyfile.dylib armv7  <87bcae8743ab35c8a070ac95b7d57acb> /usr/lib/system/libcopyfile.dylib
    0x3c2e7000 - 0x3c31cff3  libcorecrypto.dylib armv7  <04b464137fc2304b84eeed1a5418f4a8> /usr/lib/system/libcorecrypto.dylib
    0x3c31d000 - 0x3c33aff9  libdispatch.dylib armv7  <9323bb560d4e3a3fb41efdc78bd0cf94> /usr/lib/system/libdispatch.dylib
    0x3c33b000 - 0x3c33cfff  libdnsinfo.dylib armv7  <c25502085c833181b2a12cf525cffde6> /usr/lib/system/libdnsinfo.dylib
    0x3c33d000 - 0x3c33efff  libdyld.dylib armv7  <f0b2fad1b720361297e22866c5c0fb64> /usr/lib/system/libdyld.dylib
    0x3c33f000 - 0x3c33ffff  libkeymgr.dylib armv7  <e19c865e73e2352bbc8022033e953f22> /usr/lib/system/libkeymgr.dylib
    0x3c340000 - 0x3c345fff  liblaunch.dylib armv7  <c8bedc36bc3d3b55b91b12ebb1240968> /usr/lib/system/liblaunch.dylib
    0x3c346000 - 0x3c349ffe  libmacho.dylib armv7  <965ab939e24935e7a3a65981574a7745> /usr/lib/system/libmacho.dylib
    0x3c34a000 - 0x3c34bfff  libremovefile.dylib armv7  <295706037a5238b4aa145df7b9354a0e> /usr/lib/system/libremovefile.dylib
    0x3c34c000 - 0x3c34cfff  libsystem_blocks.dylib armv7  <50a01a02f573317fbd21e1070b0afc7d> /usr/lib/system/libsystem_blocks.dylib
    0x3c34d000 - 0x3c3d3ff4  libsystem_c.dylib armv7  <cacc68d271e53338b7780c26f651b767> /usr/lib/system/libsystem_c.dylib
    0x3c3d4000 - 0x3c3daffe  libsystem_dnssd.dylib armv7  <6c5ac17133a1366aaeea5dc38dceaf1f> /usr/lib/system/libsystem_dnssd.dylib
    0x3c3db000 - 0x3c3f3ff7  libsystem_info.dylib armv7  <5a4a4c9da868317db7f17cb616eb32d1> /usr/lib/system/libsystem_info.dylib
    0x3c3f4000 - 0x3c40affd  libsystem_kernel.dylib armv7  <7d409890411a396a9c812f488f8ea99a> /usr/lib/system/libsystem_kernel.dylib
    0x3c40b000 - 0x3c427fff  libsystem_m.dylib armv7  <036ea0321da038e8b69a0c4413da00fe> /usr/lib/system/libsystem_m.dylib
    0x3c428000 - 0x3c436ffd  libsystem_network.dylib armv7  <afc167a2e9be3dd6851da8deaf42bafd> /usr/lib/system/libsystem_network.dylib
    0x3c437000 - 0x3c43efff  libsystem_notify.dylib armv7  <c1d71aa978383c51a9ba2b32782d6cc6> /usr/lib/system/libsystem_notify.dylib
    0x3c43f000 - 0x3c440ffc  libsystem_sandbox.dylib armv7  <45bb99d46408351a9c61b5326032adea> /usr/lib/system/libsystem_sandbox.dylib
    0x3c441000 - 0x3c441fff  libunwind.dylib armv7  <df8f1d90cbb837cc92d5901fab94e6ca> /usr/lib/system/libunwind.dylib
    0x3c442000 - 0x3c457ff9  libxpc.dylib armv7  <7f983066ea4c3c119f3e2344a04fef6e> /usr/lib/system/libxpc.dylib
    dylib
    0x3c3d4000 - 0x3c3daffe  libsystem_dnssd.dylib armv7  &lt;6c5ac17133a1366aaeea5dc38dceaf1f&gt; /usr/lib/system/libsystem_dnssd.dylib
    0x3c3db000 - 0x3c3f3ff7  libsystem_info.dylib armv7  &lt;5a4a4c9da868317db7f17cb616eb32d1&gt; /usr/lib/system/libsystem_info.dylib
    0x3c3f4000 - 0x3c40affd  libsystem_kernel.dylib armv7  &lt;7d409890411a396a9c812f488f8ea99a&gt; /usr/lib/system/libsystem_kernel.dylib
    0x3c40b000 - 0x3c427fff  libsystem_m.dylib armv7  &lt;036ea0321da038e8b69a0c4413da00fe&gt; /usr/lib/system/libsystem_m.dylib
    0x3c428000 - 0x3c436ffd  libsystem_network.dylib armv7  &lt;afc167a2e9be3dd6851da8deaf42bafd&gt; /usr/lib/system/libsystem_network.dylib
    0x3c437000 - 0x3c43efff  libsystem_notify.dylib armv7  &lt;c1d71aa978383c51a9ba2b32782d6cc6&gt; /usr/lib/system/libsystem_notify.dylib
    0x3c43f000 - 0x3c440ffc  libsystem_sandbox.dylib armv7  &lt;45bb99d46408351a9c61b5326032adea&gt; /usr/lib/system/libsystem_sandbox.dylib
    0x3c441000 - 0x3c441fff  libunwind.dylib armv7  &lt;df8f1d90cbb837cc92d5901fab94e6ca&gt; /usr/lib/system/libunwind.dylib
    0x3c442000 - 0x3c457ff9  libxpc.dylib armv7  &lt;7f983066ea4c3c119f3e2344a04fef6e&gt; /usr/lib/system/libxpc.dylib
    </string>
    <key>displayName</key>
    <string>AndiPratic</string>
    <key>name</key>
    <string>AndiPratic</string>
    <key>os_version</key>
    <string>iPhone OS 6.1.3 (10B329)</string>
    <key>system_ID</key>
    <string></string>
    <key>version</key>
    <string>??? (???)</string>
    </dict>
    </plist>
    Which is strange is that the application works perfectly on both the simulator and on my iPhone 3GS, if someone have any idea to solve the problem, I thank in advance to tell me the procedure to follow to solve this problem.
    Thank you in advance for your help.

    Like xnav indicates:
    Thread 0 crashed and you can work you way back until you see a function your wrote... which is...
    14  AndiPratic                         0x000fbf3a 0xfa000 + 7994
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib             0x3c405350 __pthread_kill + 8
    1   libsystem_c.dylib                  0x3c37c11e pthread_kill + 54
    2   libsystem_c.dylib                  0x3c3b896e abort + 90
    3   libc++abi.dylib                    0x3b956d4a abort_message + 70
    4   libc++abi.dylib                    0x3b953ff4 default_terminate() + 20
    5   libobjc.A.dylib                    0x3bf07a74 _objc_terminate() + 144
    6   libc++abi.dylib                    0x3b954078 safe_handler_caller(void (*)()) + 76
    7   libc++abi.dylib                    0x3b954110 std::terminate() + 16
    8   libc++abi.dylib                    0x3b955594 __cxa_rethrow + 84
    9   libobjc.A.dylib                    0x3bf079cc objc_exception_rethrow + 8
    10  CoreFoundation                     0x33fa9f1c CFRunLoopRunSpecific + 452
    11  CoreFoundation                     0x33fa9d44 CFRunLoopRunInMode + 100
    12  GraphicsServices                   0x37b5e2e6 GSEventRunModal + 70
    13  UIKit                              0x35ebf2fc UIApplicationMain + 1116
    14  AndiPratic                         0x000fbf3a 0xfa000 + 7994
    15  libdyld.dylib                      0x3c33eb1c start + 0

  • Consistent, long-standing performance issues -- seeking advice

    I have a performance problem with my system. It's a problem that's lasted me years, spanning 3 different computers. This leads me to believe it's not the hardware, but something about my system. As I've moved from computer to computer (as well as when I've reinstalled the system), I've taken pains to skip the Migration Assistant and move over preferences and Application Support one by one, in an attempt to isolate and remove the bug. This always appears to work for a while, then inevitably it goes back to it's same, unresponsive, jittery, occasionally slow self. I'm considering getting a new computer, and I want to try to isolate this problem before I go through the process again.
    Here is a list of symptoms. Scroll to the end to read what I've tried to do to fix it.
    DISAPPEARING FINDER
    Once in a while, when waking from sleep, the icons on the Finder disappear. The Finder is be usable, and I can create Finder windows, but the icons aren't there. Fixed by force-restarting the Finder.
    MESSY ICON
    OIAW, when waking from sleep, the mouse arrow will be replaced with what appears to be random lines and static. Easily fixed by hovering over a text box and forcing a cursor change.
    SAFARI BEACHBALL
    I know Safari can be slow as a matter of course, but sometimes mine just GRINDS. I have to either force-quit it or leave it for a while for it to catch it's breath. Some common triggers are Flash embeds (no surprise), big pages, or pages with big photos. Almost always, a page with a lot of photos (like Big Picture), will be impossible to scroll smoothly.
    GARBLED MENUBAR
    Occasionally, I'll look up to the menu bar to find it a garbled mess. It appears as if the menus from more than one application are overlain on top of each other. The bar is still useable, and if I click on any menu, it redraws itself properly.
    MOBILE ME IS A ************
    This is probably the biggest, most consistent, easiest to replicate problem. When Mobile Me is syncing, I might as well not even try to use the computer. It seems to gobble up all memory, making everything else practically useless. I have it set to sync automatically, but I'm pretty sure I've tried hourly and daily and the same problem occurs. (Also, FWIW, I think it's syncing a lot more than it needs to -- not a lot changes from sync to sync. But I'm not sure how to prove this.)
    SLOW DOCK
    If it hasn't been in use for a while, the dock will take a second or two to show (it's positioned on the bottom, hidden).
    FONT CORRUPTION
    This hasn't been happening much lately, but for a while, particular base system fonts would suddenly stop working. The files were still there, and active in FontBook, but they wouldn't work in applications. I would have to remove the file from the System/Library/Fonts folder, then the system would recreate it, and it would work again. This would sometimes happen out of the blue.
    The one consistently corrupt program in this respect is Google Chrome. It's never been usable -- all characters within the window frame are the weird box with a serif A in the middle. (Strangely, the text in the chrome itself -- bookmark text, tab text, etc -- works fine.
    ITUNES STUTTER
    Sometimes the computer is so consumed with whatever it's doing that iTunes will stutter.
    DOCK STUTTER BOUNCE
    Often when opening an app, the dock icon doesn't bounce smoothly, but rather stutters up and down.
    TRANSPARENT MENUBAR
    Sometimes the background of the menubar disappears. Weirdly, the shadow remains.
    SLOW DASHBOARD
    Even after the Dashboard has been loaded for the first time, it can be grindingly slow. It usually zooms into place okay, but activating an module and using it can take 10-20 seconds.
    SLOW SCROLLING
    Sometimes, very rarely, the whole computer will have a scrolling seizure -- scrolling a window will become VERY unresponsive, and very stuttery when it finally does respond. Happens to all apps, and quitting the app doesn't appear to fix it. Only restarting (or logging out and in).
    COVERFLOW
    Like other things, can be jumpy.
    IN SUMMARY, **** IS SLOW
    Basically, sometimes everything just slows. Even the simplest thing is impossible to do, like opening a menu, or finder window, or typing -- it'll stutter and spits out my letters in big chunks.
    *--- THINGS I'VE TRIED ---*
    I've added more RAM. When I went from 2GB to 3GB, things appeared to be fast again. That lasted a few days. Later, I went from 3GB to 4GB, with no noticeable change.
    I've cleared out my fonts. I deactivated all fonts in FontExplorer except for a couple dozen essentials.
    I've verified all fonts in FontBook and removed the offending ones. I fixed any conflicts in FontExplorer.
    I've cleared the cache any number of ways, including with Cocktail. Cocktail offers a variety of configurations for cache clearing, and I've tried a bunch of them.
    After doing all the above for the first time, I actually thought I had cleared out whatever ugliness was invading my system. Things were opening snappily, and Flash movies were playing smoothly. That lasted a day, and things went back to normal. I've tried it again several times since, and while I've seen some mild improvement, it's been nothing like that one miraculous time.
    *--- WHAT NEXT? ---*
    I've seen Apple Store Geniuses about this a few times. It's been very frustrating. What it usually comes down to is: reinstall your system. I did it the first time they suggested it, and the problem always came back. I'm not going to do it again, because it's a major hassle, and obviously doesn't fix the problem.
    The other thing they say to do is look at Activity Monitor. I have done that, but I'm not totally clear what to with the information I see, other than to quit more apps to free more memory. Here's the thing: I'm seeing no discernible difference in free memory between a 3GB system and 4GB system. Same slowness, same sliver of free memory in the pie chart.
    I've done a lot of looking around online, including in this forum, and the one thing I read consistently is that you want to avoid pageouts. I look at my Activity Monitor and see gigs and gigs of pageouts. What I can't find is tips on how to reduce them.
    I've been living with this for a while, because it's just on the threshold of tolerable. It comes in waves, and the times of easygoing make it easy to forget the annoying times. But I'd like to fix it at its root. If you have any advice, I'd love to hear it.
    *--- SCREENSHOTS ---*
    - The garbled menubar
    - An example of very active Activity Monitor with 3GB
    - And one with 4GB
    Thanks!

    Erase the hard drive, install 10.6 from scratch, download and install the 10.6.3 vers. 1.1 Combo Updater, then allow Software Update to download and install any other additional software.
    Do not yet reinstall any third-party software but take some time to test out everything, In this way you will be able to better now if some problems remain which may be indicative of hardware malfunction.
    Since you say these problems have been long standings, I'm surprised you didn't downgrade to Leopard or take the computer in for repair. Letting problems go without solution tends to cause new problems and/or exacerbate existing ones.

  • Roto Brush Performance Issues & Seeking Advice.

    Hello everyone,
      First time posting in the forum, so I'll make this as painless as I can and hopefully I can get a hand in figuring this out.
    Computer is a brand new Mac Book Pro 15in Retina Display.
    - 2.7ghz Intel Core i7 (quad core)
    - 16gb Ram
    - SSD HD
    - NVidia GeForce GT 650m 1024 mb.
    - OSX 10.8.3
    - After Effects 11.0.2.11
    The project that I'm working on right now was shot 1080, 24fps. I cut the project in Premier and copied all of the footage to AE for keying and to ad motion graphics. The project is close to 5 minutes in length, when I noticed the project effecting the performance of my computer I created 4 smaller projects.
    I'm using the rotobrush to add back in the underside of the brim, a task which, initially, I didn't expect to be such a problem.
    No issues at all with keying, so I duplicated the footage, and began roto brushing the brim at full resolution. For the most part, I've been advancing by 10 frames, which I understand will take longer to propagate, however any selection after the render is completely is leaving After Effects almost completely unresponsive for a minute or two.
    Not sure what exactly is going on. I just finished a project last week and used the roto brush quite a bit and had absolutely no problems!
    I read every article and post I found on the roto brush tool, as well as a handful of AE Optimization articles and videos.
    Not sure what else you might need to know from me, but any input or advice would be great.
    Also, if there is a better way to handle adding the underside of the brim back in please let me know. I've tried a few different options, and roto brushing seemed to be the best and quickest option until this!
    Thanks a lot!
    -Joe

    It's hard to say what is causing the rotobrush show down but there may be an easy work around. Try something like this:
    I applied keylight to the footage, selected combined matte to give rotobrush a nice easy area to work in, then pre-composed the keyed footage and used RotoBrush on the layer to select the underside of the hat. I added a white solid behind the rotoed pre-comp and pre composed that to use as a track matte for the original footage. Keylight was also applied to the original footage but was only used to supress color. Here's the AEP. Maybe it will give you some ideas.

  • My app rejected due to UIRequiredDeviceCapabilities didn't added

    Dear Support,
                         My app is rejected at app store. They said" We found that your app requires functionality specific to iPhone, but the UIRequiredDeviceCapabilities key in the app's Info.plist does not reflect this requirement. When this app is installed on an unsupported device, it will not behave as advertised, as required by theApp Store Review Guidelines. Since your app requires phone functionality, you should configure the UIRequiredDeviceCapabilities key to reflect the appropriate devices. This key prevents users from installing applications on unsupported devices."
    I have an app that uses the open url scheme to make call from the app. What I need to add in info.plist
    I have TestProject-Info.plist And I am not able to add UIRequiredDeviceCapabilities declaring as dictionary or array. I googled a lot but can't find the way how to do that. When I add a row and type UIRequiredDeviceCapabilities it's not pop out (not defined).
    Could you please tell the step step process how to do that.
    I will be greatly thankful to you .
    Thanks & Best Regards
    Laxman Pandey.

    Thanks a lot for your reply but i can't do the same in the pic above i can't edit item0 as telephony.
    Could you please show me the plain text entry like.
    I did it as :
    <key>UIRequiredDeviceCapabilities</key>
      <array>
      <key>telephony</key>
      <true/>
      </array>

  • App rejected (again) due to content that didn't update

    This is strange.
    After the last rejection due to iPad 3 compatibility issues, we uploaded a new binary to Apple and made some changes to the content of the folio that was regarded as "objectionable" which consisted of a complete article and an image in the TOC article.
    After updating the folio, the article was removed, but the TOC article didn't update and was left as is with the problematic photo that caused the rejection.
    After achiving and downloading again, the correct content appeared.
    What's going on here?

    I'll investigate. Thanks for the info on your problem.

  • App Rejected because current issue does not become available

    I have had an App rejected twice by Apple for not having the current edition becoming available for download after the user purchases a subscription. See attached screenshot which was taken by the reviewer in Apple on their device. Also note there is no graphic tile in the Library view. App built using DPS Pro V 23.

    I'm assuming the problem to be the reason explained here in this documentation http://helpx.adobe.com/digital-publishing-suite/kb/subscription-fail-ios-renditions.html

  • AIR 15 - iOS Apps Rejected -  XCode 5.1.1 is now required

    We've run into an issue with Apple no longer accepting apps compiled with Adobe AIR, due to a new requirement for the XCode version used:
    As of September 9th 2014, all apps must be built using XCode 5.1.1 -- though Adobe AIR (including the newest version 15 released on the same date) compiles using XCode 5.0.2.
    After submitting an AIR app to iTunes Connect yesterday, we received an email from iTunes stating that "This bundle is invalid" because it's using an older version of XCode that is no longer allowed for uploads.  The full message reads:
    Dear developer,
    We have discovered one or more issues with your recent submission for "yourappnamehere". To process your submission, the following issues must be corrected:
    This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software.
    Once these issues have been corrected, use Xcode or Application Loader to upload a new binary to iTunes Connect. Choose the new binary on the app’s Details page in My Apps on iTunes Connect, and click Submit for Review.
    Regards,
    The App Store team
    After compiling with both AIR 14 and AIR 15, I changed the extension from .ipa to .zip and unzipped the package to see what version it was using.  Within the Info.plist file, it shows that AIR is using XCode 5.0.2 (DTXcode set to 0502, DTXcodeBuild set to 5A2005).  The only version that is now allowed for uploads is XCode 5.1.1 (Build 5B1008). 
    As it stands now, all AIR-developed apps for iOS will be rejected, and cannot be published on the App Store.  This goes for new apps as well as submitting updates for apps that are already live in the App Store.
    I just submitted a report to the Adobe Bugbase about this as well, you can view it or vote on it here:
    Bug#3821892 - AIR apps rejected for iOS - Not built using XCode 5.1.1

    Hi,
    We have a similar issue. Yesterday, September 24th 2014, I attempted to upload an application update and I received this error:
         ERROR ITMS-9000: "Invalid Segment Alignment. This app does not have proper segment alignment and should be rebuilt with the latest version of Xcode. Please contact Developer Technical Support if you need further assistance." - The upload log is only a bit more verbose with "ErrorCode = 1102".
    My first upload attempt binary was built with AIR 14.0 and iPhone SDK 7.1. (DTXcode == 0502)
    After some Web search, I found this forum post, and also tried theses builds :
    - AIR 15.0.0.274 and iPhone SDK 8.0 (DTXcode == 0600)
    - AIR 14.0 and iPhone SDK 8.0 (DTXcode == 0502)
    For all three attempts, I received the same error. I have not tested yet with AIR 15.0.0.274 and iPhone SDK 7.1, but i'm not sure its worth it...
    I sent an assistance request to Apple, but I would like to know what is the Adobe status for iOS 8 support... I cannot find much info about this on the AIR 15 SDK page.
    If anyone can bring some light on this, thanks in advance,

  • Binary Rejected due to crash

    Did anyone knows how to fix this issue? Cause it's happening to me as well.
    I submitted 4 times to Apple Store the update of my app and it got always rejected, due to a crash when it launch.
    It was a simple update to an app, which works on iPhone and iPad.
    Can anyone help me out?
    Follow the screenshot of one of the rejections.

    I don't see what tool you're are using. If it's Flash Pro there is an option to "enable faster packager". There are some ANEs that have a problem with that, and the symptom is that the app crashes on launch (or when that ANE initializes).
    AIR 16 has some of those cases fixed, so your choices are to turn off the faster compiler option in AIR 15, or try AIR 16.
    You could argue that turning off the faster compiler is an all round good solution to all Store build issues, but I have had one app where it would only work properly with the new faster compiler, and when I cautiously used the slower one, I ran into a problem! You have to try both, and submit to Apple using the same one you used during testing.

Maybe you are looking for

  • Problem with file permissions in Windows shares

    Due to a company merger we are now supporting a group of Macs in our PC environment. These Macs connect to our Windows shares. This generally works well, however we have discovered a problem. It's to do with the way our Macs interact with our Windows

  • Mavericks slow boot up

    Mavericks for me has been running a bit sluggish especially at start up. This is after a reinstall too! Also my disk verification fails to say this disk appears to be okay. Instead it stops halfway through completion, I have found out that some other

  • Backup problem with new 8900

    I am a fairly competent BB user and have just upgraded from a Pearl to the blessed 8900. I love it so far, but I'm having problems backing it up. I can start it ok and it gets about halfway done the backup and then when it gets to "Smart Card Options

  • Pivot Table Limit

    Hi, I believe there is a limit on the number of rows a pivot table will support. Does anyone know what that limit is? Thanks Minesh

  • Not able to update my ipod touch os version 1.1

    Hi All, I have my ipod touch first generation and having OS 1.1 Whenever i try to update the os through itunes it is showing error that, cannot connect to internet. Also, i tried doing via Wifi, ipod showing error that cannot connect to internet thou