Live data from Hacker News

Apple is rejecting apps that contain function names matching private APIs

github.com

1–2 of 2 posts

Re: Apple is rejecting apps that contain function names matching private APIs

#2
I got a warning today when submitting my app that said I was using a private API function. Turns out they've essentially blacklisted certain function names that match anything in one of their private frameworks. Renaming functions (making a breaking change) is apparently necessary to avoid this: https://github.com/realm/realm-swift/pull/7951