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.gideros.rocks/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.gideros.rocks/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
Comments
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?
https://deluxepixel.com