Back to Guides
Play Console Guide6 min read

Publishing on Wear OS: Testing Requirements for Android Smartwatches

1

12-App Tester Team

Android QA Experts

Smartwatches are one of the fastest-growing segments in the Android ecosystem. Building an app for Wear OS can open up a completely new demographic of users, but publishing it on the Google Play Store comes with unique hurdles.

Because wearable devices have small screens, unique hardware inputs, and aggressive battery management, Google enforces strict quality standards before approving a Wear OS app.

Here is exactly what you need to know about the testing requirements and quality standards for publishing on Wear OS in 2026.

1. The 12-Tester Rule Still Applies

If you are publishing your Wear OS app using a personal Google Play Developer account created after November 2023, you are not exempt from the closed testing requirement. You must still recruit 12 testers to test your app continuously for 14 days.

Finding 12 people who are willing to test a standard Android app can be difficult, but finding 12 people who all own an Android smartwatch is a massive bottleneck.

The Companion App Strategy

If your Wear OS app is bundled with or connected to a companion phone app (using the same package name), there is a workaround. The Google Play Console testing requirement applies at the package level. If your testers download the mobile version of the app to their phones, it counts toward the 14-day requirement for the entire listing—including the Wear OS component.

However, if you are building a standalone Wear OS app, your testers will need actual smartwatches (or use emulators, though real-device testing is heavily preferred by Google). Using a professional QA service like 12-App Tester is often the most reliable way to fulfill this requirement without buying a dozen smartwatches.

2. Strict UI and Visual Requirements

Google reviewers will immediately reject Wear OS apps that fail to follow the official Wear OS Quality Guidelines.

When writing your testing brief, ensure your testers check for the following:

  • Black Backgrounds: To preserve OLED battery life, all apps and Tiles must use a pure black background.
  • Time Visibility: The time of day must be clearly visible at the top of the app's home screen and any ongoing activity screens. Users should never have to close your app just to see what time it is.
  • No Cut-off Content: Because most smartwatches are round, UI elements placed in the corners of a standard square layout will be cut off. Ensure you test your layouts on round screens (or use libraries like Horologist) to guarantee all text and buttons are clickable.

3. Hardware and Input Testing

Wear OS devices feature unique hardware inputs that your app is expected to support.

  • Rotary Input (The Crown): If your app features a scrollable list or text, it must respond to the physical rotating crown on the side of the watch. Furthermore, a visual scrollbar must appear when the user is scrolling to indicate their position on the page.
  • Swiping to Dismiss: The universal "back" gesture on Wear OS is a swipe from the left edge of the screen to the right. Testers must verify that swiping dismisses screens properly and doesn't conflict with any internal app gestures (like panning a map).

4. Background Execution and Battery Life

Smartwatches have tiny batteries. Google strictly regulates how apps run in the background.

  • Ongoing Activities: If your app tracks a workout or plays audio in the background, it must use the Ongoing Activity API. This displays a small indicator on the watch face, allowing the user to tap it and immediately return to your app.
  • State Preservation: If the watch screen turns off or the user drops their arm, the app will go to sleep. When the user wakes the watch, your app must resume exactly where they left off without losing data.

5. Technical API Requirements (2026 Update)

Keep these technical requirements in mind before submitting your bundle:

  • Target API Level 34: All new Wear OS apps and updates must target Android 14 (API level 34) or higher.
  • 64-bit Architecture: Ensure your app supports 64-bit architectures, as older 32-bit only builds are being deprecated.
  • Manifest Declaration: Your AndroidManifest.xml must explicitly declare that it is a watch app by including: <uses-feature android:name="android.hardware.type.watch" />.

Getting Past the Finish Line

Testing a Wear OS app requires more diligence than a standard mobile app. The hardware constraints are tighter, and Google's reviewers are strict about visual compliance.

If you are struggling to find 12 smartwatch users to fulfill your closed testing track, consider delegating the work. At 12-App Tester, our platform connects you with real testers equipped to test your app, provide actionable feedback, and help you unlock production access on Google Play.