[Discontinued] UnityAds - Integrate unity ads in your application

Maven Repository: com.unity3d.ads ยป unity-ads (mvnrepository.com)

Or you can also download the libraries from here :
UnityAdExtension/deps at main ยท oseamiya/UnityAdExtension (github.com)

2 Likes

Hello please provide your email I want to contact you personally.

1 Like

We advise against sharing personal info. You can just send a pm.

2 Likes

Hello sir is this extension with latest sdk i.e 4.1.0?

1 Like

And please tell where I am wrong.

This is what library I put :

These are the libraries I am using:
unitycomp2

But on compiling this error appears :
unitycomp3
unitycomp4

1 Like

This extension uses the latest SDK which I have already mentioned in the first post/documentation.

You may have to show the full code.

Btw why do you need to build an extension by yourself, if it is already built and available :expressionless:

3 Likes

I really think that you have done a great job by building the extension. I just want to learn how to compile myself thats why I asked. Can you tell me step by step? I make websites and applications you can call be a developer if you may. Making extensions is something I am not know with so I want to increase my knowledge to making extensions. I am 17 years old by the way so its a great time for me to learn these thing which will help me in future

2 Likes

interstitial is not showing ads, only in test mode. The ads closes at the same time it opens.

Can you show the blocks or anything to prove it ?

Captura de tela de 2022-06-25 13-50-25


Banner is working fine, btw

Its because you are trying to show the ad without being loaded completely...

You can use something like this :

When Button1.Click
     Load Interstitial Ad

When Interstitial Ad.Loaded
    Show Interstitial Ad

Or there are many logics you can use.... Just make sure you show the ad after AdLoaded event is triggered.

1 Like

I'm still getting the same error
Captura de tela de 2022-06-25 21-34-31
I will not use interstitial in my app, only the banner, but i hope you can fix this. Great extension, btw

2 Likes

Well,
I used these blocks,

And this is working for me,

I don't have my laptop to check more... Add game id, enable testmode to true and give a try.

2 Likes

In test mode is working fine, but i change to force real ads in unity settings. As i said, the banner is working fine and i'm not going to use interstitial in my app.

1 Like

Hello! Please there is an extension unity ads that have a declaration AD ID Permission?

Welcome to the community!

Drag this extension to any where in the screen. No need to use any methods, just drag the extension to the screen.

ADIDPermission.aix (4.9 KB)

1 Like

Thank you very much for your help.

1 Like

Hi! I used the file AD ID and I updated my app, it was aproved but I received 2 messages:

First:
You must complete the advertising ID declaration to publish an app that targets Android 13 (API 33). We will use this statement to provide security measures in the Play Console taking into account the changes made to the advertising identifier in Android 13.

Apps targeting Android 13 or later and using an advertising ID must include the com.google.android.gms.permission.AD_ID permission in the manifest file.

Second:
Plaintext traffic allowed for all domains
Your application's network security configuration allows clear text traffic for all domains. This could allow hackers to intercept data sent by your application. If this data is sensitive or identifies users, their confidentiality may be affected.

Consider allowing only encrypted traffic by setting the cleartextTrafficPermitted flag to "False" or adding encryption-related policy for specific domains.

I don't know what I must do, Please how to solve?

hello! does it have the latest sdk? I notice its 4.0.1 while latest is I believe 4.3.0

You must Inform whether or not your app has an advertising ID.

This second message appears in all apps created in App Inventor, Kodular, Niotron... and admins just say to ignore this message

1 Like