Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-ad-adcolony

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-ad-adcolony - npm Package Compare versions

Comparing version 1.0.39 to 1.0.40

4

package.json
{
"name": "cordova-plugin-ad-adcolony",
"version": "1.0.39",
"description": "Show adcolony full screen ad and rewarded video ad",
"version": "1.0.40",
"description": "Show adcolony interstitial ad and rewarded video ad",
"cordova": {

@@ -6,0 +6,0 @@ "id": "cordova-plugin-ad-adcolony",

@@ -6,3 +6,3 @@ Cordova AdColony plugin

[android, ios] [cordova cli] [xdk]
[android, ios] [cordova cli] [xdk] [cocoon] [phonegap build service]

@@ -27,10 +27,12 @@ Requires adcolony account http://www.adcolony.com/

cordova plugin add cordova-plugin-ad-adcolony
(when build error, use github url: cordova plugin add cordova plugin add https://github.com/cranberrygame/cordova-plugin-ad-adcolony)
```
## Xdk ##
https://software.intel.com/en-us/intel-xdk - Download XDK - XDK PORJECTS - [specific project] - CORDOVA 3.X HYBRID MOBILE APP SETTINGS - PLUGINS - Third Party Plugins - Add a Third Party Plugin - Get Plugin from the Web -
https://software.intel.com/en-us/intel-xdk - Download XDK - XDK PORJECTS - [specific project] - CORDOVA HYBRID MOBILE APP SETTINGS - Plugins - Third Party Plugins - Add a Third Party Plugin - Get Plugin from the Web -
```c
Name: adcolony
Plugin ID: com.cranberrygame.cordova.plugin.ad.adcolony
[v] Plugin is located in the Apache Cordova Plugins Registry
Plugin ID: cordova-plugin-ad-adcolony
[Do not check] Plugin is located in the Apache Cordova Plugins Registry
Repo URL: https://github.com/cranberrygame/cordova-plugin-ad-adcolony
```

@@ -48,5 +50,7 @@

## Construct2 ##
Download construct2 plugin: http://www.paywithapost.de/pay?id=4ef3f2be-26e8-4a04-b826-6680db13a8c8
<br>
Now all the native plugins are installed automatically: https://plus.google.com/102658703990850475314/posts/XS5jjEApJYV
Download construct2 plugin<br>
https://dl.dropboxusercontent.com/u/186681453/pluginsforcordova/index.html<br>
How to install c2 native plugins in xdk, cocoon and cordova cli<br>
https://plus.google.com/102658703990850475314/posts/XS5jjEApJYV
# Server setting #

@@ -92,4 +96,4 @@ ```c

//if no license key, 2% ad traffic share for dev support.
//you can get free license key from https://play.google.com/store/apps/details?id=com.cranberrygame.pluginsforcordova
//window.adcolony.setLicenseKey("yourEmailId@yourEmaildDamin.com", "yourFreeLicenseKey");
//you can get paid license key: https://cranberrygame.github.io/request_cordova_ad_plugin_paid_license_key
//window.adcolony.setLicenseKey("yourEmailId@yourEmaildDamin.com", "yourLicenseKey");

@@ -96,0 +100,0 @@ window.adcolony.setUp(appId, fullScreenAdZoneId, rewardedVideoAdZoneId);

@@ -71,6 +71,7 @@

else {
//if (result["event"] == "onXXX") {
// //result["message"]
//var event = result["event"];
//var location = result["message"];
//if (event == "onXXX") {
// if (self.onXXX)
// self.onXXX(result);
// self.onXXX(location);
//}

@@ -77,0 +78,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc