Quantcast
Browsing all 137 articles
Browse latest View live

problem with google admob, in unity, the ad loads and shows,but when I...

hello, there is a problem with google admob, in unity, the ad loads and shows perfectly, but when I exploit on android, the ad does not show. I checked for an error when displaying ads and it was...

View Article


Google Admob doesnot Show When Unity App are build But the ads show Up when...

public class AdmobManager : MonoBehaviour { public static AdmobManager Instance; private InterstitialAd interstitial; private string InterAdId; private void Awake() { if (Instance == null) { Instance =...

View Article


help me i have an admob error and i don't know how to fix it

i'm having this error saying "Assets/GoogleMobileAdsDemoScript.cs(39,27): error CS1061: 'InterstitialAd' does not contain a definition for 'OnAdLeavingApplication' and no accessible extension method...

View Article

My Admob banner's custom position is weird

Hello, I'm making a game with Admob by Unity Engine. I wanted to set my banner's position according to this. ([https://developers.google.com/admob/unity/banner?hl=ko#optional_custom_ad_position][1]) So...

View Article

(Android) Package Name Conflict when i build a new app from a duplicated...

Hey Guys hope you are doing well , So i'm facing a big issue actually and i dont know what is causing this . I have made a game , which include Google Admob and Facebook audience network . everything...

View Article


Why admob test id ads are showed only one time?

What will be if to change id to real? Will ad appear every time i press the button??

View Article

Assembly has reference to non-existent assembly

After importing "Google Mobile Ads" to my unity project I received this error "Assembly has reference to non-existent assembly 'Google Mobile Ads' (Assets/Google Mobile Ads/Editor/Google Mobile Ads....

View Article

Google Admob Test Ads Work Like a Charm but Real Ad Ids crash the game

Hey there, I've tested my app with test ad ids and they worked without a single problem but when I implemented my own ad ids and the app id BOTH IN SETTINGS AND MANIFEST FILE it crashes the game. Can...

View Article


Failed to update Android SDK package list + admob ADS not working on phone

Since i have downloaded and used the GoogleAdmob package i'm having this error when ever i build ![alt text][2] I can solve this by unchecking all JDK / SDK / NDK then restarting unity and checking...

View Article


Test ads work fine but real ads crash my game on launch.

My IOS app builds in unity to Xcode and builds to iPhone with no issues, however on launch it crashes with real ad id's. If I turn internet off it will launch no problem. Test ad id's also work and...

View Article

NullReferenceException at at GoogleMobileAds.Api.MobileAds.Initialize...

Hello. There is a problem with google AdMob. Test ads are shown in the editor (There are no errors in the editor), but real ads are not showing on my phone. Then I decided to use USB debugging and...

View Article

There are wrong mathematical equations in PlayerPrefs. How can I resolve it?

Hello! The gold earned during the game is displayed at the top of the screen. If Game Over happens, the Game Over panel will appear and the total gold earned in the game is displayed on this panel. If...

View Article

Google Admob not showing interstitial ads on apk build

Admob is not showing ads on final apk build to test even i put the test ad units id and add a test device . I don t know what to do now . public void Start() { List deviceIds = new List();...

View Article


Admob reward script for mac for android

hello i have been working on a game and i want to add ads to it. when i was following a tutorial online i run into an error when typing at the start `private RewardBasedVideoAd rewardBasedVideoAd;` it...

View Article

“No ad config” message when loading rewarded ads in admob in Unity

I have been working on a project and want to implement admob ads in it. I followed official documentation and implement banner, interstitial and rewarded ads as well. Everything works fine in editor,...

View Article


Google Admob can't be deleted

![alt text][1] Image from my phone ![alt text][2] Image from unity [1]: /storage/temp/184886-whatsapp-image-2021-08-16-at-170853.jpeg [2]: /storage/temp/184887-screenshot-389.png My code for delete...

View Article

Unrecognized Attribute name MODULE when building .AAB with AdMob

Hi. ---------- I built my game as an .aab for upload at Play Store Console, The website warned me that I had to add a Privacy Policy because of a READ_PHONE_STATE permission. I don't intend on making...

View Article


AndroidJavaException: java.lang.ClassNotFoundException:...

Hi, I added Admob into my game and my test ads works on unity editor perfectly and ı don't get any error. However when ı get build for my android device, Ads doesn't show and I get error for this line...

View Article

Does Google/Apple/Someone else take a cut off the ad revenue on my products?

Hi guys. I know Google and Apple take a 15-30% cut off all in-app purchases my app offers or if my app itself costs money to download they get the same cut. How about the ad revenue my apps generate,...

View Article

interstitialAd.IsLoaded() always returns false (Google AdMob)?

I tried putting Google Ads into my Unity app and I've ran into a weird issue. When I request an interstitial ad, I receive the AdLoaded event, but interstitialAd.IsLoaded() still returns false. If I...

View Article
Browsing all 137 articles
Browse latest View live