This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 355
Validation warning with Facebook bindings #187
Comments
Any news on this? I'm having the same issue... |
Apple did not reject my App so I am assuming it is a minor problem. |
Good stuff. |
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")] 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? |
This is strange since we bind what we find in Facebook Headers like |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: