The problem is when i click on the video, exception occurs.
Error: Unable to activate instance of type Xamarin.Facebook.Ads._InternalInterstitialAdActivity from native handle 0x9e90001d (key_handle 0x52bef5b0).
This also happens when i want to use a interstitial ads. So, i can not use interstitial ads at all.
Anyone knows how to fix this?
Or is it a bug from the SDK. If it was, please fix it.
I really dont want my app to crash in this case. Thx a lot!
I have exactly the same problem after updating of Xamarin.Facebook.AudienceNetwork.Android to both versions 4.10.0 and 4.11.0. This exception crashes the whole app, so it's really serious. Does anybody know how to fix it?
Not sure if you were able to resolve, but I had a similar issue and this post really helped me understand what is going on
It sounds like there is no listener attached when the event was raised.
Answers
I have exactly the same problem after updating of Xamarin.Facebook.AudienceNetwork.Android to both versions 4.10.0 and 4.11.0. This exception crashes the whole app, so it's really serious. Does anybody know how to fix it?
Hi @ChanWaiLok @Sergey_Lutski
Not sure if you were able to resolve, but I had a similar issue and this post really helped me understand what is going on
http://stackoverflow.com/questions/10593022/monodroid-error-when-calling-constructor-of-custom-view-twodscrollview/10603714#10603714
It sounds like there is no listener attached when the event was raised.
Did you succesfully implemented Facebook Audience network native ads?
I've implemented following the sample in the xamarin component but I alwasy get Error code -1 unknown error.
Any tip to fix?