Devlogs
Release 44
Posted June 13, 2023 by Chadori
#construct 3 #mobile #advert #google admob #ironsource #mediation #game #clock #playfab #leaderboards #consent dialog #notification #mobile notification #push notification #local notification #firebase #notch #web
Release 44 - Maintenance update
A stable maintenance update for the Construct Master Collection. A thoroughly tested update from months of holding off to ensure minimal bug oversight. This release includes a lot of SDK updates and bug fixes.
Bug fixes:
- Mobile Notification
- Fixed notification tap not launching application on Android 12+.
- New version to "2.2.0.0".
- Mobile OneSignal
- Fixed crash on iOS due to SetLogLevel property not called properly.
- Fixed SetLogLevel property not working.
- New version to "3.0.1.0".
- Mobile Notch
- Could potentially not detect the platform where the app is running.
- New version to "3.0.0.0".
- Google Admob
- Could potentially not detect the platform where the app is running.
- New version to "1.1.2.3".
- Life Monetize (previously Vungle Ads)
- Could potentially not detect the platform where the app is running.
- New version to "1.0.0.2".
- Mobile Consent
- Could potentially not detect the platform where the app is running.
- New version to "2.1.0.2".
- Apple Sign-In
- Could potentially not detect the platform where the app is running.
- New version to "1.0.0.3".
- Mobile Background
- Could potentially not detect the platform where the app is running.
- New version to "4.1.0.1".
- Mobile Browser
- Could potentially not detect the platform where the app is running.
- New version to "4.4.0.1".
- Mobile Dialog
- Could potentially not detect the platform where the app is running.
- New version to "2.3.0.2".
- Mobile Network
- Could potentially not detect the platform where the app is running.
- New version to "2.2.0.1".
- Mobile Vibrate
- Could potentially not detect the platform where the app is running.
- New version to "1.0.0.2".
- Mobile Orientation
- Could potentially not detect the platform where the app is running.
- New version to "1.0.0.1".
- Mobile Pay
- Could potentially not detect the platform where the app is running.
- New version to "1.0.0.1".
- Mobile OneSignal
- Could potentially not detect the platform where the app is running.
- New version to "3.0.1.1".
Changes:
- Mobile Notch
- Reinstated plugin and updated to meet new API requirements.
- Now uses Cordova plugin
cordova-plugin-android-notch@1.0.3
- Now detects, measures and retrieves mobile device notches through both the Web API (browser) similar to the Platform Info object, and Native API (native).
- Through the Native API source option, it avoids the Webview bug where notches aren't detected, or at least properly. This automatically fallbacks to the Web API if a native source isn't found or implemented. Therefore, you can set to
native
even when exporting to web.
- New features
- Notch detection source options,
browser
and native
.
- Compare detection source
- Compare platform
- Notch and display information update event trigger condition.
- Display information
- Safe area inset information, modeled after the Platform Info object for easy migration.
- Android notch detection and measurement.
- iOS notch detection and measurement.
- New plugin version updated to "3.0.0.0".
- Additional information
- Plugin is not backwards compatible, and plugin id is changed from
CV_MobileNotch
to Chadori_MobileNotch
.
- Updated website documentation reflecting the changes in this new update.
- Updated demo project labeled
Demo project
reflecting the new major plugin changes, with the new version 2.0.0.0
.
- Since the new plugin is not backwards compatible and the plugin id has been changed, the demo project is also not backwards compatible.
- More info: https://github.com/Chadori/Construct-Master-Collection/issues/625
- Google Admob Collection
- Fyber Ads renamed to DT Exchange, as per latest SDK update.
- Vungle Ads renamed to Liftoff Monetize, as per latest SDK update.
- Facebook Ads (Facebook Audience Network) renamed to Meta Ads (Meta Audience Network), as per latest SDK update.
- Verizon Ads renamed to Yahoo Ads, as per latest SDK update.
Updates:
- Mobile Notification
- New version to "2.2.0.0", with Cordova plugin "chadori-mobile-notification@0.0.8".
- Update demo project with version "1.2.0.0".
- Google Admob Collection
- Updated Google Admob SDK versions.
- Changed Cordova plugin
- Updated all ad-network SDK versions to the latest for both Android and iOS, with the base counterpart version of "22.0.0" as each platform has its own SDK and version.
- Updated ad-networks
- Google Admob
- AdColony Ads
- AppLovin Ads
- Chartboost Ads
- DT Exchange (previously Fyber Ads)
- InMobi Ads
- Liftoff Monetize (previously Vungle Ads)
- Maio Ads
- Meta Audience Network (previously Facebook Audience Network)
- Pangle Ads (TikTok Ads)
- Tapjoy Ads
- Unity Ads
- Yahoo Ads (previously Verizon Ads)
- i-mobile Ads
- ironSource Ads
- myTarget Ads
- nend Ads
- Google Admob plugin version updated to "1.1.2.2".
- All ad-network mediation plugin versions updated to "1.0.0.1", except the following:
- Mobile Consent
- Allowed to Request IDFA for iOS without initializing.
- New version to "2.1.0.1".
- PlayFab - Leaderboards
- Updated leaderboard plugin's game demo project to be production build ready.
- Game project's new version updated to "4.0.0.0".
- Clock
- Added snippet project for basic daily rewards, as requested by a user.
- New demo project labeled "Simplified - Daily Reward".
- Mobile IronSource Collection
- Updated Android SDK and iOS SDK versions to "7.2.7", including all ad-network mediation adapters.
- AdColony Ads
- Admob Ads
- AppLovin Ads
- Chartboost Ads
- Digital Turbine (previously Fyber Ads)
- HyprMX Ads
- InMobi Ads
- Liftoff Monetize (previously Vungle Ads)
- Maio Ads
- Meta Ads (Meta Audience Network, previously Facebook Audience Network)
- Smaato Ads
- SuperAwesome Ads
- Tapjoy Ads
- Tencent Ads (reinstated and updated)
- Unity Ads
- Yahoo Ads (previously Verizon Ads)
- myTarget Ads
- Mobile IronSource plugin version updated to "4.1.1.0".
- Mobile IronSource (Debug) plugin version updated to "4.1.1.0".
- All ad-network mediation adapters updated to version "4.1.1.0".
- Mobile OneSignal
For more information, please kindly visit the completed milestone and current project tasks pages.
Thank you!