-
Notifications
You must be signed in to change notification settings - Fork 5
Crash in GADMAdapterFlurryAppCircle.m line 185 #10
Comments
I'm facing the same issue, on iOS 11 devices, which made me disable Flurry mediation until this get fixed. Judging from my Podfile.lock, this adapter uses an old Google-Mobile-Ads-SDK (~> 7.12), which may be the cause of the crashes. Any updated would be greatly appreciated. |
I have the same issue. Very annoying, it is the largest crash in my app. I have the latest SDK and AdMob adaptor .. |
Here is a crash log Application Specific Information: Last Exception Backtrace: |
@cujo30227 I don't think they are going to fix it. I have reported the issue 4 months ago and nobody follows up. Better remove the Flurry adapter if the ad revenue is low |
@hei9gag yeah, frustrating... it is a significant crash, and from the crash log it should be a pretty obvious one to fix... I have reported a bug at [email protected] as well. For now, I'm removing Flurry from the mediation. |
The current version of our adapter is 8.2.1. Note the highest version of iOS Flurry supports now is iOS 8. If you use adapter version 7.9.2 you will be forced to download an older Flurry sdk version that has the crash issue you refer to here. To be clear you need Flurry adapter 8.2.1 and Flurry sdk version 8.3.4. Please use the following in your Podfile:
Here is the expected output:
|
Hello,
Yes, I have that all. In my live build I have the Flurry SDK 8.3.4. I have
the latest adaptor from Github (there is no version number mentioned).
When running the exact Podfile you description, it downloads lower versions
than you mentioned. The adaptor I have in my build, however, is exactly the
same date stamp and size, so I'm really using the last versions of both the
adaptor and the SDK....!
Installing AdMobMediationAdapterFlurry (8.2.1)
Installing Flurry-iOS-SDK (8.3.1)
Installing Google-Mobile-Ads-SDK (7.25.0)
The crash is 75% of my crashes in the app...
…On Mon, Feb 5, 2018 at 11:51 PM, Flurry Bot ***@***.***> wrote:
The current version of our adapter is 8.2.1. Note the highest version of
iOS Flurry supports now is iOS 8. If you use adapter version 7.9.2 you will
be forced to download an older Flurry sdk version that has the crash issue
you refer to here.
To be clear you need Flurry adapter 8.2.1 and Flurry sdk version 8.3.4.
Please use the following in your Podfile:
platform :ios, '8.0'
target 'NativeAdvancedExample' do
pod 'Google-Mobile-Ads-SDK'
pod 'Flurry-iOS-SDK/FlurrySDK' #Analytics Pod
pod 'Flurry-iOS-SDK/FlurryAds' #Advertising Pod (requires Analytics)
pod 'AdMobMediationAdapterFlurry', '~> 8'
end
Here is the expected output:
Installing AdMobMediationAdapterFlurry (8.2.1)
Installing Flurry-iOS-SDK (8.3.4)
Installing Google-Mobile-Ads-SDK (7.28.0)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AExmJHt5nH5zvvcAK2hHgEALMjw6hqYNks5tR4XkgaJpZM4PlGZT>
.
|
Run 'pod update' instead of 'pod install'. I expect this to pull in Flurry 8.3.4 But if that doesn't work for you use this:
Let me know if you get an error. We have spent some hours testing apps today using the adapter. I have not yet been able to reproduce any crash. To be clear I believe the older sdk is causing the crash, and not the adapter. |
@cujo30227 Can you send over these details to [email protected]? -Flurry api key I'll do some further testing. |
5 months after the initial issue was posted, there is still no resolution. From the crash log, it should be a pretty straightforward crash to solve ?! Even the line number in the code is mentioned! Still, a couple of hundreds of users per day are experiencing a crash due to Flurry ads. |
the crash pertains to the banner ad serving - we are in the process of rebuilding this offering (instead of fixing the broken parts). apologies for the inconvenience |
Hello |
+1 |
2 similar comments
+1 |
+1 |
Hello, we are waiting on a fix since months now. Is there any info on the ETA of the promised update? |
I was told that 8.6.0 resolves this issue. #13 |
It doesn't :( it is crashing even more than the previous version. I now see two major crashes, first one is the same as before:
+[FlurryiOSUtil getIdentifierForVendor] Very disappointed.. |
And a third one even: -[FlurryAdCache fetchAdUnitsFromServer:] We're going to remove Flurry again, this is not acceptable. |
+1, any resolution to the increased crash behavior of the last version? |
+1 |
Using version 7.9.2 and GoogleMobileAdsSDK 7.20
Fatal Exception: NSInvalidArgumentException
*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
The text was updated successfully, but these errors were encountered: