Yes sir, you don’t have to signup in my app. But That’s what the problem is My app was almost complete and now error is occuring. And I didn’t know where the error is. But as @Mohd_Younis said it is correct that error is most probably because of admob ad component. because I also have banner ad in my app and where the error is occuring there I am calling a banner ad load block also. And if I disable ad , error is not occuring.
But its more complicated because when I load banner ad separately in a Test project, it is working fine. So its complicated to telll how to reproduce the issue.
@Mohd_Younis Please show your blocks , how you are loading and showing ads ?
First off i merged it with this topic, it seems related. Second just posting an image is not the way to ask for help. Third asking ASAP is also not the right way. Users and devs are helping in their free time so be patient.
Sir, Error was not showing up when ads are disabled from firebase. Now I disabled Ads . Can you please retry now if same Auth Failed error showing up ?
@Hadi_Editz Does removing ads block made you app work fine ?
Yes by removing admob ads from my app this error gone
But the problem is that why this error is causing using admob. My this application is also available on playstore i just want to update my app but now facing this problem
Sir, now I have double checked my firebase token & URL both. Both are perfectly fine.
And one more user @Hadi_Editz confirmed that this runtime error is because of recent changes made in recent updates in admob ads component most probably admob banner component.
@Hadi_Editz, I suggest you to keep your app update on hold till kodular fix this issue in next update. Also I would like to know which admob ads you were using (Banner, Interstitial or Rewarded Video) ?
I have Banner & Rewarded Video in my app. @Mika sir problem is due to bug in banner ad component. I have confirmed the issue input. Now will kodular staff work on this in next update ?
Another issue that I came across while developing my app was - unable to make buttons invisible when a background image is set. For now I used solution given by you, put buttons in arrangement and making arrangement invisible. Thanx for that solution.