ios - Would apple allow this this non-public method? -


For example:

I am using some non-public method so that my application's slide effect is better controlled Can be done:

  [Self buffer model role controlling alliance: 2];   

After trying to upload my app with the application loader, I got a message that I can not use such non-public methods. I found a good success in stack overflow :

So, I have optimized my code:

  int tvalue = 2; Objc_msgSend (self, sel_getUid ("Dismoder-modal Weave ControllerWith Transition:", Tavern);   

After the code changed, the application loader accepted my binary. So here's my question: Can I have a problem if the app is modified by apple?

Thanks in advance.

You can not have your app been rejected because Apple can not properly track your code Skip to use non-public methods

Comments