Hey,
Since 27th, March when i have uploaded Unity Ads package from 3.6.2 to 3.7.0 no one of my interstitial video is working over all my apps and even break my game when this error is thrown to logcat:
Error Unity AndroidJavaException: java.lang.NoSuchMethodError: no static method with name=‘show’ signature=‘(Lcom.unity3d.player.UnityPlayerActivity;Lcom.unity3d.ads.IUnityAdsShowListener;)V’ in class Ljava.lang.Object;
I have uploaded my Unity version to 2020.3.2f1 LTS, rebuilding addressables but nothing change.
I am not using proguard (strip engine is disabled)
Does someone have advice? I just want to fix it quickly before all users gone …
Also noted:
When initializing unity ads at runtime this error is also thrown:
Error UnityAds com.unity3d.services.store.StoreBilling.asInterface() (line:28) :: Billing service stub not found: com.android.vending.billing.IInAppBillingService$Stub: com.android.vending.billing.IInAppBillingService$Stub
But the rewarded video works.