5

I am facing issue where it shows warning below while uploading an App to Appstore

App references non-public selectors in payload/AppName:consume

Any help is appreciated.

I have uploaded the app with above warning, will my App be rejected by Apple or not?

consume: is the method used in Omniture Library and How can I overcome from this issue.

enter image description here

Brjv
  • 1,054
  • 1
  • 8
  • 24
  • What does this `consume:` method look like? – Phillip Mills Sep 24 '14 at 16:37
  • Yah Its a method : - (void) consume: (NSString *) content – Brjv Sep 25 '14 at 06:01
  • I wonder how the validation process knows that selector is non-public? It doesn't follow the convention of using a leading `_` character. – Droppy Sep 25 '14 at 06:11
  • Is there any way to search consume method in code except project navigator search bar – Brjv Sep 25 '14 at 13:13
  • I don't know whether I'm right or wrong, but I read that message as saying there's something **inside** the `consume:` method that it doesn't like rather than the method itself. (Which is why I asked my first question, assuming you'd show its implementation code.) – Phillip Mills Sep 25 '14 at 13:25
  • Its implementation is hidden as it is from the Third party library(Omniture). – Brjv Sep 25 '14 at 13:38
  • consume: is the method used in Omniture Library and How can I overcome from this issue. – Brjv Sep 26 '14 at 10:33
  • I am getting error itunes store operation failed the app references non-public selectors in payload : setResult; taskWithResult – Ashish Karpe Dec 21 '17 at 13:40

0 Answers0