Stop the UnityAds Cookie permission seeking
NickName:Magoo Ask DateTime:2022-10-30T12:13:00

Stop the UnityAds Cookie permission seeking

I've just added UnityAds to my app and whilst testing production I noticed instead of an ad, it popped up a request to place cookies on the users device.

The SDK integration was fine but is an absolute deal breaker for me. Is there any way to turn on a setting where it doesn't do this? I turned off the seek personalised ads request in the iOS app, I don't want my users interrupted like this. I'd like to reject all on their behalf before they see it.

cookie request

Copyright Notice:Content Author:「Magoo」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/74250450/stop-the-unityads-cookie-permission-seeking

More about “Stop the UnityAds Cookie permission seeking” related questions

Stop the UnityAds Cookie permission seeking

I've just added UnityAds to my app and whilst testing production I noticed instead of an ad, it popped up a request to place cookies on the users device. The SDK integration was fine but is an abso...

Show Detail

UnityAds 3.4.4 IOS duplicate

I'm using Unity 2019.3.2f1 and, after updating UnityAds to 3.4.4, there are some errors. duplicate symbol '_NetworkChange' in: /Users/Desktop/UnityAdsTest/ios/Libraries/libiPhone-lib.a(

Show Detail

UnityAds generated iOS project error

I'm using UnityAds for an iOS/Android game and when generating the Xcode project for iOS I get the following compiler errors related to UnityAdsWrapper.mm, a file generated by Unity /ProjectDir/Bu...

Show Detail

UnityAds works only in editor

I am making a mobile game with unity and I plan to use UnityAds for monetization. I imported the "Unity Monetization 3.1.0" package from the asset store. When I run it in unity it looks like everyt...

Show Detail

UnityAds isReady() always returns false

I am facing an issue while integrating the Unity ads. My requirement is that after few free game plays user should go through an ad on next game launch and then he can play the game. But when i che...

Show Detail

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 ...

Show Detail

how to integrate UnityAds SDK in swift?

When I call UnityAds.startWithGameId("") in the AppDelegate under: application(application: UIApplication, didFinishLaunchingWithOptions I get this error: 'UnityAds' does not conform to protocol '

Show Detail

Cannot call show method in UnityAds Using SwiftUi

I am trying to show unity ads in my ios project. I am using SwiftUI (Not AppDelegate, not Storyboard). There are not much examples on the web, and the little of them there are old and does not supp...

Show Detail

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...

Show Detail

Unity Ad not displaying as i am getting Unity Ads was not able to get current network type due to missing permission

Here is my initilization of unity ads mAdView = findViewById(R.id.adView); UnityAds.initialize(this, RentC.getApp().GAMEID, null, RentC.getApp().isTestMode, true); BannerView mBannerView = new Bann...

Show Detail