Hacker News new | ask | show | jobs
by miweiss 4447 days ago
I've had an app rejected from the selector search the article mentions. As the article says though, I'm sure it's within apple's power to ignore them, especially if lots of existing apps use it.
1 comments

Actually rejected because your app had a MOGenerator selector? Details, please. That adds a lot of information to this story.
I believe he's saying he's had an app rejected because of a selector conflict, not specifically a selector conflict involving mogenerator.

E.g. he calls `-(void)someMethodWithTheSameNameAsAnApplePrivateMethod` in his code, and App Review rejects it because their tools are telling them he's calling a private method.