Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

The app references non public selectors

$
0
0

When trying to validate an app for the App Store I got the following error:

The app references non public selectors in Payload/Myapp.app/Myapp: application, connect, id, from, setApplication:, setFrom:, setId:, [...]

I found those strings in the monotouch-bindings/facebook, e.g.:

[Bind ("id")]
string GetId ();

[Bind ("setId:")]
void SetId (string id);

When I removed those definitions the app passed validation.

I'd like to understand why Apple is flagging these selectors (they are part of the facebook sdk and not private Apple calls).

Is there another way to remove the error without changing the monotouch-bindings? Or can I ignore the warnings?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>