Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nowrap opened this issue Jul 26, 2019 · 3 comments
Open

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

nowrap opened this issue Jul 26, 2019 · 3 comments

Comments

@nowrap
Copy link

nowrap commented Jul 26, 2019

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
Copy link

c-emil commented Sep 3, 2019

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

@nowrap
Copy link
Author

nowrap commented Sep 16, 2019

Was during Apples TestFlight

@Yelles
Copy link

Yelles commented May 26, 2020

Was during Apples TestFlight

did you find a solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants