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. Apple not process the uploaded IPA because of Non-public API usage
Forum Updated to NodeBB v4.3 + New Features

Apple not process the uploaded IPA because of Non-public API usage

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 1 Posters 894 Views 1 Watching
  • 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.
  • M Offline
    M Offline
    m.abed
    wrote on last edited by aha_1980
    #1

    Hello

    I am using QT 5.8 and want to upload my game to AppStore but i got this email after upload
    Received Message
    Non-public API usage:
    The app references non-public symbols in Trix: __ZN3WTF11OSAllocator16reserveAndCommitEmNS0_5UsageEbbb, __ZN3WTF11OSAllocator18releaseDecommittedEPvm, __ZN3WTF8pageSizeEv

    I am using this in .pro file
    CONFIG += c++11
    QT += qml quick sql purchasing gui multimedia

    1 Reply Last reply
    0
    • M Offline
      M Offline
      m.abed
      wrote on last edited by
      #2

      i downloaded QT 5.10 and uploaded again
      apple accepted it
      but still don't know the error was

      1 Reply Last reply
      0
      • M Offline
        M Offline
        m.abed
        wrote on last edited by
        #3

        this happened again because of importing

        LIBS += -framework JavaScriptCore
        

        and resolved after i removed it

        1 Reply Last reply
        0

        • Login

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