# Titanium SDK 13.0.0.RC Release Note
# Titanium SDK 13.0.0.RC - 10 September 2025
# About this release
Titanium SDK 13.0.0 is a major release of the SDK, providing full support for iOS 26 and Xcode 26. It is also compatible with the latest Android 16kb page size requirement by Google and all included first party Android modules support 16kb page size too. Many community modules like the Firebase modules are also already updated. If you need help with other modules make sure to join our Slack group (opens new window) and ask for support.
# Community Credits
Jan Vennemann
- improve safe area layout lifecycle (4a13546 (opens new window))
- include top safe area inset in navigation window (e859350 (opens new window))
- improve safe area detection and trigger relayout (3c86467 (opens new window))
Hans Knöchel
- update ioslib to 5.1.0 to support Xcode 26 (c36edc4 (opens new window))
- properly clean build folder (5347cc5 (opens new window))
- add 13.0.0 changelog (f678a93 (opens new window))
- build with Xcode 26 (4d9d041 (opens new window))
- bump master to 13.0.0 (8e92123 (opens new window))
- add support for modern button configuration (a7ab5bd (opens new window))
- add support for iOS 26+ glass effects (26a1a86 (opens new window))
- support for iOS 26+ bottomAccessoryView API (99461f5 (opens new window))
- support iOS 26+ source views for non-iPad devices (ce3752b (opens new window))
- make sure the scrollable view child view is a Ti view (6549100 (opens new window))
- fix possible build issues related to dsym generation (98acc26 (opens new window))
- disable debug dylib for more stable dev builds (ac53981 (opens new window))
- trim trailing new line on html text areas (8c39dc7 (opens new window))
- trim trailing new line on html labels (64e0632 (opens new window))
- Revert "fix: fix all docs warnings (#14253)" (#14254) (ad12a80 (opens new window))
- fix all docs warnings (0d0f2d0 (opens new window))
- use Xcode 16.4 for building the SDK (85b7048 (opens new window))
Michael Gangolf
- keep TableView search results on enter (0ed2b8d (opens new window))
- fix transparent TextField backgroundColor (8906cd5 (opens new window))
- fix hidding actionbar in drawerLayout (d42adf2 (opens new window))
- code refactor and cleanup (6c87189 (opens new window))
- update ndk, camerax for 16kb page sizes support (22720c4 (opens new window))
# Bug Fixes
# Android platform
- fix hidding actionbar in drawerLayout (d42adf2 (opens new window))
- fix transparent TextField backgroundColor (8906cd5 (opens new window))
# Multiple platforms
- fix all docs warnings (0d0f2d0 (opens new window))
- properly clean build folder (5347cc5 (opens new window))
- properly handle containment of tab group (2894f9f (opens new window))
# iOS platform
- fix possible build issues related to dsym generation (98acc26 (opens new window))
- improve safe area detection and trigger relayout (3c86467 (opens new window))
- improve safe area layout lifecycle (4a13546 (opens new window))
- include top safe area inset in navigation window (e859350 (opens new window))
- keep TableView search results on enter (0ed2b8d (opens new window))
- make sure the scrollable view child view is a Ti view (6549100 (opens new window))
- trim trailing new line on html labels (64e0632 (opens new window))
- trim trailing new line on html text areas (8c39dc7 (opens new window))
# Features
# Android platform
- update ndk, camerax for 16kb page sizes support (22720c4 (opens new window))
# iOS platform
- add support for iOS 26+ glass effects (26a1a86 (opens new window))
- add support for modern button configuration (a7ab5bd (opens new window))
- support for iOS 26+ bottomAccessoryView API (99461f5 (opens new window))
- support iOS 26+ source views for non-iPad devices (ce3752b (opens new window))
# BREAKING CHANGES
# iOS
- The safe area padding is now always set to the native safe area padding and not manually to "0" anymore if navBarHidden or tabBarHidden are set
# SDK Module Versions
Module | Android version | iOS Version |
---|---|---|
13.0.0 | 15.0.0 | |
ti.map | 5.6.1 | 7.3.1 |
ti.webdialog | 2.3.0 | 3.0.2 |
ti.playservices | 18.3.0 | n/a |
ti.identity | 3.1.0 | 5.0.0 |
urlSession | n/a | 4.0.1 |
ti.coremotion | n/a | 4.0.1 |
ti.applesignin | n/a | 3.1.2 |
hyperloop | 7.0.9 | 7.0.9 |