Skip to content

Fix xamarin error on reverse callback : 'Attempting to JIT compile method'.

Julien Wadel requested to merge fix/ios_wrapper_reverse_callback into release/5.0

From https://docs.microsoft.com/en-us/xamarin/ios/internals/limitations#reverse-callbacks

  • You must flag all of your callback methods with the MonoPInvokeCallbackAttribute
  • The methods have to be static methods, there is no support for instance methods.

Merge request reports