Good news! In 4.22 Preview 2 it has been fixed!
Universal Mobile Ads 2.8.3 for UE 4.21 released!
Weâve just released hotfix for UE 4.21.
You can download it from GitHub repository on releases tab or your Sellfy dashboard (for Sellfy customers). Update also was submitted for UE4 Marketplace but it needs to wait for approval.
CHANGELOG:
- Google AdMob SDK for Android updated to 17.1.3
- Google AdMob SDK for iOS updated to 5.17.0
If you havenât owned it yet, you can buy now on Sellfy or UE4 Marketplace.
just dowloaded Universal Mobile Ads 2.8.3 for UE 4.21 and the very first error I get it is incompatible with 4.21
and if a try to load anyway it does not build
this is the content of the file UniversalMobileAds.uplugin on the Universal Mobile Ads 2.8.3 for UE 4.21 zip:
{
âFileVersionâ: 3,
âVersionâ: 1,
âVersionNameâ: â2.9.0â,
âFriendlyNameâ: âUniversal Mobile Adsâ,
âDescriptionâ: âMobile ad networks integration and mediation for iOS & Androidâ,
âCategoryâ: âAdvertisingâ,
âCreatedByâ: âgameDNA Ltdâ,
âCreatedByURLâ: âhttp://gamednastudio.comâ,
âDocsURLâ: âhttp://gamednastudio.com/plugins/docs/UniversalMobileAds_UserGuide.pdfâ,
âMarketplaceURLâ: âcom.epicgames.launcher://ue/marketplace/content/aa6f88dd5af84fbd9771a38b33fb5044â,
âEngineVersionâ: â4.22.0â,
âSupportURLâ: âmailto:support@gamednastudio.comâ,
âModulesâ:
{
âNameâ: âUniversalMobileAdsâ,
âTypeâ: âRuntimeâ,
âLoadingPhaseâ: âDefaultâ,
âWhitelistPlatformsâ:
âWin64â,
âWin32â,
âLinuxâ,
âMacâ,
âIOSâ,
âAndroidâ
]
}
],
âEnabledByDefaultâ: true,
âCanContainContentâ: false,
âIsBetaVersionâ: false,
âInstalledâ: true,
âRequiresBuildPlatformâ: true
}
Hello,
Have you downloaded plugin from GitHub or Sellfy? It looks like you downloaded preview version for UE 4.22.
Please make sure you download 2.8.3 version for UE 4.21 from âreleasesâ tab: https://github.com/gameDNAstudio/UniâŚleAds/releases
We tested it again right now and links are OKâŚ
Thank you for your patience.
I downloaded the necessary files for 4.19 UE, but I canât install the plugin. Please look at the picture in the attachment and give me advice. thank you.
As I responded you by e-mail and as you can find information in User Guide, you should download precompiled binaries version from âreleasesâ tab. You probably downloaded source code only version directly from the branch so itâs why it canât be loaded into your Blueprint-only project.
Universal Mobile Ads 2.8.4 for UE 4.21 released!
Weâve just released hotfix for UE 4.21.
You can download it from GitHub repository on releases tab or your Sellfy dashboard (for Sellfy customers). Update also was submitted for UE4 Marketplace but it needs to wait for approval.
CHANGELOG:
- Google Play Services Games for Android updated to 17.0.0
- AdMob for Android updated to 17.2.0
- AdMob for iOS updated to 5.19.0
- Fixes for new AdMob SDK for IOS.
If you havenât owned it yet, you can buy now on Sellfy or UE4 Marketplace.
hello now i buy universal mobile ad plugin and set up in my game but when i try to run in my android device but occur build error LogPlayLevel: Error: ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path âC:\Users\Downloads\ExampleProjects-master\UniversalMobileAds\Plugins\UniversalMobileAds\Source\ThirdParty\AndroidRepositoryâ.
Hello, have you installed SDKs using gameDNA installer as described in User Guide?
This looks awesome and really hope it works well.
It works very well and tested in many cases! If you have any questions, feel free to ask!
Universal Mobile Ads 2.8.5 for UE 4.21 released!
Weâve just released hotfix for UE 4.21.
You can download it from GitHub repository on releases tab or your Sellfy dashboard (for Sellfy customers). Update also was submitted for UE4 Marketplace but it needs to wait for approval.
CHANGELOG:
- Fixed launch crash for IOS.
If you havenât owned it yet, you can buy now on Sellfy or UE4 Marketplace.
http://gamednastudio.com/plugins/images/UniversalMobileAds/Update43.png
Universal Mobile Ads 2.9.0 for UE 4.22 released!
Weâve just released plugin binaries for Unreal Engine 4.22.
You can download it from GitHub repository on releases tab or your Sellfy dashboard (for Sellfy customers). Update also was submitted for UE4 Marketplace but it needs to wait for approval.
CHANGELOG:
- Compatibility updates for Unreal Engine 4.22
If you havenât owned it yet, you can buy now on Sellfy or UE4 Marketplace.
Hi there,
I installed the Universal Mobile Ads plugin as well as the gameDNAInstaller and installed all SDKs. However, the build now fails with the error message:
Y:\src\com\epicgames\ue4\GameActivity.java:145: error: package com.google.android.gms.ads does not exist
My config is:
- UE 4.20.3
- AndroidWorks 1R6u1
- Android SDK: Min 16 - Target 25 - 25
- Android NDK level 19
- I added Google Play Services as well the other required packages (see attached image)
- I build with ANT
Any ideas how I can fix this?
Thanks!
You should build with Gradle and Target SDK should be 27.
Just spent all night switching over to the 4.22.0 release and I still see this error:
UATHelper: Packaging (iOS): ERROR:
UATHelper: Packaging (iOS): Unreal Plugin file Engine../âŚ/âŚ/âŚ/Project/UE4-4.22.0-ios/Plugins/UniversalMobileAds/Source/UniversalMobileAds/UniversalMobileAds_UPL_IOS.xml missing!
Emmm⌠Please move plugin from Engine/Plugins/Marketplace/UniversalMobileAds to [PROJECT_FOLDER]/Plugins/UniversalMobileAds and try again
The plugin has never been in the engine folder. It is already in the projectâs plugins folder. Both installer and ad plugins were updated to the recent 4.22 releases.
Do you have Blueprint-only project or Source code project?