Questions tagged [heyzap]

Heyzap runs multiple premium networks under one integration so you can dynamically test ad networks against each other and visualize their combined performance.

Heyzap runs multiple premium networks under one integration so you can dynamically test ad networks against each other and visualize their combined performance.

https://www.heyzap.com/

39 questions
0
votes
0 answers

ClassNotFoundException - HeyZapAd

I'm trying to use HeyZapAd SDK in my project but it's not working. When I look at the logcat, I see that the class files of the SDK are not found and many of them are obfuscated. This issue persists even if I disable Proguard. UPDATE: I've created…
Farhan Farooqui
  • 918
  • 1
  • 9
  • 17
0
votes
0 answers

Banner configuration for heyzap ios sdk

I am trying to adjust the size of the banners (for ios sdk) on my app using hey zap mediation. Although there is guidance on how to do this on the website, it is not very clear and I am new to coding. I have tried to follow their instructions but…
Bil123
  • 1
  • 2
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
1 answer

Unity Heyzap 9.10.1 Vungle 4.0.1 not initialized. Runtime error in Android

I have been trying to integrate Heyzap with Vungle, Admob, Chartboost, Unity Ads and Facebook Audience Network. Except Admob and Vungle, everything else is working fine. For Admob I am not getting any error. But no Reward Videos are playing. Banner…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Displaying a Banner over Cocos2d-x view

Whilst following the instructions on the HeyZap website with my cocos2d-x project, I noticed that the banner is added to a FrameLayout like so: FrameLayout bannerWrapper = (FrameLayout) findViewById(R.id.banner_wrapper); I created an…
keith.g
  • 900
  • 9
  • 19
0
votes
3 answers

Android permission WRITE EXTERNAL STORAGE doesn't work even if I have declared it

My Targeted SDK is 22! When I try to write external storage a toast is shown says: java.lang.SecurityExeption: need WRITE_EXTERNAL_STORAGE permission to use DESTINATION_FILE_URI: uid 10504 does not have …
0
votes
2 answers

HeyZap (SDK 10.2.1) IOS Delegate function not called

I'm integrating the SDK HeyZap on an iOS application. I can fetch() and show() an IncentivizedAd. But I can't use the callback delegate functions. The three ways don't work for me (Notification, completion on (HZIncentivizedAd.ShowWithOptions), and…
boubaks
  • 352
  • 2
  • 8
0
votes
0 answers

Heyzap v10.1.1 ads not showing in iOS

Please see the attached screenshot. After Heyzap v10.1.1 ( latest ) SDK integration in iOS, we tried calling test suite and this is what the result How can we make it work in iOS ? btw, the same SDK works fine in Android
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Heyzap Unity5.4.1p2 Java 1.8 error while taking build for Android

I am getting the below error in Unity while taking build for Android Unity Version : 5.4.1p2 Heyzap SDK Version: 10.0.9 Jdk Version: 1.8 Error stderr[ warning: Ignoring InnerClasses attribute for an anonymous inner class (com.fyber.a) that doesn't…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Heyzap only show a banner on a screen

I try show 2 banner on 1 screen, but it only show 1 banner. Banner 1 loaded and show, but when banner 2 loaded, it is showed and banner 1 is empty. My code can't show both 2 banner. Can you help me. My CODE: @BindingAdapter({"bind:initAds"}) public…
Takeshi Pham
  • 61
  • 1
  • 7
0
votes
1 answer

Heyzap mediation with latest Facebook Audience SDK

Following Heyzap mediation integration for SDK 10 & Facebook Audience Network, and I have noticed they use these two lines in build.gradle: //facebook compile 'com.fyber.mediation:facebook:4.10.0-r4@aar' compile…
Notbad
  • 5,936
  • 12
  • 54
  • 100
0
votes
1 answer

heyZap not showing some ads after IAP integration

I've integrated HeyZap ads in my application; both incentiviced and banner ads. I've noticed that after integrating an IAP, the banner ads from Admob no longer show and I'm not not seeing any incentiviced ads directly from HeyZap (I still see…
mpium
  • 272
  • 3
  • 9
0
votes
0 answers

heyzapp cordova plugin with third party sdk's not working for ios and android

We have to integrate heyzapp mediation in ionic based application with third party sdk like vungle, admob, unity ads etc.. We have followed each and every line which has been mentioned in the doc but the problem is that we are getting errors. For…
0
votes
1 answer

Heyzap Ads Ad is not ready

Hi I am using Hey zap for show Rewarded Video Ads in android. I used this documentation . But I tried to show ads in application its show in the screen this Ad is not ready, as zone vzd448459637794d338c is V4VC enabled and must be played using an…
Doğanay Şahin
  • 91
  • 1
  • 1
  • 7
0
votes
1 answer

Heyzap Ads on Phonegap. Don't fetch video with tag 'default'

I write code below: document.addEventListener('deviceready', function() { HeyzapAds.start("HeyzapKey").then(function() { // Native call successful. // Start fetching ads HeyzapAds.InterstitialAd.show().then(function()…