-
Notifications
You must be signed in to change notification settings - Fork 35
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
iOS cannot show Ads #298
Comments
Hi @truongntsotanext, could you try unchecking |
Hi @JonathanLiuApp |
Hi @truongntsotanext @JonathanLiuApp , Have you resolved this issue? We encountered the same issue and the error message is: Debug [AppLovin MAX] Invoking event: OnRewardedAdFailedToDisplayEvent. Params: xxxxxx, [ErrorInfo code: -5200, message: Attempting to display ad with invalid ad type, adLoadFailureInfo: ], [AdInfo adUnitIdentifier: xxxxxx, adFormat: REWARDED, networkName: AppLovin, networkPlacement: inter_videoa, creativeIdentifier: 29620014, placement: , revenue: 0.00420811557769775, revenuePrecision: exact, dspName: ] The environment is: |
Try looking at this ticket: #199 |
This issue is stale because it has been open for 30 days with no activity. |
MAX Plugin Version
5.11.5 (11.11.4 iOS)
Unity Version
2022.3.0
Device/Platform Info
iOS 14
Current Behavior
I encountered this problem when building my game on iOS platform. I am using Unity MAX SDK 5.11.5 (iOS 11.11.4).
I get this error when trying to display Initial Ads.
Unspecified - Failed start displaying [ALMediatedFullscreenAd thirdPartyAdPlacementIdentifier=inter_regular, adUnitIdentifier=7f118b884a4f2e38, format=INTER, networkName=AppLovin] : Passed an object of type other than ALAd: ALAdServerAd
And this error when displaying Rewarded Ads.
-5200 - Attempting to display ad with invalid ad type
Please help me!
Expected Behavior
No response
How to Reproduce
My project has Appsflyer, Firebase Analytics, and Facebook SDK integration.
This is my pod file content:
source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'
target 'UnityFramework' do
pod 'AppLovinSDK', '11.11.4'
pod 'AppsFlyer-AdRevenue', '6.9.1'
pod 'AppsFlyerFramework', '6.12.1'
pod 'FBSDKCoreKit', '
> 16.0.1'> 16.0.1'pod 'FBSDKCoreKit_Basics', '
pod 'FBSDKGamingServicesKit', '
> 16.0.1'> 16.0.1'pod 'FBSDKLoginKit', '
pod 'FBSDKShareKit', '~> 16.0.1'
pod 'Firebase', :modular_headers => true
pod 'Firebase/Analytics', '10.15.0'
pod 'Firebase/Core', '10.15.0'
pod 'Firebase/RemoteConfig', '10.15.0'
pod 'FirebaseCore', :modular_headers => true
pod 'FirebaseCoreInternal', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true
end
target 'Unity-iPhone' do
end
Additional Info
No response
The text was updated successfully, but these errors were encountered: