googleads/swift-package-manager-google-mobile-ads

Mediation libraries support

Opened this issue ยท 8 comments

According to the docs, mediation libraries still require using CocoaPods.

image

Is this on the roadmap, and does the team have an ETA they can share?

Thanks!

Hi @ilazakis,

Thank you for your inquiry. At this time we do not have an ETA that we can share but it is something we are aware is a need for developers (this post helps).

Thanks

Thanks @malandr2! Is it worth tagging as a feature request instead of closing to avoid re-opening?

I'm not familiar with the issue management process for the project, so happy either way ๐Ÿ™‚

Thanks again ๐Ÿ‘

For posterity's sake I've re-opened and marked it as a feature request ๐Ÿ‘

google ads and mediations are the last components managed by CocoaPods in my project, really really hope this request could be considered.

You can also file your request on the Developer Forum.

Hi @malandr2; just checking if there are any updates on ETAs for this? Thanks in advance!

@malandr2 any update on this? using cocoapods in 2024 is a joke as SPM is the official package manager. it couldn't take more than a few hours to just support all mediation libraries in SPM. just add the direct links in Package.swift

I'm not sure what the reasoning is for not doing this, but could it be related to this issue?

tl;dr: The mediation libraries use 4-part version numbers (e.g. 12.2.1.0) when Apple is requiring that it use 3 (12.2.1)? I don't claim to know your development flow, but I imagine changing the versioning scheme and/or tools that generate it shouldn't require too much development burden.

As mentioned in the other thread,

Now GoogleMobileAds requires xcode 15.3 and this dependency blocks it. Please post a fix on that!

So it would be very helpful if we would be able to do this.