Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-public selectors while submitting app #116

Closed
hamdan opened this issue May 28, 2015 · 4 comments
Closed

non-public selectors while submitting app #116

hamdan opened this issue May 28, 2015 · 4 comments

Comments

@hamdan
Copy link

hamdan commented May 28, 2015

got it warning while submitting application
itunes store operation succeeded with a warning
the app references non-public selectors in playload/myProject.app/myProject:legend,setDescriptionText; setForm;setFormSize:,setLabelPosition:,setValueFont:

@danielgindi
Copy link
Collaborator

It's ok. It's like the "id" issue with Facebook's SDK. It tries to recognize any private API selectors that you are using, but it is actually public API of Charts. So you're ok!

@hamdan
Copy link
Author

hamdan commented May 29, 2015

thanks for fast reply. will i am not using any external sdk like Facebook only using ios-chart .Are you sure apple will not reject app?

@danielgindi
Copy link
Collaborator

Yes

‏בתאריך יום שישי, 29 במאי 2015, hamdan notifications@github.com כתב:

thanks for fast reply. will i am not using any external sdk like Facebook
only using ios-chart .Are you sure apple will not reject app?


Reply to this email directly or view it on GitHub
#116 (comment)
.

@Fenil15
Copy link

Fenil15 commented Oct 7, 2016

I got this error today while uploading on itunes. Here's is the conflicting method : legend, setCircleRadius:, setLabelPosition:, setLabelText:, setMargin:, setMinSize:, setScaleEnabled:, setValueFont:, setValueFormatter:, setYOffset:

Charts version : 2.2.5

Any suggestion or idea will be really helpful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants