-
Notifications
You must be signed in to change notification settings - Fork 28
Added ads module. #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Added ads module. #390
Conversation
INFO: For merging this pull request, an entry would have to be added to the gluonfx-maven-plugin. |
Hey, it would be nice to maybe get some feedback or comment on this pull request after one year, because I put a lot of effort into this one and would really like to see it integrated in gluon attach itself. |
Thanks @pabulaner for this PR Could you please sync your branch with head? We use Android SDK 34 now, and it would be good to update the ADS dependency probably to the latest one. Also, note that all files should have a license header. And for testing this PR it would be great if you provide a small code snippet of how it can be used. I've managed to build the service and deploy it to Android with this:
but the initialize call doesn't seem to succeed. All I see in the logs is:
|
Thanks for the feedback. |
I implemented the feedback and here is a short example that should work:
I did not test this myself yet, as I don't have the time right now. PS: Sorry for the long delay |
The ads module provides mobile developers (at the moment only android) with the ability to show banner, interstitial and rewarded ads from JavaFX.
It uses the Google AdMob SDK for loading and showing ads.