Mobile development blogs, tutorials and resources inside!Latest Mobile Dev Insights: iOS, Android, Cross-PlatformAdvertise with Us|Sign Up to the NewsletterMobilePro #199: iOS 26.2 Beta 3, Temporal Swift SDK, new Flutter release, What’s new in .NET MAUI, and more…Hi ,Welcome to another week of MobilePro; this is edition no. 199.The Swift team has just dropped the Temporal Swift SDK, which is worth your attention if you’ve had to build a workflow that lives for hours, days or even longer. Instead of wiring up custom retry logic, state machines, and “what if this crashes at 3 a.m.?” safeguards, you can now write your workflow logic in plain Swift using async/await while Temporal handles the heavy lifting behind the scenes. This implies cleaner code, less boilerplate, and a far more reliable backbone for anything your mobile app depends on.Remember though that it’s early days. While the Temporal Swift SDK handles the big problems (failures, retries, and long-runs), it will also introduce new patterns (deterministic workflows, activity retries, and worker setup) that you’ll have to learn. However, if you’re already writing Swift services, this might be the right time to ask, “Do we build this orchestration in a separate system… or just do it in Swift?”That’s not all the news this week. Let’s dive in.📱 Google allows “experienced users” to keep sideloading apps, adding a safer advanced flow while easing back on strict developer verification rules.🍏 iOS & iPadOS 26.2 Beta 3 adds HealthKit hypertension alerts, new App Store APIs, and key fixes, while noting issues with AirDrop and TLS changes.🔥 Firebase Apple SDK 12.6.0 ships with Server Prompt Template support and Remote Config fixes, improving reliability for iOS developers.🦋 Flutter 3.38 arrives with cleaner Dart syntax, better web tooling, and stronger platform integration, enhancing speed, UI capabilities, and developer experience.🌐 .NET MAUI for .NET 10 boosts quality with new telemetry, improved controls, and platform upgrades, streamlining diagnostics, animations, and cross-device development.Stick around for this week’sDeveloper Tip to learn about that one Swift mistake you should avoidandtheDid You Know? section to know how Snapchat open sources cross-platform UI framework.AI-Powered Development with Cursor WorkshopAccelerate your coding workflow and ship apps faster with Cursor, Supabase, and OpenAI.Book Your Spot!📅 Nov 29, 2025 | 8:30 AM – 12:30 PM (ET) | 💻 Virtual🎟️ 40% OFF with code CURSOR40 + 2 FREE e-booksAfter Purchase, Fill This Form to Claim Your FREE E-books!📱 What's Happening in Mobile Development?If there’s any major news in the world of mobile app dev in the last week, MobilePro has you covered.iOSiOS & iPadOS 26.2 Beta 3 Release Notes: iOS & iPadOS 26.2 Beta 3 introduces new features like Hypertension notifications in HealthKit and the AppStore age rating API, while fixing issues in Instruments and StoreKit. Known issues include discoverability problems with AirDrop and TLS fingerprint changes that may affect server communications.Firebase Apple SDK Release Notes: Firebase released version 12.6.0, adding support for Server Prompt Templates in Firebase AI Logic and fixing bugs in Remote Config, including issues with device restore and data race conditions.AndroidGoogle will let ‘experienced users’ keep sideloading Android apps: As Google scales back its plan for mandatory developer verification by introducing a 2026 “experienced-user” path for safely sideloading unverified apps, the community welcomes the restored freedom but remains wary, seeing the new safeguards as a necessary protection for vulnerable users yet also fearing creeping control, mixed motives, and potential erosion of Android’s openness.November Pixel Drop is here, bringing upgraded notifications, better scam detection, and more: The November Pixel Drop introduces new features like notification summaries, scam detection, and themed packs, starting with Pixel 6 and newer. It also expands tools like Call Notes, device health, and accessibility features across various Pixel models, enhancing security, customization, and user experience.What’s new in Android’s November 2025 Google System Updates: The November 2025 Android system update introduces improvements across Google services, including bug fixes, enhanced developer tools, and new features for Wallet, Play Store, and system management. It also expands functionality for devices like Wear OS, Android TV, Auto, and PC, focusing on security, stability, and user convenience.Raising the bar on battery performance: excessive partial wake locks metric is now out of beta: With Google Android now making excessive partial wake-lock metrics broadly available to push developers toward more power-efficient apps, users, who are increasingly frustrated by battery drain and unreliable notifications caused by poorly optimized apps, hope this transparency will finally drive meaningful improvements in app behavior and overall device experience.Android’s next trick could let you tap phones together to share info, just like iPhones: Android may soon introduce a tap-to-share feature similar to iPhone’s NameDrop, allowing users to exchange contact info quickly by tapping phones together or using a sharing gesture. Discovered in Google Play Services code, this new system aims to make contact sharing faster, more private, and seamless, potentially improving social and professional exchanges. It’s still in development, but could significantly enhance Android’s sharing capabilities once released.Cross-platform & OtherSkip Fuse is now free for Indie Developers: Skip Fuse is now free for Indie developers, allowing them to build cross-platform apps using native SwiftUI for iOS and Jetpack Compose for Android with high performance and native UI. The mode compiles Swift directly to Android, enabling shared logic and UI without translation overhead. This makes it an ideal tool for indie developers to create seamless, native apps for both platforms.Flutter 3.38 is out: Flutter 3.38 introduces new features like dot shorthands for more concise Dart code, improved web support with configuration and hot reload enhancements, and advanced UI controls. The release also boosts desktop and mobile platform integration, refines DevTools, and includes important updates for accessibility, performance, and compatibility, making development faster and more efficient.What's new in .NET MAUI for .NET 10: .NET MAUI in .NET 10 focuses on enhancing product quality with new features like the .NET Aspire integration for telemetry and service discovery, improved control and animation APIs, and advanced support for web, Android, and iOS platforms. It also introduces a streamlined XAML namespace experience, better diagnostics, and numerous control and performance improvements for a more robust cross-platform development experience.If you’re writing Swift code, check out this sharp insight by Paul Hudson at Hacking With Swift. It shows how overlooking value vs. reference types (especially with struct vs class) can lead to subtle bugs and performance issues, even in everyday mobile app code. Especially relevant for SwiftUI or data-model workflows where mutation semantics matter.In case you have any tips to share with your fellow mobile developers, do reply to this mail and we’d be glad to feature you in a future edition of MobilePro.💭 What is the Mobile Community Talking About?What are mobile app developers discussing? Do you have any concerns, advice, or tutorials to share?MobileProbrings them to you all in one place.A deep dive into Collections, Sequences, and Iterators in Swift: This deep-dive breaks down how Swift’s iteration system really works—from Sequence and Collection to async iteration—giving iOS developers a clearer picture of what happens behind every for…in loop. It highlights practical insights for building performant, predictable data flows in mobile apps, and warns about common pitfalls like mutating during iteration.From Swift to Mojo: Lessons in Language Design and High-Performance Engineering: This interview with Chris Lattner, creator of Swift and Mojo, explores how modern programming languages and compilers are evolving to meet the needs of high-performance systems and AI-driven workloads. It highlights the design principles behind Swift, the motivations for creating Mojo, and why language tooling and compiler efficiency remain essential for building fast, scalable software across mobile and emerging compute platforms.Google Summer of Code 2025 and Kotlin: Kotlin’s participation in GSoC 2025 delivered several valuable open-source improvements, including upgrades to build tooling, better Kotlin Multiplatform support, and work on modern developer tooling like language-server enhancements. These projects strengthen the ecosystem for Android and cross-platform developers, with many contributions already making their way into real-world workflows.Compose Stability Analyzer for Jetpack Compose: A new open-source tool provides real-time insights into the stability and recomposition behavior of your Jetpack Compose UI functions directly from within Android Studio or IntelliJ, helping Android developers spot potentially costly UI updates and understand why certain composables are flagged as unstable.📚️ Latest in Mobile Development from PacktMobilePro presents the latest titles from Packt that ought to be useful for mobile developers.A perfect book for aspiring UX/UI designers who want to get started with Figma as well as established designers who want to migrate to Figma from other design tools.✨ Third edition of the bestselling book, updated with a new project, refreshed interface, and the latest design trends🧩 Build adaptive, production-ready UIs using variables, modes, components, variants, AI, and Auto Layout🔀 Prototype advanced user flows with conditional interactions and interactive componentsDesigning and Prototyping Interfaces with FigmaPre-order now at $47.49! Snapchat has open-sourced Valdi, the cross-platform UI framework it has relied on internally for nearly a decade. Built in TypeScript and compiled directly to native iOS, Android, and macOS views, Valdi skips web views and JS bridges entirely, the same approach Snapchat uses to keep its UI fast and responsive at massive scale.Sourced from The New Stack.👋 And that’s a wrap. We hope you enjoyed this edition of MobilePro. If you have any suggestions and feedback, or would just like to say hi to us, please write to us. Just respond to this email!Cheers,Runcil Rebello,Editor-in-Chief, MobilePro*{box-sizing:border-box}body{margin:0;padding:0}a[x-apple-data-detectors]{color:inherit!important;text-decoration:inherit!important}#MessageViewBody a{color:inherit;text-decoration:none}p{line-height:inherit}.desktop_hide,.desktop_hide table{mso-hide:all;display:none;max-height:0;overflow:hidden}.image_block img+div{display:none}sub,sup{font-size:75%;line-height:0}#converted-body .list_block ol,#converted-body .list_block ul,.body [class~=x_list_block] ol,.body [class~=x_list_block] ul,u+.body .list_block ol,u+.body .list_block ul{padding-left:20px} @media (max-width: 100%;display:block}.mobile_hide{min-height:0;max-height:0;max-width: 100%;overflow:hidden;font-size:0}.desktop_hide,.desktop_hide table{display:table!important;max-height:none!important}}
Read more