Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Vungle and Heyzap — Gideros Forum

Vungle and Heyzap

totebototebo Member
edited June 2015 in General questions
Hi guys,

I'm having trouble implementing both Heyzap and Vungle for rewarded ads on iOS.

This is how thy should be initialized in AppDelegate.m according to the docs for the respective network:

Vungle:
NSString* appID = <a href="http://forum.giderosmobile.com/profile/Your%20AppID%20Here" rel="nofollow">@Your AppID Here</a>;
VungleSDK* sdk = [VungleSDK sharedSDK];
// start vungle publisher library
[sdk startWithAppId:appID];
Heyzap:
[HeyzapAds startWithPublisherID: <a href="http://forum.giderosmobile.com/profile/Publisher%20ID" rel="nofollow">@Publisher ID</a>];
This doesn't work because the SDKs have changed since the last version on Ads Interface on Github.

Can anyone remember how they were instantiated with the old SDKs? Maybe you have them integrated in an old project?

Cheers,

Niclas
My Gideros games: www.totebo.com

Comments

  • totebototebo Member
    Vungle and Heyzap now works on iOS. Grab the latest repository here: https://github.com/gideros/gideros
    My Gideros games: www.totebo.com
  • simwhisimwhi Member
    edited August 2015
    Hi @ar2rsawseen,

    I have the following message in CURRENT ALERTS in my Google Play developer console.
    -------------------------------------------------------------------------
    Security alert

    Your application utilises a version of the Vungle ad library containing a security vulnerability. The vulnerability can enable attackers to launch a successful man-in-the-middle attack against user devices by proxying network traffic and injecting a payload extracted by the Vungle app.

    The vulnerability was addressed in Vungle v3.3.0. Please upgrade to Vungle v3.3.0 or higher as soon as possible. To check your Vungle version, you can do a grep search for “VungleDroid/”. For more information about the vulnerability, please see https://gist.github.com/Fuzion24/6535f8b9dc2a51745173.

    The latest version of Vungle can be downloaded from https://v.vungle.com/dev/android. For help upgrading, see https://support.vungle.com/hc/en-us/articles/204222794-Get-started-with-Vungle-Android-SDK. For other technical questions, please use https://www.stackoverflow.com/questions.

    To confirm that you've upgraded correctly, upload the updated version to the Developer Console and check back after five hours.

    Please note, while it's unclear whether these specific issues affect your application, applications with vulnerabilities that expose users to risk of compromise may be considered dangerous products in violation of the Content Policy and section 4.4 of the Developer Distribution Agreement.
    -------------------------------------------------------------------------

    I downloaded the latest version of Vungle but I'm not sure how to proceed. The .jar file in my project is: vungle-publisher-1.3.11.jar and the .jar file in the latest sdk is vungle-publisher-adaptive-id-3.3.1.jar.

    Can I just replace the file?
  • I wouldn't bother with either of those providers, applovin and possibly chartboost are the best ones to use.
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
Sign In or Register to comment.