Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
875 stars 259 forks source link

Admob App Id Setting #977

Closed elfilibusterismo closed 5 months ago

elfilibusterismo commented 8 months ago

I think you shouldn't completly remove setAdmobAppId block.

Removing setAdmobAppId block completely doesn't break the project. It'll just show a purple block. And Also jbk suggested it.

JavkhlanK commented 8 months ago

I thought of completely removing the Block since it won't be needed anymore. I had automatic checks like for the AdMob app ID when about to build a project in mind. That check would see if the app ID was set in AdMob settings and if not, prompt the user to set it.

We might as well add automatic removal of setAdmobAppId Blocks to that.