Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. App developed on Qt with XCode on iOS rejected by Apple Store team

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

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
xcodeiosapple store
3 Posts 3 Posters 1.4k Views
  • 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 Offline
    N Offline
    NGV1
    wrote on 25 Jan 2016, 09:30 last edited by
    #1

    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.

    R 1 Reply Last reply 25 Jan 2016, 09:37
    0
    • J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 25 Jan 2016, 09:36 last edited by
      #2

      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
      0
      • N NGV1
        25 Jan 2016, 09:30

        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.

        R Offline
        R Offline
        raven-worx
        Moderators
        wrote on 25 Jan 2016, 09:37 last edited by
        #3

        @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
        0

        3/3

        25 Jan 2016, 09:37

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved