Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Validation warning with Facebook bindings #187

Open
nico6ka opened this issue Jan 17, 2014 · 6 comments
Open

Validation warning with Facebook bindings #187

nico6ka opened this issue Jan 17, 2014 · 6 comments

Comments

@nico6ka
Copy link

nico6ka commented Jan 17, 2014

With the last version of the bindings for the Facebook SDK (which is linked with Facebook SDK 3.11.0), we receive the following warning when submitting app to Apple with the Application Loader:

"Warning: the app reference non-public selectors in application, birthday, city, comments, , ...."

I guess Apple is detecting false positive, but is it possible to fix it?

@dalexsoto
Copy link
Member

We would need Facebook to fix that since under the hood we are using their native library, mig be a good idea to report this to them here

@gasandei
Copy link

gasandei commented Feb 5, 2014

Any news on this? I'm having the same issue...

@nico6ka
Copy link
Author

nico6ka commented Feb 5, 2014

Apple did not reject my App so I am assuming it is a minor problem.

@gasandei
Copy link

gasandei commented Feb 5, 2014

Good stuff.
Thank you for the reply ndougoud.

@tpurtell
Copy link

I tried building this myself after encountering these warnings with the Xamarin component. I edited the ApiDefinition.cs file and deleted each of the

[Bind("illegalThing")]
... illegalMethod();

After doing this, the warnings are gone. Does that mean it isn't a problem with the Facebook SDK itself, but rather with the way the binding code looks to Apple's application validator?

@dalexsoto
Copy link
Member

This is strange since we bind what we find in Facebook Headers like

https://github.com/facebook/facebook-ios-sdk/blob/5795d481154271cb451e4e30b373177922523fc9/src/FBGraphUser.h#L83

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

No branches or pull requests

4 participants