Questions tagged [unityads]

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.

Useful links:

121 questions
0
votes
0 answers

Using UnityAds for android and ios - problem with integration

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…
thirteen4054
  • 465
  • 4
  • 17
0
votes
2 answers

Unity Ads 3.0.0 show banner ads in Android

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…
Buntu Linux
  • 492
  • 9
  • 19
0
votes
0 answers

Unity Ads are displaying continuously in my Android App

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…
Dileep Perla
  • 1,865
  • 7
  • 33
  • 54
0
votes
0 answers

show ads that require activity context in service

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…
sajad abbasi
  • 1,988
  • 2
  • 22
  • 43
0
votes
2 answers

Unity ads not longer working on ios devices only

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…
user3648673
  • 45
  • 1
  • 8
0
votes
0 answers

Android Unity Ads are True but they are not showing

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…
Ciprian Simon
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

Ads working in iOS build but not working at all in Android build

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…
Bilal Mirza
  • 233
  • 1
  • 3
  • 14
0
votes
1 answer

Implement UnityAds Mediation with Admob in Android

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…
Cuong Vo
  • 648
  • 9
  • 12
0
votes
1 answer

Working unity adv plugin on cordova

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.…
djozike
  • 3
  • 1
  • 4
0
votes
0 answers

Unity Ads and IAP not working after Apple reviews the app

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…
user7799490
0
votes
1 answer

iOS ViewController Not Dismissing After UnityAds Video View

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…
Tom Hammond
  • 5,842
  • 12
  • 52
  • 95
0
votes
1 answer

will Unity ads work while i put no physical address in my Unity profile nor my Google play developers console?

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…
0
votes
0 answers

Unity Ads Service: How do i resize ads?

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.
yuval
  • 2,848
  • 4
  • 31
  • 51
0
votes
1 answer

adding UnityAds to my Swift game project

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…
Naeim Salib
  • 75
  • 1
  • 6
0
votes
1 answer

Ambiguous reference to member 'canShow()'

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…
Spynaz
  • 1
  • 1
1 2 3
8 9