Marc Leonardi, Monday 21 September 2026

Can a mobile app work without an internet connection? What works offline and what doesn’t

A mobile app can work partially or completely without a connection if the data and functions required for a task are available on the device. A guide can display a page that was opened earlier. A podcast app can play an episode downloaded in advance. An offline-first field tool may even store a completed action locally and synchronize it later.Those are three different technical promises:Cached content: an item previously loaded from the network remains temporarily available on the device.Deliberately saved content: the user chooses an article, audio file or another supported item to keep for later.Offline-first operation: the app performs all or a critical subset of its core functions from local data. If it also accepts changes offline, those changes must be synchronized and any conflicts handled when connectivity returns.Our Offline extension supports the first two approaches for compatible content: keeping previously loaded material available and letting readers save supported items through Favorites.Android’s definition of an offline-first app requires all or a critical subset of its core functions to work without the internet. That architecture requires local data sources. If the app also accepts changes offline, it needs synchronization rules and a way to handle conflicts when connectivity returns. It is much broader than caching a page.This distinction matters when selecting an app builder or describing your own app. “Available offline” should identify a specific task. It should not imply that every screen and action behaves as it does online.
Dumè Siacci, Thursday 17 September 2026

Do I need to update my app for a new iOS or Android?

Every year iOS and Android move up a version, and functions your app relied on stop existing. Who tracks those deadlines, what gets adapted on your behalf, and why September can go back to being a normal month.
Pierre-Laurent Medori, Wednesday 16 September 2026

AI assistants get your business wrong? Fix the content they cite

Imagine a listener asking an assistant about a programme in September 2026 and receiving its 2025 schedule. The cited page was accurate when it was published. Nothing on it says the information has expired, so the assistant treats it as current. The listener misses the programme, or writes to your team to ask which version is right. An old membership offer or a former studio address produces the same confusion.Carolyn Shelby raised this issue in Search Engine Journal on September 7, 2026: contradictory information about a brand can mislead AI search. Three mechanisms explain why your own pages end up in the answer:Assistants retrieve pages by wording. A question that uses a programme's former name leads straight to an archive that still contains it.They merge several sources into one answer. The dates that separated those sources become hard to see.A new page does not retire the old one. The current schedule and the old statement both remain available, and nothing tells the assistant which one applies.So start with the source the assistant cited. Which sentence on that page no longer describes your service? That sentence needs a date and a route to the current answer.
João Aleixo, Tuesday 15 September 2026

Siri Actions: the MCP of your iOS app

Siri Actions lets your iOS app answer "what's new?" by voice, with nothing to set up on your side. Here is how it works, what it deliberately does not do, and when it reaches your app.
Marc Leonardi, Tuesday 15 September 2026

Mobile app content strategy: what to publish, how often and what to measure

Imagine a professional association that publishes a news item whenever someone has time: three updates during conference week, then silence for a month. Members cannot predict what the app will help them do. The editorial team cannot tell which work deserves to continue.A mobile app content strategy defines the result content should produce, the recurring needs it will answer, the formats and rhythm the team can sustain, how publications will be distributed and which available signals will lead to a decision.This guide is about the content published and consumed inside a mobile app—not content marketing used to promote an app. Store screenshots, acquisition campaigns and social posts may bring people in. The strategy here begins after they arrive.A calendar is only the visible output. The strategy is the reasoning that decides what earns a place on it.
Florian Luccioni, Friday 11 September 2026

Google Play closed testing: how to get 12 testers through 14 days on your own

Google asks for something simple, worded in a way that scares people: before you can apply for production, your app must have gone through a closed test with at least 12 testers opted in continuously for at least 14 days.QuestionAnswerWho is affected?Personal developer accounts created on or after 13 November 2023Who isn't?Organization accounts, and personal accounts created before that dateHow many testers?12 minimum, at the same timeFor how long?14 days, consecutiveWhat breaks the counterA tester who leaves the program. If they come back, their 14 days start overWhat unlocks the next stepThe Apply for production button on the Play Console dashboardHow long Google takesUsually seven days or lessSource: Play Console Help — App testing requirements for new personal developer accounts, checked 11 September 2026.Two clarifications that save a lot of anxiety. First, the counter tracks your testers' opt-in, not your builds: shipping a new release to the closed track during the 14 days resets nothing. Second, it really is 12 Google accounts — not 12 devices, not 12 five-star reviews.
Marc Leonardi, Friday 11 September 2026

Mobile app onboarding: best practices to drive users to value faster

Imagine a course app. A new learner arrives because they want a short lesson on a specific subject. Before they can begin, the app presents five introductory screens, asks them to register, requests notifications and opens on a generic news feed. Every screen may be well designed, yet the first session has failed: the learner still has not found a lesson.Mobile app onboarding is the journey from first launch to an initial useful result: the first value. Completing the action that delivers it is activation.TermWhat it describesExample in the course appOnboardingThe whole route from first launch to first valueOpening the app, finding a lesson and starting itFirst valueThe initial useful result the user came forReaching a lesson that matches the learner’s goalActivationThe observable action that indicates first valueStarting that lessonOnboarding is often reduced to the walkthrough shown on first launch, but the two are not equivalent. A walkthrough is one possible way to support the journey: a short sequence of introductory screens that provides essential context before users enter the app. In GoodBarber, the App Walkthrough extension lets you create that introduction; whether you need it depends on what stands between a new user and first value.Do not begin by deciding which introductory screens to create. Start by asking what a new user should be able to achieve. That objective defines the onboarding journey and determines whether a walkthrough, contextual guidance or direct access is the most appropriate pattern.Apple’s onboarding guidance recommends making an app understandable through use and keeping any onboarding flow brief and optional. A walkthrough helps when it removes uncertainty; otherwise, it delays the product.
Lesia PIETRI, Thursday 10 September 2026

How to Design an App Yourself: 6 Decisions, Not 40 Screens

Can you design your own app?What app design costs, and how long it takesThe six decisions that are actually yoursWhat you do not have to decideAndroid, iPhone and the webWhat about Figma?The checklist before you buildQuestions people askWhere to startMost advice about designing an app assumes you are already a designer. Research your users, map the flows, sketch wireframes, move to high fidelity, hand off to engineering. That is a real process and it is the right one for a design team.It is not an answer for someone who has an app project, a budget, and no design background.The question underneath is simpler. Can you design your own app, or do you need to pay someone? Both answers are defensible. What follows is what each one costs, and what the design work actually consists of once you remove the parts a system can handle for you.
Lesia PIETRI, Tuesday 8 September 2026

Design trends 2026: AI leaves the chat, the design system makes the rule

You have probably spent the summer hearing the same thing: put AI in your app. A chatbot, an assistant, a button that glows. What nobody tells you is where to put it, what it looks like once it sits on a screen, and what it does to the rest of the interface.Every week I read what gets published about app design: Nielsen Norman Group, UX Collective, Smashing Magazine and Muzli, the release notes of the big apps, and the shots published on Dribbble. Here is what the summer of 2026 changed, and what the new season has already confirmed.
Dumè Siacci, Friday 4 September 2026

Steal this idea: a 30-day back-to-shape challenge for your fitness studio

The "Steal this idea" series: an app section we describe to the AI Extension Builder, actually build, and whose full prompt we hand over at the end, ready to paste. After the summer movie quiz and the sports club's season-restart countdown, we're heading to the gym: the back-to-shape challenge.
Pierre-Laurent Medori, Wednesday 2 September 2026

Back to Business: Your September App To-Do List (Before the Q4 Rush)

The app stores did not take a vacation, so start by catching up with them. Apple and Google tighten their requirements every year: target API levels, privacy rules, SDK deadlines. An app that stands still does not stay the same, it slowly drifts out of compliance, and most of that damage is invisible until it is expensive. We detailed exactly what quietly breaks when you don't update your app, and the short version is: rebuild and resubmit before the stores make the decision for you.If your app runs on GoodBarber, most of that maintenance happened over the summer without you noticing, which is exactly the point. Still, open your store consoles once and check that nothing is waiting on you.
Pierre-Laurent Medori, Tuesday 1 September 2026

Can You Really Create an App for Free? What Free App Builders Actually Include

TL;DR: You can build and preview an app for free with several no-code tools. Publishing a native app to the App Store and Google Play requires a paid plan with every major builder, plus two fees no vendor can waive: Apple's 99 $ per year developer account and Google Play's one-time 25 $ registration. Free plans are genuinely useful for validating an idea. They are not a way to run an app in production.
Dumè Siacci, Monday 31 August 2026

Apple and Google change the rules. What happens to your app?

A store rule never breaks an app: it decides its right to be distributed. Declarations, review, a human examiner — what is really at stake when Apple or Google changes the rules, and the two things that stay in your hands.
Marc Leonardi, Monday 31 August 2026

Mobile app security best practices: a checklist for app owners

The OWASP Mobile Application Security project covers technical areas such as storage, cryptography, authentication, network communication and resistance to reverse engineering. App owners usually work at another level: access, enabled features, connected services and change management.Security, privacy and compliance overlap, but they answer different questions:AreaMain questionSecurityHow are accounts, data, services and access protected from misuse?PrivacyWhat personal data is used, why is it used and what choices do people have?ComplianceWhich legal, contractual and store rules apply to this app?An app can describe its data practices accurately and still grant access too broadly. Store approval is not a security certificate. This guide provides an operational baseline; sensitive data, regulated processes or substantial custom code may require a qualified assessment.
Dumè Siacci, Friday 28 August 2026

Who renews your PWA's SSL certificate?

SSL certificates expire by design — and faster every year. Why the web wants it that way, what keeping that calendar takes, and who keeps it for your PWA.
Marc Leonardi, Friday 28 August 2026

Mobile app personalization: tailor content, access and notifications

A teacher looks for staff documents, a parent checks the calendar and a student saves an assignment guide. Sending all three people every notice would be easy, but progressively less useful. The relevant question is not how much data you can collect. It is which part of the experience should genuinely change:some sections are shared, while others depend on the user's role;notifications go only to the audience concerned;each message arrives at an appropriate time and opens a useful destination;users choose which recurring updates and content they want to keep.That is practical mobile app personalization. No opaque scoring model is required.
Dumè Siacci, Wednesday 26 August 2026

Prompt teardown: the same word, two memories

Two prompts ask for the same thing: remember. One gets a personal memory, the other a memory shared by the whole studio. Here are the words that decided.