Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved App developed on Qt with XCode on iOS rejected by Apple Store team

    Mobile and Embedded
    xcode ios apple store
    3
    3
    1101
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      NGV1 last edited by

      We have created an App with Qt 3.5.1 and XCode 7.2 on iOS, and it runs very well on IPhone 4 (iOS 9.1) and IPhone 6 (iOS 8.3) (Simple application with Bluetooth communication).
      But our App has been rejected 3 times by the Apple Store validation team, with the following reason : "Exception type : EXC_BAD_ACCESS (SIGSEGV)" and "Exception Subtype : KERN_invalid_ADDRESS at 0x0000000000000000" "Triggered by Thread: 0"
      Who can help us to resolve the problem and to ensure that our App will be accepted by Apple Store ? (forum members or society, XCode developers...).
      Thank you.

      raven-worx 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion last edited by

        Looks like a segmentation fault (null pointer?). Did you try the same package you uploaded to app store on your hardware? Is this all information you get from Apple?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • raven-worx
          raven-worx Moderators @NGV1 last edited by

          @NGV1
          seems like the app is crashing for them. So the reason is to figure out why.
          Don't they provide a stack trace of the crash?

          Also you can try to upgrade the used Qt version, since a lot of stuff happens during major releases especially in the mobile section.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply Reply Quote 0
          • First post
            Last post