Unity Ads is a games-only video ad network for iOS and Android that can be used to monetize an existing player base and gain new players through ad campaigns.
I watched a tutorial online in which the person integrated unity ads and use the following code. He added a store_id from platforms option in unity dashboard. I can't seem to find that.
I read about the issue and it say that when creating a project…
I want to show Unity banner ads (Unity ads 3.0.0) for my Java Android app.
I have read https://unityads.unity3d.com/help/android/integration-guide-android
According to the guide lines the following code has to be added to get banner ads.
public…
I have an Android app developed in Android Studio. And I have integrated Unity Ads in my app showing full-screen video Ads.
I have followed each step carefully in their…
I want to show ads in a service. google admob works well because it needs context, but some other ad services like unity ads, adcolony, appodeal need activity context.
How can I provide activity context in a service. I think create an Activity will…
I have a game on android and ios, both active on the playstore and appstore with no issues at all (ads work on both just fine). I was working on an update to them and the ads stopped working on ios devices only. There were no changes to the ad code…
I have a problem.
My Ads are not showing on my Android Mobile.
So i added UNITY ADS to Android Project.
I followed the steps from unity INTEGRATION (ADS) https://unityads.unity3d.com/help/monetization/integration-guide-unity
And same…
I am facing a issue with unity ads from last week. Ads are working fine in Unity editor. In iOS build ads are working fine, but in Android build ads are not working at all. I am using built in ads and using unity 2017.2.
Tried every thing that is…
I follow this link to integrate UnityAds into Admob via Mediation. But it was not working, whenever I start the video ads, nothing shows at all.
If I do not using mediation, and implement UnityAds in normal way, it worked.
I also noticed the…
I tried
https://github.com/cranberrygame/cordova-plugin-ad-unityads
But I have integrated rewarded videos and its working fine, but once the video ends i cannot close, the app is just frozen.
Also followed the heyzapp tutorial, sadly no luck.…
I've had this problem for a couple weeks now, and I can't seem to find the fix.
I'm using Unity 5.5.1. The app I've created contains ads and IAP, but neither work whenever I upload the game to the App Store, and download it from there. (After Apple…
I'm attempting to create a new View Controller for displaying rewarded videos to users using either UnityAds and Vungle (depending on which is available).
After a Vungle video view, the VungleSDKDelegate will call vungleSDKwillCloseAdWithViewInfo…
I created a simple 2D android game and made it generate ads using UnityAds, I have no physical address inserted in the google play developers profile (since my game is free and contains no in-app purchases) so will this affect the revenues from this…
I use Unity Ads to create ads for my game.
I can create ads using Advertisement.Show();, but this creates a fullscreen ad.
How can I resize the ad to take up only a part of the screen: half left, half top, etc.
i am trying to ad Video reward ads using UnityAds to my swift game project , so i copied the sdk and the bundle to my project and then went to my gameviewcontroller file and added
import UnityAds
but i keep getting an error saying no such module…
I've been using the unity ads framework for my app. However, after I converted it to Swift 3, xcode started throwing errors.
I'm trying to call the canShow() method to check if an ad is available:
UnityAds.sharedInstance().canShow()
But I get an…