Thanks for the release, and happy holidays.
Ohh, itās probably a little bug. Iāll fix this after holidays and you will be able to select ad networks which you want to use
Thanks for the release! You the best!
Hi , you did greate epic thing to me and other peopole, good. I definitly will buy this plugin, keep updating pls . lol.
Wow! Great work! Weāve been waiting for a plugin to provide video ads for months! Instant purchase for us
Could you confirm if I purchase this through Sellfy that I will get all future updates, similarily with your google analytics plugin. Thanks
Yes, all future updates are included in Sellfy purchases
Thatās great thank you for clarifying that, purchase made
Just an update to say after a bit of tinkering (i had some sdk issues) iāve managed to get video ads (vungle and unityads) working great in a UE4 mobile game using this plugin
Itās nice to hear! Awesome
http://gamednastudio.com/plugins/images/UniversalMobileAds/Update2.jpg
You can download update 1.1 from your Sellfy dashboard.
CHANGELOG:
- Added Vungle support on iOS so itās now working good on Android & iOS
- Only selected ad networks will be added to the packaged project so output file should be smaller if you donāt use all networks!
- Many bugfixes
- Updated User Guide
UPDATE TIP:
If you have used this plugin before, you should DELETE folder āThirdPartyLibrariesā from plugin directory and then replace all old files with new files.
Plugin is available now on Sellfy: https://sellfy.com/p/V0sJ/
For test Rewarded Video in Android can I use launch mode or I must cook in distribution ?
It works in packaged projects (Development and Shipping configuration).
Couple of quick questions:
-
This suggests that there WILL be a version of the plugin in the future that supports blueprint only projects on iOS?
-
If so, do you have an ETA on this?
-
Bonus question - how would this work with future versions of UE4? We have a blueprint only project which has a bug involving Google Play Services that weāre waiting on a fix from Epic for. This probably means weāre going to have to ship it with either 4.11 or 4.12.
Thanks.
- Iām working on it intensively. I contacted Epic and I hope it will work in the next release of the engine.
- Unfortunately I donāt know. Iām looking for different workarounds but not all depends on me.
- Iāll convert plugin for the every next release. In the current plugin version we provided Google Play Services updated to 7.8.0 that is compatible with UE 4.10
Cool, OK - thanks for the info
http://gamednastudio.com/plugins/images/UniversalMobileAds/Update3.jpg
Universal Mobile Ads now works with Launcher and GitHub UE4 versions!
You can download update 1.2 from your Sellfy dashboard.
Editing IOSToolChain.cs is no longer needed!
Instead of you should open your projectās *.Target.cs file and override SetupGlobalEnvironment like this:
public override void SetupGlobalEnvironment(
TargetInfo Target,
ref LinkEnvironmentConfiguration OutLinkEnvironmentConfiguration,
ref CPPEnvironmentConfiguration OutCPPEnvironmentConfiguration
)
{
if (Target.Platform == UnrealTargetPlatform.IOS)
{
OutLinkEnvironmentConfiguration.AdditionalArguments += " -ObjC";
}
}
Iāve contacted with Epic and they told me that they are attempting to add plugins support to the Marketplace within the year so until that the only way is buy it on Sellfy.
Buy on Sellfy: https://sellfy.com/p/V0sJ/
Excellent! That was a LOT quicker than I imagined it would be.
As always, keep up the good work
Thank you! My pleasure
Universal Mobile Ads now works with both Blueprint-only & Source code projects!
**Great news! No longer any limitations!
**
You can download updated version from your Sellfy dashboard or simply change only one line in UniversalMobileAds.uplugin file:
from:
"EnabledByDefault": true,
to:
"EnabledByDefault": false,
and thatās all!
In conclusion, Universal Mobile Ads plugin now works with Blueprint-only & Source code projects on Launcher & GitHub UE4 versions!