Skip to main content

Music/Audio App Development Guide

This guide explains the points you need to consider when developing an app in the Music/Audio category that runs on Pleos Connect. It guides the classification and segmentation criteria for Music/Audio category apps and policies to prevent user experience degradation when integrating with the media library. This guide is applied as a review criterion when registering with the Pleos App Market.

Music/Audio App Category

Category Definition

The Music/Audio category includes apps that provide the following audio-centric services:

  • Music streaming and playback
  • Podcasts, audiobooks, and radio content provision
  • Audio platforms intended for in-vehicle media playback
Apps where video is the main function are not included in this category.

Category Registration Criteria

To register an app in the Pleos App Market Music/Audio category, the following requirements must be met:

  • Audio content playback must be the main function of the app
  • Provide UI/UX suitable for the driving environment
  • Support background playback and integration with vehicle media controls

Category Mismatch Policy

  • If additional features (community, shopping, etc.) are included, the suitability of the category is determined based on whether audio playback is the core function.
  • Apps that provide music as a mere auxiliary function will be immediately rejected in the review.

Media Library Integration

Category Segmentation Policy for Media Library Integration

In the vehicle environment, integration with the media library (system media browser, voice commands, steering wheel controls, etc.) is a key user experience element. For media library integration, Music/Audio apps need to be categorized into subcategories based on content type.

SubcategoryClassification Principle
MusicProvides music content based on artist, album, and track
Example: Music streaming service, local music player
PodcastProvides voice content on an episode basis
Includes subscription, latest episodes, and episode list structure
AudiobookBook-based long-duration voice content
Includes chapter-based navigation and playback position saving function
RadioReal-time streaming or broadcast-based audio content
Channel/station-centered navigation structure
Handling of Composite Content Apps
  • If a single app corresponds to multiple subcategories, it is mandatory to separate exposure by content type in the media library.
  • If the subcategory classification is unclear, it may be a reason for rejection in the review.

Media Library Integration Policy (Mandatory)

Music/Audio category apps must comply with the following policies:

  • Provide a clear browsing structure by content type
  • When integrating with the system media library, it is essential to deliver subcategory (Music/Podcast/Audiobook/Radio) information
  • The method of mixing all content into a single list may be restricted

Implementation of Media Library Integration

Add category information to the manifest file. Set the android:appCategory attribute of the <application> element to "audio". For more information, refer to Add Android Automotive OS support to media apps.

AndroidManifest.xml
<application
...
android:appCategory="audio" />

Review and Operation Criteria

Review Criteria

The review criteria for registering apps in the Pleos App Market Music/Audio category are as follows:

  • Verify that the category and subcategory definitions are clear.
  • Verify that the media library integration structure is appropriate.
  • Evaluate usability and safety in the vehicle environment.

Actions for Policy Violations

In case of policy violations, the following actions may be taken:

  • Category mismatch: Request for modification or review rejection
  • Undefined subcategory: Request for feature enhancement
  • Repeated violations of the above: Restriction of app exposure or suspension of registration