-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/integrate app lovin max sdk v10.3.0 into the demo apps #34
feat/integrate app lovin max sdk v10.3.0 into the demo apps #34
Conversation
This reverts commit 7374896.
@@ -102,7 +102,7 @@ - (void)didCompleteRewardedVideoForAd:(MAAd *)ad | |||
[self logCallback: __PRETTY_FUNCTION__]; | |||
} | |||
|
|||
- (void)didRewardUserForAd:(MAAd *)ad withReward:(MAReward *)reward | |||
- (void)didPayRevenueForAd:(MAAd *)ad withReward:(MAReward *)reward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is a valid callback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd definitely cmd + B the test apps to see if there are warnings next time when submitting PRs.
Changes made. |
lg2m if lg to @alvarshahanji |
I am trying to add the applovin. i am getting the error as below. Can anyone provide any inputs on this? [AppLovinSdk] ERROR [ALSdk] Mediation provider is nil. Please set AppLovin SDK mediation provider via -[ALSdk setMediationProvider:] I have the code as below
|
@nihp - Any calls to |
I have initialized the Applovin as below in my Appdelegate.m file.
[FBAdSettings setDataProcessingOptions: @[]];
|
Any ad classes such as
|
@thomasmso I am using Objective -c |
They're very similar languages, I'm sure you can convert |
@thomasmso Thank you so much. It works but facing this two. I can able to see the mediation debugger and it shows the provider as max. But the Applovin integrrations shows as in incomplete status. Also while trying to add the GoogleMediation it shows the below error I am getting a warning as below
|
You're integrating using a non-conventional method (probably not using CocoaPods), so we won't be able to assist there. |
Yes, I am using the manual download and using the SDK inside the Link binaries. Are you mentioning this won't work for the manual linking methods to show the ads in the iOS app using the APplovin? |
@thomasmso Could you please assist to get pass this error.
I will check over the ApplovinGoogleMediation adpater error. |
@ddaddy Thanks for you inputs. |
@ddaddy I am trying to show the Int ads in the device. But it not showing the ads while debugging the ads always not ready to showAd. Did you know any reason for this?
|
I don't use Int ads sorry. I'm not sure what your problem may be. Perhaps try adding a slight delay before calling |
@nihp Actually, looking at your code. Assuming it is exactly as you have it... |
So here I need to wait the before calling the showAd to initialize. |
Yes. As a rudimentary test you could use something like:
which will wait 5 seconds. However what you really should be doing, is using the delegate callback from |
@ddaddy Thanks for your input, it really helps me. |
@ddaddy I have an another clarification. The int is working fine, but it automatically closing before the count down is over. Eg) 10 to 5 it showing the ad and it suddenly close the ad and showing the home screen. Also, I am trying to show the native ads in my app in the list of my app. The view is not adding inbetween the list of my app. |
I don't use interstitials so can't help sorry. Possibly being deallocated? Shame AppLovin don't have somewhere to get help for this kind of thing 🫣 Maybe try StackOverflow. |
Okay so for Native ads adding in between the list is not available still? |
I positioned my own ads in a tableview using my own logic, however I eventually changed to using MREC instead of Native. |
Okay Thanks @ddaddy for your inputs. |
@ddaddy I am also trying the same. But I got the below error
|
@ddaddy Can I get any demo repo for this? |
I'm afraid not sorry, I don't have the time. |
Any one have solution for this?
|
https://app.asana.com/0/573104092700345/1200383329316925/f