[IOS/Android] Heyzap advertising (Interstitial & Rewarded Video) 2.9.3

robinschaafsma

  • *
  • Posts: 714
UPDATE

I have made changes on the blocks, so you need to update your code and run clean project
- Extra Callback blocks for Video and Rewarded.

Added SDK's, now Heyzap extension will support the follow Networks:
Supported Networks     OS SDK version     Android SDK version     Notes
AdMobSee extensionSee extensionEnable Admob extension in Stencyl
AdColonySee extensionSee extensionEnable AdColony extension in Stencyl
AppLovinv3.1.5v6.1.4Included in Heyzap extension
ChartboostSee extensionSee extensionEnable Chartboost extension in Stencyl
Facebook AdsSee extensionSee extensionEnable Facebook Ads extension in Stencyl
Heyzapv9.2.7 v9.2.7 Included in Heyzap extension
HyprMXv68v17Included in Heyzap extension
iAds (IOS only)--Included in Stencyl
LeadboltSee extensionSe extesnsionEnable Leadbolt extension in Stencyl
MdotM--Non SDK needed
UnityAdsv1.5.2v1.4.7Included in Heyzap extension
Vunglev3.2.0v3.3.2Included in Heyzap extension

luismp

  • Posts: 219
awesome robin!! thank you very much ;) ;)

dtrungle

  • Posts: 1938
Again, thanks for your hard work. :)

dtrungle

  • Posts: 1938
There is an error, Primitive not found : heyzap_interstitial_fetch__0, of which it occurs for 11 other items. When the Fetch Inter Ad block is used the game crashes for null pointer.

Also, the Vungle SDK seems to not be available. My info is on Heyzap.

riki82

  • Posts: 325
Thanks a lot robinschaafsma!
I try now to include this fantastic extension in my new project!

luismp

  • Posts: 219
There is an error, Primitive not found : heyzap_interstitial_fetch__0, of which it occurs for 11 other items. When the Fetch Inter Ad block is used the game crashes for null pointer.

Also, the Vungle SDK seems to not be available. My info is on Heyzap.


are you using the latest version of the extension?? just a silly question did you initialized heyzap in your very first scene? i have tested this extension in one of my games and i have no crashes and ads are shown without errors... i just have problems with MdotM and HyprMx , using the debug block it says that there are missing activities...but anyway i wasnt planning to use those networks.... but i've seen ads from admob, chartboost,adcolony,facebook,heyzap and unityads using this extension...and when using the debug block i see that vungle is all OK, i would just need to activate it in my dashboard.... im using it on an android phone..

robinschaafsma

  • *
  • Posts: 714
@luismp, can you try to remove the extension and download and install it again. Setup your blocks again, run clean project and build.
Are you on IOS or Android, if this not work can you show me your logs.

luismp

  • Posts: 219
@luismp, can you try to remove the extension and download and install it again. Setup your blocks again, run clean project and build.
Are you on IOS or Android, if this not work can you show me your logs.
dtrungle is the one that is having problems xD..

robinschaafsma

  • *
  • Posts: 714
@luismp, can you try to remove the extension and download and install it again. Setup your blocks again, run clean project and build.
Are you on IOS or Android, if this not work can you show me your logs.
  dtrungle is the one that is having problems xD..

LOL... I read many post aan questions  :)
@dtrungle

luismp

  • Posts: 219
robin can you check this image? im having random crashes in my game ... im using the heyzap extension but in one scene im using the specific chartboost blocks to show a chartboost ad but i think it confuses wether to check chartboost or heyzap callbacks since i also have chartboost enabled on heyzap... so cant we use other ad networks extension blocks when that network is enabled on heyzap??

robinschaafsma

  • *
  • Posts: 714
I think you can't, because the Heyzap Listeners is always active.
If you request an ad with a Chartboost block, Heyzap Listener will not recognize the request and throws a nullpointer because the request is not from Heyzap.

luismp

  • Posts: 219
I think you can't, because the Heyzap Listeners is always active.
If you request an ad with a Chartboost block, Heyzap Listener will not recognize the request and throws a nullpointer because the request is not from Heyzap.


thanks for helping me robin,

so if i disable chartboost on my heyzap dashboard do you think that i can use the chartboost extension blocks and the heyzap blocks without problems?

edit: i tested it for an hour and i didnt experience more crashes so i assume it's all Ok now :) :)

« Last Edit: November 23, 2015, 03:54:09 pm by luismp »

dtrungle

  • Posts: 1938
I deleted the old extension and installed the new one, cleaned and ran and it works now. My Vungle fetches are failing, same with AdColony. I think with Vungle I have to wait a bit? For AdColony it has been on and off for a while, I think the extension is out of date.

dtrungle

  • Posts: 1938
I signed up with UnityAds through UDN and my dashboard is missing a lot of the options. The Games and Account links aren't there. I can see the project but can't manage the ads. It's like I entered a beta dashboard. Anyone else tried this?

EDIT: The dashboard is different from the video displayed on Heyzap which got me confused. Anyhow I figured it out, the ID is the text string. I thought the IDs would consists of numbers.

« Last Edit: November 26, 2015, 04:21:45 pm by dtrungle »

luismp

  • Posts: 219
robin can you check unity ads on iOS? i have them enabled for rewarded video ads and they are showing ok and the blocks are working fine  but once i have finished watching a video and i close it none of my touch events work anymore... and i have to close my game and restart it. I have seen several videos (adcolony, heyzap, chartboost) and this is only happening to me when a unity video is displayed. oh and on android all is working fine, this is just on iOS.

i'm testing on an ipad mini 2, ios version 9.1

« Last Edit: December 03, 2015, 12:39:56 pm by luismp »