You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ weight: 8
5
5
description: "Native Template 17"
6
6
---
7
7
8
+
## 17.2.0
9
+
10
+
**Release date: April 29, 2026**
11
+
12
+
### Fixes
13
+
14
+
* We updated `@mendix/native` to v9.3.1, strengthening Android cookie encryption by migrating from `AES/CBC/PKCS7Padding` to `AES/GCM/NoPadding`.
15
+
* We fixed the iOS builds crashing when building with Xcode 26.
16
+
* We resolved an issue that version logs events are not getting recorded in firebase for Android.
17
+
18
+
## 17.0.4
19
+
20
+
**Release date: January 22, 2026**
21
+
22
+
### Improvements
23
+
24
+
* We added the LocationWhenInUse permission to the iOS configuration to support react-native-permissions.
25
+
26
+
## 17.0.3
27
+
28
+
**Release date: January 15, 2026**
29
+
30
+
### Improvements
31
+
32
+
* We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found.
0 commit comments