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
1 answer

Heyzap SDK Unity Integration error - missing google-play-services_lib

I'm trying to integrate Heyzap 9.6.0(beta) in my Unity project. When trying to setup android, getting error: Google Play Services lib project not found at: C:/Android/sdk\extras\google\google_play_services\libproject\google-play-services_lib I've…
0
votes
1 answer

Heyzap Button keep disappearing

I'm trying to make ads that give "100 coins" and the button just disappear after 0,2 - 1 second. I've got no clue why this error could appear. Has someone got an idea how to fix that? My error 06-03 21:42:16.017: V/PTAdHeyzapBridge(27950):…
Phil
  • 21
  • 4
0
votes
1 answer

Error building Player: CommandInvokationFailure: Failed to re-package resource when building for Android in Unity3D

I am trying to integrate Heyzap with several advertiser SDK. Building for iOS give me no problem, it only happens when building for Android. I tried removing UnityAds AndroidManifest.xml file but it won't build again so I had to put it back. I did…
3pns
  • 143
  • 1
  • 9
0
votes
1 answer

Stop all ads from Heyzap SDK for In App Purchase "Remove Ads"

I'm trying to stop all ads after an In App Purchase on iOS using the Heyzap SDK. I've tried: -(void) OnRemoveADS { ... [self buyFeatureRemoveADS]; [HeyzapAds nil]; [HeyzapAds removeFromSuperview]; HZInterstitialAd = nil; } And they all…
Paul
  • 1,179
  • 3
  • 14
  • 38
0
votes
1 answer

Play interstitial ad every 3rd game

I'm using the HeyZap mediation SDK. I have all the mediation set up perfectly fine, but I would like for the interstitial ad to show every 3rd game. I've tried some solutions here on Stack Overflow but they apply to AdMob. Right now, I…
Paul
  • 1,179
  • 3
  • 14
  • 38
0
votes
1 answer

Heyzap Ad Mediation, only work for rootviewcontroller

I started using Heyzap today to integrate multiple ad networks in my iOS project. The integration went well as shown in the image below. However, I run into problems while trying to show ads. I get warning messages saying that the ads are getting…
Yanyan
  • 92
  • 9
-1
votes
1 answer

Fyber test for AppLovin and Mopup return "Missing Permissions"

I'm trying to integrate AppLovin and MoPup through the Fyber mediator. The integration of the sdk is correct. But both return in the Fyber test that "Missing Permissions." I have reviewed all of Fyber's documentation again. I have implemented all…
-1
votes
1 answer

Any idea what's broken here? XCODE

Preface: I'm making a an app using a cross platform engine (GameMaker Studio). So I'm not super fluent in objective C. While testing HeyZap's ad sdk this happened: How would I begin to debug this? It happened after I closed a video ad. It doesn't…
veta
  • 716
  • 9
  • 22
-2
votes
1 answer

Play interstitial ad every 3rd game in Swift

I've found an acceptable answer for Objective-C here: Play interstitial ad every 3rd game But, I'm trying to do the same thing in Swift. I'm looking how to write the Static variable. Here's the Objective-C code: static int count = 0; -(void)…
Paul
  • 1,179
  • 3
  • 14
  • 38
1 2
3