-
I managed to work with you plugin to show ads in test mode however in live mode I always get interstitialFailedToLoad error. Is there something I'm doing wrong?
Here is what I do:
```
…
-
**I tried the code below....**
---------------------------------------------------------------------------------------------
var parquet = require('parquetjs');
// declare a schema for the `fru…
-
Hello i'm integrating this plugin and all worked well. I was able to show test offerwall, make callback to reward user etc.
But suddenly, i can't show any ad or offerwall, i've this kind of error "…
-
I need Firebase Database and OneSignal to work together for my app. Whenever I import any one of them, Unity Prompts me the following -
The following obsolete files are referenced by packages in yo…
-
In https://reports.exodus-privacy.eu.org/reports/37/:
* `com/applovin/adview/AppLovinInterstitialAdDialog`
* `com/avocarrot/sdk/nativeassets/model/NativeAdData`
* `com/appnext/ads/`
* `com/inl…
U039b updated
5 years ago
-
-
This issue follows the discussion started [here](https://github.com/charlesbodman/cordova-plugin-ironsource-ads/issues/4).
As this might be linked to my implementation or ironsource configuration, …
-
I'm hitting a ton of things like
```
{"HKLM\\Software\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{F79F4961-D0D8-2893-B81D-7A60F300ED6F}":
J:\Junctions\Users\Mike\Documents\Git\tem…
Pomax updated
6 years ago
-
-
According to the docs, you start with:
```js
// create new ParquetWriter that writes to 'fruits.parquet`
var writer = new parquet.ParquetFileWriter(schema, 'fruits.parquet');
```
Yet, no such…