Questions tagged [appodeal]

57 questions
0
votes
0 answers

Appodeal app failing to build on Android due to artifactory permissions (react native)

I have raised this as an issue with Appodeal, but could do with some help in the meantime as I really need a fix: (https://github.com/appodeal/react-native-appodeal/issues/101) I recently updated react-native-appodeal to 3.0.2, and iOS is working…
James Trickey
  • 1,322
  • 13
  • 21
0
votes
1 answer

Appodeal error when using the latest version

How can I fix this error in stack_appodeal_flutter E/Appodeal( 9569): Network [Error]: Your 'A4g' SDK version (21.0.0) doesn't match recommended. Please use 'A4g' SDK version 20.6.0 instead to be sure that everything will work correctly. E/Appodeal(…
Mr. Tacio
  • 442
  • 1
  • 7
  • 18
0
votes
1 answer

Why am I getting "Missign return in a function expected to return string" in SKAdNetworkInfo in XCode 10.2.1 on macOS Mojave 10.14.5?

I am just compiling the appodeal library, I have not wrote that code, why is is throwing errors? Can I correct them somehow? XCode screenshot: https://i.stack.imgur.com/7d8vQ.jpg // // SKAdNetworkInfo.swift // CriteoPublisherSdk // // Copyright ©…
0
votes
1 answer

Execution failed for task ':stack_appodeal_flutter:compileDebugKotlin'

After upgrading, I have this error. How can I resolve this error? Launching lib/main.dart on SM G970F in debug mode... Running Gradle task 'assembleDebug'... e:…
inter cretasyo
  • 149
  • 1
  • 12
0
votes
1 answer

Flutter Execution failed for task ':stack_appodeal_flutter:compileDebugKotlin'. >

I tried to integrate Appodeal into my Flutter Project using latest stack_appodeal_flutter 1.2.0 Package. I followed their instruction still got this error. Appreciate any help. this is my Android build gradle allprojects { repositories { …
0
votes
1 answer

Appodeal Banner Ads in LibGDX "Wrong Package Name"

I’m trying to test Appodeal’s demo banner ads inside of LibGDX and I get this banner that displays a “You provided a wrong package name” error. I’ve googled that error message but cannot find anything. I have downloaded the Appodeal test app and…
Tekkerue
  • 1,497
  • 1
  • 11
  • 17
0
votes
1 answer

I am in Unity and I imported a new appodeal sdk and I get this error: Manifest merger failed with errors

1.Before I added the appodeal plug in everything was fine, but I also have unity ads and google services installed, so maybe that's part of the problem. I also removed the target sdk version from the manifest because I thought it will help but it…
0
votes
1 answer

GoogleMobileAdsSDK 7.68 conflicts with Appodeal Unity SDK (v2.10.7)

I have Google Admob and Appodeal sdk integrated in my unity app. They did not have conflicts when the version of Admob SDK for unity stays at 5.3.0. After I updated Admob SDK to v5.4.0 which depends GoogleMobileAdsSDK v7.68 today, I got the…
0
votes
1 answer

Failed to parse Packages/manifest.json

I making a game with Unity and I want to add some ADs. I added AdMob and when it shows AD game is crashing. Now I added appodeal and it crashes every time I start app on my android phone, but in playmode in Unity all OK. In console I got this…
tumkas
  • 3
  • 3
0
votes
1 answer

Appodeal Banner Ad Covers Screen Android/LibGDX

I’m trying to insert Appodeal banner adds into a LibGDX application but the banner ad is covering the screen instead of being placed above it. I cannot find any tutorials for using Appodeal in LibGDX, so I’m working from this tutorial on using Admob…
Tekkerue
  • 1,497
  • 1
  • 11
  • 17
0
votes
0 answers

Xamarin.iOS. Appodeal. App Store rejected app because of old Yandex SDK in Appodeal plugin

Your app includes a version of an SDK from Yandex that violates the App Store Review Guidelines. The version of the Yandex SDK you are using in your app attempts to hide the use of private APIs. Next Steps To resolve this issue, please either…
Viktor Bylbas
  • 677
  • 1
  • 9
  • 25
0
votes
2 answers

Xamarin.iOS. Appodeal. NSInvalidArgumentException Reason: -[APDImage imageUrl]

Xamarin.iOS. Appodeal. Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[APDImage imageUrl]: unrecognized selector sent to instance 0x280002420 class NativeAdDelegate :…
Viktor Bylbas
  • 677
  • 1
  • 9
  • 25
0
votes
1 answer

Clicking on an ad opens a browser, but I cannot go back to the launching activity screen of my Android app

Even though there is a similar case here: After click AdMob ads, I cannot return to my Android app by back button the code proposed didn't solve my case. So I am posting this if there's somebody with fresh ideas to solve this. I have coded an app…
Carlos Botero
  • 319
  • 3
  • 11
0
votes
1 answer

(Android) Error: Admob not found + not loading ads

I followed the simple Android appodeal installation guide on https://github.com/appodeal/react-native-appodeal. Double checked the manual installation section, all of that has been done. When I run the app on Android all builds fine but on the first…
Ilya Karnaukhov
  • 3,838
  • 7
  • 31
  • 53
0
votes
1 answer

Ionic 3 cant get the repo Appodeal

I'm trying to add Appodeal in my app, but when i launch the command : ionic cordova plugin add https://github.com/appodeal/appodeal-cordova-plugin.git I got this error : Installing "com.appodeal.plugin" for android Failed to install…