通过 Google Play,您可以使用各种功能来管理应用分发,这些功能可让您控制哪些用户可以下载您的应用,并根据某些特性(例如平台版本)分发单独的应用版本。
Google Play 分发
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Google Play Distribution\n\nGoogle Play allows you to manage your app distribution with features that let you control which users\ncan download your app as well as deliver separate versions of your app based on certain\ncharacteristics like platform version. \n\n#### Device Filtering\n\n\nMake sure your app gets to the right users by filtering on a wide range of characteristics\nsuch as platform versions and hardware features.\n\n[Learn more \\\u003e\\\u003e](/google/play/filters) \n\n#### Multiple APK Support\n\n\nDistribute different APKs based on a variety of properties such as platform version, screen\nsize, and GLES texture compression support.\n\n[Learn more \\\u003e\\\u003e](/google/play/publishing/multiple-apks) \n\n#### APK Expansion files\n\n\nTap into Google's content delivery services by serving up to 4GB of assets for free. Provide\nusers with high-fidelity graphics, media files, or other large assets that are required by\nyour app.\n[Learn more \\\u003e\\\u003e](/google/play/expansion-files) \n\n#### Application Licensing\n\nProtect your revenue streams and integrate policies for usage into your app.\n[Learn more \\\u003e\\\u003e](/google/play/licensing) \n\n#### Google Play Developer API\n\nIntegrate your publishing operations with your release-management\nprocess.\n[Learn more \\\u003e\\\u003e](/google/play/billing/gp-purchase-status-api)"]]