App Distribution for iOS, Android and Windows
DashboardStart for free
  • Updraft App Distribution Documentation
  • Microsoft App Center Alternative
    • Windows App Distribution
    • App Center Migration Tool
  • Welcome to Updraft!
    • What is Updraft?
  • Quickstart
    • Register your Organization
    • Your first app project
      • Upload your first app versions (builds)
      • Install your app
  • Dashboard
    • Create Projects
    • Latest received Feedbacks
    • Documentation
    • Usermanagement
      • Permission Groups
      • Tester Dashboard
    • Profile & User Account
      • Profile Preferences
        • Two-factor authentication
      • Personal token
      • Notifications
      • Organizations
      • Account Settings
      • Plan & Billing
        • Free Plan
        • Paid Plan (Pay-As-You-Go)
      • Security (Single Sign-On)
        • Single Sign-On with Okta
        • Single Sign-On with Google Worspace
        • Single Sign-On with Microsoft Entra
        • Single Sign-On with JumpCloud
        • Single Sign-On with Ping Identity
        • Custom SSO (SAML)
      • Developer Accounts
        • App Store Connect API
        • Google Play Connect API
  • Your Projects
    • Project Settings
      • Overview
      • Automatically clean up build binaries
      • Notification Integrations
        • Slack integration
        • Webhook integration
        • Microsoft Teams integration
        • Discord integration
        • WebEx integration
      • User & Permissions
    • App Overview & App Settings
      • Notifications
      • Security
      • Last uploaded build
      • Add another app to your project
      • Android App Bundle (AAB)
    • Builds and App versions
      • Build history / app version history
        • iOS Resigning
        • Android Resigning
      • Release Notes
      • Exchange already uploaded app version
      • Distribute and install a pre-release version of your app
        • App download page
    • Feedback
    • App Distribution
      • Testers & Distribution Groups
      • Distribute your app
        • Single Release
        • Beta Release (one link two apps)
        • Store
          • App Store Distribution
          • Play Store Distribution
      • Release History
      • Install an app distributed from Updraft
  • Integrations
    • Jenkins Plugin Updraft
    • Fastlane
    • Gradle
    • Teamcity with Gradle (Android)
    • Teamcity
    • GitLab CI/CD
      • GitLab iOS with Fastlane
      • GitLab app distribution for iOS builds
      • GitLab app distribution for Android builds
    • Bitrise
  • API
    • Upload API
    • Upload Apps with CURL
    • Rest API
      • Distribution group and Permission group API
  • Updraft SDK
    • Autoupdate
    • Integrating Updraft Android SDK
    • Integrating Updraft iOS SDK
    • Integrating Updraft Flutter SDK
  • Android
    • Unknown sources in Android
    • .apk installation on Samsung Browser
    • Android FAQ
    • 🪅Android Icon Troubleshooting
    • Google Play Store upload issues
  • iOS
    • Untrusted Enterprise Developer
    • Code Signing Explained (Certificates, Identifiers, Profiles – what?)
    • Registering a UDID for Ad Hoc Distribution
    • What does "App could not be installed at this time" mean?
    • iPadOS on Safari
    • iOS FAQ
  • Data Security
    • Data hosting in Switzerland
      • Swiss data privacy law
    • End to end data encryption
    • General Data Protection Regulation (GDPR)
    • Single Sign On (SSO)
    • Custom Storage
      • Google Cloud Storage
      • Custom S3 bucket
    • ISO 27001
  • What's New/ Changelog
  • Roadmap
  • FAQ
  • Contact us
Powered by GitBook
On this page
  1. iOS

iPadOS on Safari

iPadOS 13 Safari not detected as (is)Tablet or (is)iPad

PreviousWhat does "App could not be installed at this time" mean?NextiOS FAQ

Last updated 5 years ago

In September 2019, Apple has released a new, separate version of iOS specifically for the iPad: iPadOS. With iPadOS there comes a change in how Safari manages webpages and identifies them, which has an impact on app distribution and installations with Updraft.

‌Newly with iPadOS, Apple is forcing the "Desktop mode" as the default mode. This means that if you are using the Safari browser on your iPad with iPadOS, Safari always identify itself just like Safari on macOS does.

‌For a long time, the Safari browser on iPad was basically the same as on an iPhone and sent a mobile-user agent to the server, so the mobile device could be identified and the content of the website returned accordingly.

Mobile User Agent Example:

Mozilla/5.0 (iPad; CPU iPhone OS 13_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15

A few years ago, Apple introduced desktop mode. This had no serious impact on the display of a website on the user's end device. The desktop mode was intended to help to improve the display of older web pages and to minimize specific browser recognition.

However, now Apple is forcing desktop mode by default which is a breaking change in certain situations. This is a major headache for many developers because it is suddenly nearly impossible to tell reliably whether the end user is calling your website with a desktop device or an iPad.

Desktop User Agent Example:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36

Why Updraft needs device detection

In absolutely most cases, detecting a specific device or browser is a bad idea. Mozilla has a pretty clear statement about this topic:

«The different display of a web page on different browsers is a rather bad idea. The Web is meant to be accessible to everyone, regardless of which browser or device they're using. There are ways to develop your website to progressively enhance itself based on the availability of features rather than by targeting specific browsers» ().

There are however legitimate reasons to detect the platform or operating system on which a browser is running: Updraft uses the user-agent on the app installation page to show to the tester an installation button on an iOS (or iPadOS for that matter) device and informs users who are opening an app-installation-link on Updraft on the desktop to open the installation url on his or her mobile device and provides a QR-code to do so easily. This feature is of course only possible if the platform on which an Updraft installation page is shown can be detected reliably.

Therefore, if you are trying to install and distribute Updraft releases on the newest iPad generation (5th generation with iPadOS) you need to do following workflow:

  1. Open the Updraft installation link on your iPad

  2. Switch to mobile mode from the "AA" button in the browser input field

  3. Download your app

‌Hopefully this workaround is helpful to you. Unfortunately, this is the only solution we can offer short-term. We are however working on better user guidance and hope to be able to provide a more seamless experience in the future again.‌If you want to know more about your user-agent just visit:.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent
http://www.useragentstring.com/