Search found 72 matches

by bio1712
Tue Jul 09, 2019 8:07 am
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [11.2] AdMob support for Android + EU Consent

Amazing! If the consent is declined, does that automatically stop ads from showing?? Is there any api for that consent sdk? The Consent SDK asks the user to choose if he wants to see personalised ads or non-personalised. The consent is forwarded to the Google Mobile Ads SDK, so that the ad requests...
by bio1712
Mon Jul 08, 2019 8:35 pm
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.11.2] AdMob support for Android + EU Consent

I have finally updated this library to LÖVE 11.2. I have also implemented the Google Consent SDK to collect consent from European Users (Consent SDK) and added 2 new functions: love.ads.changeEUConsent() and love.ads.getDeviceLanguage(), that can be useful for internationalization. I've updated the ...
by bio1712
Mon Oct 01, 2018 10:24 am
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.10.2] AdMob support for Android!

I was thinking more about Enhance , since it's free and I have connections and knowledge exchange possibilities with the devs of Enhance. Okay, I prefer to use more traditional frameworks, but if you know the developers and if you trust it this can be a possibility. For GPDR I’ve managed to add Goo...
by bio1712
Wed Sep 26, 2018 7:13 am
Forum: General
Topic: [Test]HTTPS support for Windows (NO libraries required)
Replies: 8
Views: 17014

Re: [Test]HTTPS support for Windows (NO libraries required)

If we can improve this and make this more reliable it will be awesome :ultrahappy:
Edit: I have added an example .love
by bio1712
Tue Sep 25, 2018 8:58 pm
Forum: General
Topic: [Test]HTTPS support for Windows (NO libraries required)
Replies: 8
Views: 17014

[Test]HTTPS support for Windows (NO libraries required)

Hi, I've created a .love that makes https requests without additional libraries. Basically, it uses a .js file and uses the MSXML2.ServerXMLHTTP class that is built-in in Windows. It was made in 30 minutes, therefore it can be definitely improved. https://i.postimg.cc/DZnwycnc/Immagine.png If you wa...
by bio1712
Tue Sep 25, 2018 7:44 am
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.10.2] AdMob support for Android!

So the minSdkVersion should still stay 14 to be compatible to all the old potatoes out there, because LÖVE will run on those. So no, we cannot ignore that. Okay, I think we need to implement your code. I really wanted something that would give you a decent notification instead. Not because it's eas...
by bio1712
Mon Sep 24, 2018 9:10 pm
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.10.2] AdMob support for Android!

I will report my results back to you, asap That will be really cool :) The reason for this issue is that the metrics variable contains the wrong values. After trying a lot of things I found a way to fix this issue for SDK version >= 17 using Display.getRealSize(). Great, I'm glad that the solution ...
by bio1712
Fri Sep 21, 2018 8:47 am
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.10.2] AdMob support for Android!

hey, after all that time, the issue is still not solved? RewardAds seems to work when I use the official test IDs from Google. However, when I configure my own reward ad IDs in the AdMob dashboard and declare my test device ID properly, it won't load. Logcat reports: I/Ads: No fill from ad server. ...
by bio1712
Tue Apr 24, 2018 8:58 am
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.10.2] AdMob support for Android!

yetneverdone wrote: Tue Apr 24, 2018 8:38 am Modix and I managed to fix the interstitial ads, but still, rewarded ads dont work for both of us.
How did you do that?
by bio1712
Tue Apr 24, 2018 6:22 am
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 275624

Re: [0.10.2] AdMob support for Android!

I know the problem, Interstitial and reward ad doesn't work if the game is set to portrait mode. Any fix for that? Did you solve it? Maybe it’s an AdMob problem. For me, in Italy, ads are working even in portrait mode (I’ve only tried with test ads though). And I don’t think the way of displaying a...