
Key takeaways
• iOS 18.4 reshapes notification economics. Priority Notifications use on-device ML to surface the most relevant alerts — sloppy push strategies will be silently demoted, costing engagement.
• Apple Intelligence APIs are free for Xcode developers. Writing Tools, Genmoji, and Image Playground — including the new Sketch style — ship as on-device frameworks, but only on iPhone 15 Pro and the iPhone 16 line.
• Android 16 Live Updates redefine ride-share, delivery, and live-event UX. The new Notification.ProgressStyle API plus Notifications Cooldown means logistics apps need a 2026 push-UX redesign.
• The AI assistant market split into three pricing tiers. Grok 3 ($30/mo standalone) leads on real-time data, ChatGPT ($20/mo) on ecosystem, DeepSeek (~$0.0008 per 1K tokens) on margin — pick by job, not by hype.
• Distribution and codebase strategy moved. Amazon Appstore for Android sunset on August 20, 2025; Meta’s Java→Kotlin migration validated Kotlin at 10M+ LOC scale — both reset the “is this safe yet” question for 2026 roadmaps.
February 2025 was not just another update cycle. It was the month Apple, Google, and Meta each shipped changes that quietly raised the floor on what a serious mobile product has to do in 2026 — smarter notifications, on-device AI, redesigned live activities, on-device fraud detection, a shrinking app-store landscape, and a public proof point that Kotlin is ready to carry tens of millions of lines of production Android code.
This playbook unpacks each release the way a CTO actually needs it: what changed, what it costs to ignore, what to ship in the next sprint, and where the trade-offs hide. We’ve grouped the news the same way our mobile teams group it during quarterly roadmap reviews — by what it forces you to build, not by who announced it.
Why Fora Soft wrote this playbook
Fora Soft has been shipping iOS and Android products since 2005, with a strong specialism in video, audio, AI features, and real-time communication. We currently maintain mobile codebases that sit on top of WebRTC, native AVFoundation, ExoPlayer, and on-device ML pipelines — the exact stack the February 2025 changes touch directly.
Recent reference points include AppyBee (a fitness booking platform live in 800+ studios across iOS and Android), Mindwibe (an iOS dating app with AI-driven matching, Stripe and Twilio under the hood), VOLO (a real-time translation system deployed at Black Hat for 22,000 attendees), and Perspire.tv (a live fitness streaming product). We also benchmark mobile decisions against deeper guides like our mobile app development costs guide and our cross-platform vs native analysis.
We also use Agent Engineering internally, which compresses our delivery time for many mobile features by 30–40% versus a baseline team — the same pattern documented in our AI-driven development case study. So the recommendations below are not theory; they are the same conversations we are having right now with founders and CTOs planning their 2026 mobile work.
Need a second opinion on your 2026 mobile roadmap?
A 30-minute scoping call — we map your iOS, Android, and AI plans against the changes below and tell you what to drop, defer, or ship first.
iOS 18.4: Priority Notifications, Image Playground Sketch, and CarPlay row
iOS 18.4 went into public beta in February. The Siri overhaul slipped to iOS 18.5, but three concrete shipped features change product strategy now.
Priority Notifications
An on-device model ranks incoming pushes by app usage and historical interaction, then surfaces only what looks important. There is no developer API. The signal is your notification quality. Apps with high open-rates and contextual timing rank higher; apps with batch promotional blasts get demoted into a less visible tray. Beta 2 added per-app toggles, so users can also exclude offenders entirely.
What to do this sprint: audit your push notifications. Cut frequency, group related alerts, and instrument open-rates per category. If you are sending more than two non-transactional pushes per user per week, you are buying yourself a demotion in iOS 18.4.
Image Playground — Sketch style
A third generation style joins Animation and Illustration. Sketch is hand-drawn, which fits onboarding flows, in-app explainers, social posts and any UGC product where polished render styles felt off. The framework is invoked via the standard Image Playground UI — if your app supports it, the new style is automatically available.
CarPlay third row, ambient music, and Mail categories
CarPlay on larger displays gets a third row of apps, which doubles the space your icon competes for. Control Centre adds Apple Music ambient playlists, and Mail introduces auto-categorisation (Primary, Transactions, Updates, Promotions) similar to Gmail. If you send transactional or promotional email at scale, your sender reputation now affects whether iOS users see your message in the Primary tab.
Apple Intelligence APIs — what is actually available to ship
Apple Intelligence is now beyond the “announcement” phase. Three concrete API surfaces are open to apps using standard iOS frameworks — no separate API keys, no usage costs, all on-device.
1. Writing Tools. Any app that uses standard text fields (UITextView, SwiftUI TextEditor) inherits Writing Tools automatically — rewrite, summarise, change tone, proofread. Custom text engines need to opt in via the Writing Tools API.
2. Genmoji. Apps that adopt the new emoji input picker get user-generated emoji for free. Useful in messaging, comments, and reactions.
3. Image Playground. Embeddable as a sheet (ImagePlaygroundSheet) so users generate images inline in your app, including the new Sketch style.
The hardware constraint matters. Apple Intelligence runs on iPhone 15 Pro / 15 Pro Max and the entire iPhone 16 family. Older devices fall back gracefully if you guard with #available, but you do not get a server-side fallback — the user simply does not see the feature.
Reach for Apple Intelligence when: the feature is genuinely additive (not table stakes), works on iPhone 15 Pro or newer, and can fail silently on older devices without breaking the experience — otherwise pair with a server fallback like a hosted small LLM.
macOS Sequoia and iPhone Mirroring — the cross-device retention play
macOS Sequoia 15 ships iPhone Mirroring: full wireless control of an iPhone from a Mac, including audio routing and Live Activities. Both devices need Apple silicon (Mac) and iOS 18 with a passcode. The capability is system-level — there is no SDK to integrate.
For product strategy, two effects matter. First, Continuity is now the default mental model for power users — if your app supports Handoff, Universal Clipboard, and shared identity across iOS and macOS, you become “the app that travels with me” and that compounds retention. Second, iPhone Mirroring is currently not available in the EU, which means professional or finance apps targeting EU users still need a real macOS companion or a high-quality iPad layout, not a Mirror-only fallback.
Adobe Photoshop Mobile — what it changes for image-heavy apps
Photoshop launched on iPhone in February 2025 with a new Photoshop Mobile & Web tier at $7.99/month or $69.99/year. The free tier already includes layers, masks, selections, Spot Healing, Generative Fill (Firefly), Generative Expand, and Tap Select. Premium adds Magic Wand, Clone Stamp, advanced Remove, Content-Aware Fill, blend modes, and richer export. Android version is “coming” later in the year.
For any product where users edit, crop, or annotate images on phone — real estate, e-commerce, marketplaces, design tools, content creation — the user expectation just moved up. People now expect production-grade editing on a phone. Three implications follow.
1. Cloud-document parity. If your image data only lives on one device, you look dated. Adobe’s own model is automatic cloud sync with offline edits.
2. Generative tooling expectations. Generative Fill is now in a free tier of Photoshop Mobile. If your app shows static crops and resize sliders, that feels 2018.
3. Creative Cloud Library integration. If your B2B users live in Adobe’s ecosystem, exposing CC Libraries as an asset source is now a credible differentiator.
Building an image-heavy or AI-image mobile app?
We’ve shipped on-device CV pipelines and generative AI integrations across iOS and Android. Tell us your idea and we’ll size it in a 30-minute call.
Grok 3, ChatGPT, DeepSeek — the AI assistant matrix
February 2025 made it clear that there is no longer a single “default” LLM for embedding into a mobile product. The right model now depends on the job, not the brand.
| Model | Consumer pricing | Context window | Strongest at | Pick when |
|---|---|---|---|---|
| Grok 3 (xAI) | X Premium+ ~$22/mo (iOS); SuperGrok ~$30/mo standalone | ~1M tokens | Real-time data, math & reasoning, X-native sourcing | News, finance, live trends, sports apps |
| ChatGPT (OpenAI) | Plus $20/mo, Pro $200/mo | ~128K tokens (GPT-4o) | General-purpose, mature SDKs, multimodal, function calling | Default if you have no special constraint |
| DeepSeek | Free chat; API ~$0.0008 / 1K tokens | Up to 128K (model-dependent) | STEM, code, cost-sensitive scale | High volume, narrow domain, tight margin |
| Apple Intelligence | Free (on-device) | Small context, on-device | Privacy-sensitive, latency-sensitive, lightweight rewrites & classification | iOS-only, iPhone 15 Pro+ users |
Reach for a hybrid stack when: you want one model for “cheap classification at scale” (DeepSeek or on-device), one for “quality user-facing answers” (GPT-4o or Claude), and one for “real-time facts” (Grok 3) — orchestrate via your own backend, never hard-code a single vendor in the client.
Meta AI standalone — the personalised assistant strategy
In late February Meta started openly preparing a standalone Meta AI app, and shipped it on Llama 4 in April 2025. The differentiator is personalisation against Facebook and Instagram profile data, plus full-duplex voice for natural turn-taking instead of one-shot text-to-speech.
For app builders, the lesson is structural rather than competitive. Personalisation against existing user signals is now a recognised AI moat. If your app already holds rich user state — preferences, history, content, social graph — that is genuinely defensible, even against giant general-purpose chatbots. The pattern we use most often with our clients is documented in our voice-activated mobile apps guide.
Android on-device fraud detection — default-on, and noisy
Google switched on AI scam detection on Android in February. The model runs entirely on-device, scans calls and messages from non-contacts, and surfaces a warning. Users can dismiss, report, or block. It is on by default in English in the US, UK, and Canada, with broader rollout planned. Android also now blocks toggling sideloading and accessibility services during a call, because those are the two settings scammers commonly trick users into changing.
If your app does any of the following, plan for friction. Outbound calls from automated systems (appointment reminders, two-factor voice flows, debt collection, dispatch coordination), automated SMS, or accessibility-service-based features (some keyboard, dialer, and assistive apps). The detection is a black box — you do not get an API to declare yourself benign — so the playbook is to use Play Integrity, RCS / verified business messaging, branded caller ID where available, and to test rigorously on Pixel 6–9 devices on the 16 beta.
Android 16 Beta 2 “Baklava” — Live Updates, Cooldown, Privacy, APV
Android 16 Beta 2 reached Pixel 6 through Pixel 9, the Pixel Tablet, and the Pixel Fold in February. Stable Android 16 followed in mid-2025. Five changes have direct product impact.
Live Updates — the new notification class for ride-share, delivery, and live events
A new Notification.ProgressStyle with points and segments lets you draw a milestone-style progress strip directly into the notification — effectively Android’s answer to iOS Live Activities. Use it via NotificationCompat.Builder with setRequestPromotedOngoing() and the FLAG_ONGOING_EVENT flag. Constraints to know before you scope work: no RemoteViews, no group summaries, no setColorized(true). Always update with the same notification ID rather than recreating the alert.
If you build ride-share, food delivery, last-mile logistics, e-commerce tracking, or live sports, treat Live Updates as a 2026 must-have. Engagement on Android lock screens jumps measurably when the journey is visible.
Notifications Cooldown — the OS’s anti-spam ceiling
If your app fires several notifications in quick succession, Android 16 progressively damps sound and vibration. There is no per-app override. Practically, this kills the “blast every event as a separate push” pattern. Batch related events, raise priority only for genuinely urgent alerts, and watch for double-firing in your messaging or chat features.
Privacy Dashboard — 7-day permissions history
The Privacy Dashboard now shows seven days of permission usage, not 24 hours. Suspicious patterns — a flashlight app reading contacts at 3 AM — are now visible to the user for a full week. The defensive move is to request permissions just-in-time, scope them tightly (foreground location vs background, single-photo picker vs all-photos), and document why each permission is requested in your store listing.
APV — the new professional video codec
Advanced Professional Video brings YUV 422 sampling, 10-bit encoding, and bitrates up to ~2 Gbit/s with claimed ~20% storage savings versus comparable professional codecs. This is niche — cinema, broadcast, professional editing apps. For consumer streaming, HEVC/H.265 and AV1 remain the right defaults. We covered the wider codec picture in our guide on optimising Android apps for video streaming.
Camera and accessibility refinements
Hybrid auto-exposure, refined video tuning, a refreshed dark theme, extra-dim brightness for low-light reading, and a new “Switch Users” widget round out the release. None of these need a code change to benefit, but they raise the bar for camera-first apps that ship custom exposure controls.
Reach for Android 16 Live Updates when: your app shows real-time progress (a ride, an order, a delivery, a live event) and your Android user base is materially on Pixel 6+ or other devices with the Android 16 stable build — otherwise keep classic ongoing notifications and revisit in two quarters.
Amazon Appstore for Android — sunset on August 20, 2025
Amazon announced in February that the Amazon Appstore for Android phones and tablets shuts down on August 20, 2025. After that date users cannot download or update apps, and the Amazon Coins programme ends with refunds. The store remains for Fire TV, Fire Tablet, and Fire-TV-built-in devices — that ecosystem is unaffected.
Practical steps if you publish there. First, freeze new Amazon Appstore submissions and start migrating existing users to Google Play with in-app banners three to six months before sunset. Second, if your value prop relied partly on Amazon Coins or Prime users, replace that incentive in the Play Store version. Third, if you specifically support Fire devices, keep that build alive — nothing changes there.
If you actively avoid Google Play for licensing or geopolitical reasons, our deep-dive on distributing Android apps without Google Play covers the surviving alternatives.
Meta’s Java→Kotlin migration — what it tells the rest of us
Meta published the engineering story in February. They are well past 50% of tens of millions of lines converted, using an internal tool called Kotlinator. The interesting technical detail is the null-safety strategy: Meta built a Java compiler plugin that captures runtime nullability data, then used it to tighten the conservative String? defaults that the migration emits. Kotlinator was not open-sourced, but the approach validates the Android community’s push toward Kotlin as the safer long-term language.
For your team, three takeaways. First, Kotlin is no longer a risk for any size of codebase — if Meta can ship it at this scale, your million-line Android app can. Second, budget the migration as a multi-quarter effort, not a side-project: the value comes from null-safety, coroutines, and clearer code, not from a one-week conversion. Third, the IntelliJ J2K converter is the realistic starting point for most teams; treat the output as a first draft and refactor toward idiomatic Kotlin.
Cost impact — what to budget for in your 2026 mobile roadmap
The exact numbers depend on your app’s complexity, region, and team setup, so the ranges below are deliberately conservative. They reflect what we are quoting clients in 2026 with our Agent-Engineering-accelerated process — expect higher numbers from teams without that leverage.
| Workstream | Effort guidance | Why this matters |
|---|---|---|
| Push notification audit and rebuild | 2–3 weeks | Stops Priority Notifications and Cooldown from silently demoting your app |
| Apple Intelligence integration (Writing Tools, Image Playground, Genmoji) | 2–4 weeks per surface | Free at runtime; differentiator on iPhone 15 Pro+ |
| Android 16 Live Updates redesign | 3–5 weeks | Required parity for ride-share, delivery, logistics |
| AI assistant integration (single vendor, server-side) | 3–6 weeks plus ongoing tokens | Token cost is the recurring line; pick model per job |
| Java→Kotlin migration of mid-sized codebase | 2–4 quarters, parallel to features | Pays back in fewer null-pointer crashes and faster onboarding |
| Amazon Appstore migration to Play Store | 1–2 weeks plus user comms | Avoids a hard cutoff for any active users on August 20 |
If you want a tailored estimate for your stack, we walk through it in a free call. Our usual prep is to look at the existing repo, the analytics, and your business goals before quoting — vague ranges burn money on both sides.
Want a tailored mobile roadmap and budget?
We will review your repo and ship you a written 2026 plan with prioritised iOS / Android workstreams and a defensible budget — usually within a week.
Mini case — how AppyBee absorbed a year of platform changes
AppyBee is a fitness booking platform we built and continue to maintain on iOS and Android, currently used by more than 800 studios. The codebase is mature, the user base is sticky, and the cost of a notification misstep would be measured in churn, not in clicks.
When the Apple Intelligence and Android 16 changes started landing, we did not bolt on every feature. We mapped each platform change to a single business question — “will this raise booking completion or studio retention?” — and shipped only what cleared the bar. Push notifications were rebuilt around three intent buckets (booking confirmations, schedule reminders, studio announcements) so that Priority Notifications would learn fast and rank us high. Android Live Updates were prototyped for the “next class starting” flow.
The lesson generalises: in a year where every platform owner ships ten changes per month, the highest-leverage decision is what to skip. Our usual recommendation to clients is a 12-week reset, focused on three deliverables — notification quality, one AI surface, and one platform-native feature (Live Updates or Image Playground depending on stack).
A decision framework — pick what to ship in five questions
1. Who is the marginal user this change unlocks? Apple Intelligence only helps iPhone 15 Pro and 16 owners. Live Updates only help users on Pixel 6+ and other Android 16 devices. Build for what your real user base owns, not the launch slide.
2. Does it remove a friction or add a feature? Removing friction (smarter notifications, fewer permissions, one-tap actions) compounds. Net-new features age fast. When in doubt, fix friction first.
3. Can it fail silently? If the user on an older device sees nothing — perfect, ship it. If the absence of the feature is noticeable, you need a server-side or web fallback before you commit.
4. What is the recurring cost? AI APIs charge per token. On-device frameworks are free. Picking the wrong layer can move COGS by 5–20%.
5. Does it lock you to one vendor? Hard-coding GPT-4o in your client makes a future swap painful. Routing through your own backend keeps optionality.
Five pitfalls we keep seeing in 2026 mobile plans
1. Treating notifications as marketing volume. Both iOS 18.4 Priority Notifications and Android 16 Notifications Cooldown punish blast strategies. The right metric in 2026 is opens-per-send, not sends.
2. Hard-coding a single AI vendor in the mobile client. Always go through a backend gateway so you can swap models per job (cheap classification, premium chat, real-time facts).
3. Building Apple Intelligence as table stakes. It is iPhone 15 Pro+ only. If your average user is on an iPhone 13, this is a niche delight, not a strategy.
4. Ignoring the Amazon Appstore sunset. If even 2–3% of your active Android users live there, that is a churn cliff on August 20, 2025 unless you migrate them.
5. Postponing the Java→Kotlin call again. Every additional quarter on Java is more null-pointer crash debt and a harder hiring story. Meta’s migration removed the last “is Kotlin ready” objection.
KPIs to track after you ship the changes
Quality KPIs. Push open-rate by category (target >15% for transactional, >5% for content), Live Updates dwell time, and AI feature adoption rate among eligible-device users.
Business KPIs. 7-day and 30-day retention deltas after each shipped change, conversion uplift on AI-touched flows, and revenue per active user on Apple Intelligence-enabled devices vs. older ones.
Reliability KPIs. Crash-free users (≥99.6% on both stores), p95 cold-start time, and notification delivery success rate after the OS-level filtering kicks in.
When NOT to ship these changes immediately
If your monthly active users are still mostly on Android 12 or iOS 16, most of February 2025’s news is theoretical for you. The right move is to invest in baseline product quality first — crash rate, cold start, accessibility, fundamental UX — and let the OS-version mix evolve naturally.
If you are pre-product-market-fit, integrating five new platform features in parallel is a distraction. Pick one (probably notifications hygiene, since it benefits both stores immediately) and ship the rest later.
FAQ
Do I need a separate API key to use Apple Intelligence in my iOS app?
No. Writing Tools, Genmoji, and Image Playground are exposed via standard iOS frameworks in Xcode. There is no API key, no usage cost, and the inference runs on-device. The only constraint is hardware: features are gated to iPhone 15 Pro / 15 Pro Max and the iPhone 16 family.
Will iOS 18.4 Priority Notifications hurt my push open-rate?
It will hurt low-quality push strategies and help high-quality ones. The on-device model promotes notifications that users actually engage with and demotes the rest. Audit your push categories, cut frequency, and instrument open-rates per category before iOS 18.4 reaches general availability.
What is Android’s equivalent of iOS Live Activities?
Android 16 Live Updates, built on the new Notification.ProgressStyle. They are not 1:1 with iOS Live Activities — they live entirely in the notification system, not on a separate UI surface — but they cover the most common use cases (ride-share, delivery, live event tracking).
Should I integrate Grok 3 instead of GPT-4o or Claude?
Only if your product depends on real-time data from X or live web sources, or if you need a 1M-token context window. For most apps GPT-4o or Claude is the safer default and the ecosystem is much larger. The right pattern is hybrid — route different jobs to different models from your backend.
When exactly does the Amazon Appstore for Android shut down?
August 20, 2025. Until then, existing apps can still be downloaded and updated. After that, users on Android phones and tablets cannot install or update Amazon Appstore apps. Amazon Coins are refunded. The Appstore continues to operate on Fire TV and Fire Tablet devices — only the Android handset and tablet channel is closing.
Is migrating a large Android codebase from Java to Kotlin worth it?
Yes for most teams that intend to keep investing in the codebase for 2–3 more years. The payoff is in null-safety, coroutines, and developer hiring. Meta’s public migration of tens of millions of lines is the strongest validation that the toolchain is mature. Plan it as a multi-quarter effort layered onto regular feature work, not as a freeze.
My app uses automated outbound calls. Will Android’s on-device fraud detection block them?
It can flag them, especially for non-contact recipients. There is no opt-out API. Best practice is to use verified business calling (where available in your region), branded caller ID, and to keep call frequency and content patterns consistent with legitimate business traffic. Test on a Pixel 6+ device on the latest Android 16 build before shipping.
Can a small team realistically ship all of these changes in one quarter?
No, and you should not try. Pick the two with the highest leverage for your product (usually notifications hygiene plus one platform-native feature) and defer the rest by 1–2 quarters. The team that wins in 2026 is the one that ships fewer changes well, not all of them in a panic.
What to read next
Mobile digest
Spring 2025 Mobile Dev Highlights
The next quarter’s mobile platform changes — what landed and what shifted on the iOS and Android roadmaps.
iOS deep dive
iOS 16, 17, 18 — the features that matter
A consolidated walk through the last three iOS releases, framed by what each change unlocked for product teams.
Budgeting
Mobile app development costs — 2025 guide
A defensible breakdown of what a serious iOS or Android app actually costs to build and maintain in 2025–2026.
AI in mobile
How AI can transform your mobile app
Concrete patterns for adding AI features to an existing iOS or Android app without breaking the user experience.
Distribution
Distributing Android apps without Google Play
If the Amazon Appstore sunset matters to you, this is the survey of every alternative still standing in 2026.
Ready to put your 2026 mobile plan on solid ground?
February 2025 was a quiet inflection point. Notification economics tightened on both stores, AI assistants split into three honest tiers with three honest price points, Apple opened up on-device intelligence to standard frameworks, Android 16 introduced a real Live Activities equivalent, the Amazon Appstore set a sunset date, and Meta proved Kotlin is ready at any scale.
The teams that win in 2026 will not be the ones who ship every new platform feature. They will be the ones who pick the two or three changes that move their retention and revenue, ship those well, and skip the rest until the data says otherwise. If you want a second pair of eyes on that prioritisation, that is exactly what we do in a 30-minute scoping call.
Let’s plan your 2026 mobile roadmap together
A free 30-minute call — we look at your app, your stack, your audience mix — and you walk away with a prioritised list and a written budget.


.avif)

Comments