ITMS-90338: Non-public API usage

We started receiving this error a few days ago when it appeared to be a wide spread problem on Apple's end. https://developer.apple.com/forums/thread/127678?answerId=715975022#715975022

Although it is supposedly resolved, I am still getting this error. I have incremented build and version numbers along with tweaking code. Also, the build agent is running macOS 12.4 and Xcode 13.4.1.

ITMS-90338: Non-public API usage - The app contains one or more corrupted binaries. Rebuild the app and resubmit.,The app references non-public selectors in Align-Dev: isActivated. 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. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/

The only remaining use of isActivated is the BlackBerry Dynamics dynamic SDK. That property is not new in the SDK and has never been flagged before.

Thanks for the information, we have arranged for someone from App Review to contact you separately.

This is exactly my problem. It seems that Apple has not fully resolved it yet. Have they contacted you yet?

Accepted Answer

For anybody else using the dynamic BlackBerry Dynamics SDK, it seems that for now the fix for this rejection is to use the static SDK.

I get the same message

But I can't upload to the app store it gets rejected

How can I start to look for the issue??

Where are "method names"

How can I tell if I'm using an sdk?

ITMS-90338: Non-public API usage
 
 
Q