Skip to content

Commit 6e0a625

Browse files
committed
feat(news): news march 2026
1 parent 92b5c16 commit 6e0a625

2 files changed

Lines changed: 142 additions & 0 deletions

File tree

news/2026-03-01-march-news.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
---
2+
slug: 2026-03
3+
title: March 2026
4+
description: Extension Updates
5+
image: images/adobeair.png
6+
authors: [ marchbold ]
7+
tags: [newsletter, image, nativewebview, agerange, display ]
8+
---
9+
10+
> February Release Update
11+
12+
It has been a busy month for the AIR development ecosystem! The February releases focus heavily on modernizing core SDKs—specifically Firebase v12.9.0 and AdMob v24.9.0 - while introducing some highly requested UI features and critical stability fixes.
13+
14+
Key focus:
15+
16+
- Keeping all Firebase and Google SDKs fully up to date
17+
- Aligning AdMob and mediation networks with the latest versions
18+
- Improving consent management and monetisation reporting
19+
- Fixing packaging and manifest generation issues
20+
- Introducing new UI capabilities like the colour picker dialog
21+
22+
As always, we recommend updating to the latest versions to ensure compliance, stability, and access to new features.
23+
24+
<!-- truncate -->
25+
26+
Here's a quick overview of the latest extension updates:
27+
28+
:::note Extension Updates
29+
- [Dialog v9.1.0](https://github.com/distriqt/ANE-Dialog/releases/tag/v9.1.0) - Added native Colour Picker
30+
- [Adverts v17.0.0](https://github.com/distriqt/ANE-Adverts/releases/tag/v17.0.0) - AdMob v24.9.0 + Consent Sync
31+
- [Firebase v12.0.0](https://github.com/distriqt/ANE-Firebase/releases/tag/v12.0.0) - SDK v12.9.0 (iOS) / BOM v34.9.0 (Android).
32+
- [GoogleIdentity v8.1.0](https://github.com/distriqt/ANE-GoogleIdentity/releases/tag/v8.1.0) - Latest Google Sign-In SDK support
33+
- [GooglePlayServices v32.1.4](https://github.com/distriqt/ANE-GooglePlayServices/releases/tag/v32.1.4) - Fixes for apm manifest generation
34+
:::
35+
36+
If you have any questions, we're here to help!
37+
38+
39+
---
40+
41+
![](images/dialog-colour-picker.png)
42+
43+
### [Dialog](https://airnativeextensions.com/extension/com.distriqt.Dialog)
44+
45+
[v9.1.0](https://github.com/distriqt/ANE-Dialog/releases/tag/v9.1.0)
46+
47+
One of the most exciting additions this month is the new Colour Picker dialog in the Dialog extension (v9.1.0). You can now provide a native interface for users to select colors on both iOS and Android, streamlining the UI for creative or customization-focused apps.
48+
49+
#### Key Features
50+
- The colour picker dialog presents a UI that allows the user to select a colour on a spectrum.
51+
- Allows control of the initial colour
52+
- Supports alpha channel input
53+
54+
---
55+
56+
![](images/admob.png)
57+
58+
### [Adverts](https://airnativeextensions.com/extension/com.distriqt.Adverts)
59+
60+
[v17.0.0](https://github.com/distriqt/ANE-Adverts/releases/tag/v17.0.0)
61+
62+
A major update for Adverts brings it fully up to date with the latest advertising SDKs:
63+
64+
- Android: v24.9.0
65+
- iOS: v13.0.0
66+
67+
This release ensures compliance, improved monetisation insights, and compatibility with the latest ad platform requirements.
68+
69+
#### Updates
70+
- Updated to latest AdMob SDK
71+
- Updated UMP (User Messaging Platform)
72+
- New Consent Sync ID – Sync consent settings across apps from the same developer
73+
- Enhanced PaidEvent – Now includes detailed response info for improved revenue tracking and diagnostics
74+
75+
#### Mediation Networks
76+
77+
All major mediation networks have been upgraded to their latest compatible SDKs, including:
78+
79+
- AppLovin
80+
- Digital Turbine
81+
- Facebook Audience Network
82+
- ironSource
83+
- Mintegral
84+
- Pangle
85+
- Unity Ads
86+
- Vungle
87+
88+
This ensures optimal fill rates, stability, and compliance across mediation partners.
89+
90+
91+
92+
---
93+
94+
![](images/firebase.png)
95+
96+
### [Firebase](https://airnativeextensions.com/extension/com.distriqt.Firebase)
97+
98+
[v12.0.0](https://github.com/distriqt/ANE-Firebase/releases/tag/v12.0.0)
99+
100+
The Firebase extensions have been updated to the latest Firebase SDKs:
101+
102+
- iOS SDK v12.9.0
103+
- Android BOM v34.9.0
104+
105+
This release keeps your apps aligned with current Firebase platform changes while adding important authentication improvements.
106+
107+
#### Updates
108+
- Added `verifyBeforeUpdateEmail`
109+
- Deprecated `updateEmail`
110+
- Updates across Auth, Crashlytics, Firestore, Database, Performance, RemoteConfig, and Storage
111+
112+
113+
---
114+
115+
![](images/google.png)
116+
117+
### [GoogleIdentity](https://airnativeextensions.com/extension/com.distriqt.GoogleIdentity)
118+
119+
[v8.1.0](https://github.com/distriqt/ANE-GoogleIdentity/releases/tag/v8.1.0)
120+
121+
The GoogleIdentity extension now supports the latest Google Identity SDKs:
122+
- Android Google Identity SDK v1.2.0
123+
- iOS Google Sign-In SDK v9.1.0
124+
125+
Ensuring continued compatibility with modern Google authentication flows.
126+
127+
128+
---
129+
130+
![](images/adobeair.png)
131+
132+
## Further Information
133+
134+
As always, thank you for your continued support of distriqt and the AIR developer community.
135+
Your feedback and contributions help us keep these extensions up to date and running smoothly across platforms.
136+
137+
- For full documentation and setup guides, visit [docs.airnativeextensions.com](https://docs.airnativeextensions.com)
138+
- Join the AIR community discussions and get support at [github](https://github.com/airsdk/Adobe-Runtime-Support/)
139+
- Publicly available extensions at [airnativeextensions](https://github.com/airnativeextensions)
140+
- [Support](https://github.com/sponsors/marchbold) my ongoing involvement in the community
141+
142+
Stay tuned for more updates next month!
111 KB
Loading

0 commit comments

Comments
 (0)