Hello! I have want to add ads to my project with admob sdk, but once I add admobsdks1 to my project in the designer area, even without using it in the block section, the app crashes once I run it but if I remove it, the app runs normal. What is responsible, please I need help
which extension are you using? any link?
Taifun
Thank for your quick response. I downloaded it from this url: [Free] Admob Extension - Add different types of AdMob ads in your application
I now moved your question into the correct thread
Taifun
Yes, I have the runtime error: invoke: no method named `InitializeSdk' , any solution? thanks
An error is occurring when I try to use the extension with the Firebase Authentication component.
Error: No Static method isAtLeastR()Z
I'm wondering, how much money can you make using Admob in one app every month for...
100 users?
500 users?
1,000 users?
It depends....
If your users click on your ads you earn more money, in my first month I earned 8$ (you have to consider that my app has 100 active users and it was my first month with ad mob)
hope that is helpful for you
Does anyone know what this means?
Your APK cannot be analyzed using aapt. Error output:
Failed to run aapt dump badging: AndroidManifest.xml:21: error: ERROR getting 'android:value' or 'android:resource' attribute for meta-data: error print resolved resource attribute
Solved with the new sdk.
Hi @oseamiya,
first of all thank You for your great work.
I added the Admob extension banner ad interstitial and everything works fine.
Now I added AdColony extension in my app I followed step by step your guide anf everiyhing seems to be correctly configured on both AdColony and AdMob websites, but when I open my app I have this error:
Bad arguments to CCPAConsent
The operation CCPAConsent cannot accept the argumens: , ["false"]
Any suggestions to solve this problem?
Thank You
Best Regards
Marco
Hi @oseamiya ,
in the AdColonyMediation extension I found the simple property CCPAConsent I tried to set false and then true in the Screen1.Initialize but I have always the same error.
I have the same problem.
"Warning
You must complete the advertising ID declaration before you can release an app that targets Android 13 (API 33). We'll use this declaration to provide safeguards in Play Console to accommodate changes to advertising ID in Android 13.
Apps targeting Android 13 or above and using advertising ID must include the com.google.android.gms.permission.AD_ID permission in the manifest."
Does this mean that we simply have to add a line to our app manifest which we created on niotron IDE? Like this:
@UsesApplicationMetadata(metaDataElements{@MetaDataElement(name="com.google.android.gms.permission.AD_ID")})
Any solutions yet please?
I compiled this extension with Rush including the ad ID permission in the Manifest. Would you please compile the app and try?
com.gordonlu.adidpermission.aix (4.2 KB)
Just drag the extension into Screen1 and compile the app. No blocks.
Hi @WaltSoft,
on Niotron IDE in the extension I added:
@UsesPermissions(permissionNames = "com.google.android.gms.permission.AD_ID")
just before @UsesApplicationMetadata
Then after I create the apk I checked in the manifest if there is the permission and I found it.
But when I upload the abb file on play console I still have the warning.
Thanks for your replies @gordonlu310 and @Marco_Perrone!
AI2 targets SDK 31.
The warning on the app store is for SDK 33, so not for us I guess.
So in the App Store under App content / Advertising ID I now changed "Does your app use an advertising ID?" to "NO".
Problem solved for now.
But at @gordonlu310 , I will try your aix later.
AI2 should be updated to target SDK 33 and so does this extension (and other extensions)
It shows
Ad unit doesn't match format
Help!!!!
I have the same problem
"A required meta-data tag in your app's AndroidManifest.xml does not exist. You must have the following declaration within the element:
Note: You will not see another error reported for 5 seconds."
I hope to help