distriqt / ANE-Adverts-Mediation

Mediation adapters for the Adverts ANE
https://airnativeextensions.com/extension/com.distriqt.Adverts
12 stars 0 forks source link

Using APM adds Ironsource dependencies and mediation dependencies #64

Closed yvant closed 1 week ago

yvant commented 6 months ago

I used APM to install Ironsource mediation with

apm install com.distriqt.admob.IronSource

and generated the application.xml with

apm generate app-descriptor

but the application.xml added some additionnal dependencies like:

com.distriqt.IronSource
<extensionID>com.distriqt.ironsource.AdMob</extensionID>
<extensionID>com.google.guava</extensionID>

The compilation failed because of them, so I removed them and now it's working. So apparently APM shouldn't add these lines. Here are my dependencies btw: ├──com.distriqt.admob.IronSource@7.4.1 ├──com.distriqt.Adverts@14.3.0 ├──com.distriqt.ApplicationRater@6.3.2 ├──com.distriqt.facebook.Core@16.0.103 ├──com.distriqt.Firebase@8.0.1 ├──com.distriqt.firebase.Crashlytics@8.0.1 ├──com.distriqt.GameServices@8.3.0 ├──com.distriqt.InAppBilling@15.2.1 ├──com.distriqt.Notifications@6.6.4 ├──com.distriqt.PackageManager@3.4.0 ├──com.distriqt.playservices.Licensing@1.0.84 └──com.distriqt.Share@7.6.0

marchbold commented 5 months ago

Can you share the project and project lock files that caused this?

yvant commented 5 months ago

Yes, here they are: project.txt project-lock.txt

marchbold commented 4 months ago

@yvant I can't seem to replicate any issues here. It is possible that you have a cache that hasn't been cleaned up correctly (perhaps an interrupted update / uninstall)

Try deleting the project-lock.apm file, the apm_packages directory and the ane directory then running apm install again.

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 week ago

This issue was closed because it has been stalled for 5 days with no activity.