Youssef

Results 6 comments of Youssef

the binding of facebook audience network its pretty easy , there is some gaps for methods 'WithAdListener' and 'Build' , but it can be override with few Jni calls. I...

Yes indeed there is the problem , 119.7.0 version its not that stable !! if you cant wait for the official solution you can do this : ``` public class...

> > Yes indeed there is the problem , 119.7.0 version its not that stable !! > > if you cant wait for the official solution you can do this...

@ntminhdn that is the price of using internal methods of an API , names can change after new releases , this is the working version for 120.2.0 ``` public class...

RewardedAdLoadCallback fix , with the minimum code , without need to change project parameters about allowing unsafe code, the same logic can be applicable for any methods have the same...

@ntminhdn , check this new fix , it will works for all versions , and the logic can be applicable for other classes with same error like RewardedAdLoadCallback. InterstitialCallback fix...