floatinghotpot / cordova-httpd

Embed tiny web server into Cordova with a plugin
285 stars 148 forks source link

iOS - ITMS-90338: Non-public API usage #72

Open nowrap opened 4 years ago

nowrap commented 4 years ago

ITMS-90338: Non-public API usage - The app references non-public selectors in S12: _setAlwaysRunsAtForegroundPriority:, ddSetLogLevel:, newSocketQueueForConnectionFromAddress:onSocket:, socket:didConnectToHost:port:, socket:didReadPartialDataOfLength:tag:, socket:didWritePartialDataOfLength:tag:, socket:shouldTimeoutReadWithTag:elapsed:bytesDone:, socket:shouldTimeoutWriteWithTag:elapsed:bytesDone:, socketDidCloseReadStream:, socketDidSecure:, webSocket:didReceiveMessage:, webSocketDidOpen:. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.

All but one (_setAlwaysRunsAtForegroundPriority) are withn this plugin.

Does someone have any advises?

Regards nowrap

c-emil commented 4 years ago

@nowrap Does it mean that your app was rejected from AppStore review due to the fact that plugin references non-public selectors?

nowrap commented 4 years ago

Was during Apples TestFlight

Yelles commented 4 years ago

Was during Apples TestFlight

did you find a solution ?