[Discontinued] Unity Ads Extension [Free & Open Source]

This extension was made for Kodular? :thinking:

1 Like

Kodular doesn't allow using ads extension, why are you using it there if alreayd built - in component is there

PS : This extension is not made for kodular

2 Likes

I don't know
thanks for replay
but if there is any extension plz guide me

You can't use this aix on Kodular

For using in appinventor, you can see information in first post

1 Like

8 posts were split to a new topic: How do I build the open source uniyy ads extension?

@uq_n i am getting a error when I called a interstial ad



Not in my other apps

are you sure the gameid you input is correct?

hmm, do you mean this problem only occurs in that project, not in other projects?

Yes but it occur only some time

How can I get the placementID?

In your unity dashboard under game id

1 Like

Can someone pass me an aia where the banners work please?
I can't get them to work :sleepy:

Its a global issue for unity ads users :pensive:, test ads work but live ones don't

2 Likes

Ok :disappointed_relieved::disappointed_relieved::disappointed_relieved:
Thanks

It is ossum Extension But i want Facebook add extension can u pls help me for that

How do I build the extension.

through extension builders (idk what to call them) like - rush, ai2 sources, extension template

@anon6030471 @Salman_Dev Please tell how to get the library file

Can someone please compile this extension with latest SDK and send me please I cant figure it out. I get an error say com.unity3d.ads does not exist
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:24: error: package com.unity3d.ads does not exist
[javac] import com.unity3d.ads.IUnityAdsListener;
[javac] ^
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:25: error: package com.unity3d.ads does not exist
[javac] import com.unity3d.ads.UnityAds;
[javac] ^
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:26: error: package com.unity3d.services.banners does not exist
[javac] import com.unity3d.services.banners.UnityBanners;
[javac] ^
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:27: error: package com.unity3d.services.banners does not exist
[javac] import com.unity3d.services.banners.IUnityBannerListener;
[javac] ^
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:162: error: cannot find symbol
[javac] private class UnityAdsListener implements IUnityAdsListener {
[javac] ^
[javac] symbol: class IUnityAdsListener
[javac] location: class UnityAdsUtils
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:42: error: cannot find symbol
[javac] final IUnityBannerListener myBannerListener = new UnityBannerListener();
[javac] ^
[javac] symbol: class IUnityBannerListener
[javac] location: class UnityAdsUtils
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:178: error: package UnityAds does not exist
[javac] public void onUnityAdsFinish(String placementId, UnityAds.FinishState finishState) {
[javac] ^
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:189: error: package UnityAds does not exist
[javac] public void onUnityAdsError(UnityAds.UnityAdsError error, String message) {
[javac] ^
[javac] /compiler/androidX/src/PIZVp/com/unityuqn/ads/UnityAdsUtils.java:95: error: cannot find symbol
[javac] private class UnityBannerListener implements IUnityBannerListener {
[javac] ^
[javac] symbol: class IUnityBannerListener
[javac] location: class UnityAdsUtils
This comes after I compile extenison.
@anon6030471 @Salman_Dev

You need libs to be configured for compiling extension successfully

I updated it to the latest library at here :

4 Likes