Hi Devs!
Apple does not allow non-public api usage in the app BUT
- How do we distinguish between public and non public?
- How do we find out if an app is consuming a non public api?
😕
Follow up:
I realized how Apple define non-public api in our code. When the method name that you defined in code has collide with Apple's private API, Apple will reject your due to conflict issue. Am I right?