Chadori / Construct-Master-Collection

This is the dedicated repository for the Construct Master Collection, developed by Chadori.
5 stars 1 forks source link

Build Failed after plugins update #641

Open rogermaher1 opened 1 year ago

rogermaher1 commented 1 year ago

Request Type

I updated the plugins to release 44 but the build failed

Describe the bug

I updated the mobile master collection addons to the latest version but they failed to export to android app bundle

Reproducible .c3p or .capx

Chadori-Rojeh.c3p.zip _

Steps to Reproduce

Steps to reproduce the behavior:

  1. export to android 8.0 oreo+
  2. build fails

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Construct Editor

Construct Runtime

Additional Info

for mediation to work, with admob, should I put the IDFA object and the family object and the mobile consent? because I tried before and the build failed when I added remote config to my project so I removed the IDFA and the build worked before is that normal? can you help fix the c3p file I sent so everything works fine?

Chadori commented 1 year ago

Hi, it seems the following plugins need to be removed since their ad-network SDKs cannot align versions properly with the Google Admob's SDK. Since we are already in the latest stable version, the newer available versions are what I consider still in the beta cycle, and there's a chance it would be much worse if we update to that version alignment.

I recommend just removing the following plugins until a patch version is found:

I've noticed you are using the Mobile IDFA plugin. For Google Admob, use the Mobile Consent instead, it has more features including IDFA, and that should solve your second issue.

Lastly, it's regarding the Mobile Advert Families Programs object, please be informed that this plugin should only be used if your project is in the Google Play's Design Apps for Families Programs. If that is the case, it seems your project caught a long-time Construct 3 bug or limitation wherein a specific order of objects fails to build mobile projects with their Cordova plugins. Here are your options to fix this issue:

Once you've followed all of the steps above, it will finally build. image

Chadori commented 1 year ago

I will keep this thread open until I've found patches for the following plugins:

rogermaher1 commented 1 year ago

Hi Chadori! Thank you so much for your help, I managed to export the game when I removed Unity and Chartboost, any idea how long it will take for these sdks to work again? but anyways, thanks so much for the quick response. I dont know if you are a team or single person but I admire your hard work :)

Best Regards Rojeh

On Sun, Jun 18, 2023 at 4:21 AM Chadori @.***> wrote:

I will keep this thread open until I've found patches for the following plugins:

  • Chartboost Ads
  • Unity Ads

— Reply to this email directly, view it on GitHub https://github.com/Chadori/Construct-Master-Collection/issues/641#issuecomment-1595916499, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVJEI66UMPFRJQEFA7INTUTXLZJZVANCNFSM6AAAAAAZJ3745Y . You are receiving this because you authored the thread.Message ID: @.***>

freakxapps commented 1 year ago

Hi Chadori,

With unity ads admob mediation plugin the export is fine but not with chartboost admob mediation plugin.