העלאת האפליקציה ל-Play Console
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אחרי שחותמים על גרסת המהדורה של האפליקציה, השלב הבא הוא להעלות אותה ל-Google Play כדי לבדוק, לבחון ולפרסם אותה. לפני שמתחילים, צריך לעמוד בדרישות הבאות:
אחרי שתבצעו את כל הדרישות שלמעלה, תוכלו להעלות את האפליקציה ל-Play Console.
בדף הזה מוסבר גם איך לבדוק ולעדכן את חבילת האפליקציות אחרי ההעלאה שלה.
בדיקת חבילות APK באמצעות הגרסאות והחבילות החדשות ביותר
אם מעלים את האפליקציה כ-Android App Bundle, מסוף Play יוצר באופן אוטומטי חבילות APK מפוצלות וחבילות APK מרובות לכל תצורות המכשירים שהאפליקציה תומכת בהן. ב-Play Console, בקטע 'חבילות הגרסאות האחרונות' בדף 'הגרסאות והחבילות האחרונות', אפשר לראות את כל קובצי ה-APK שנוצרו על ידי Google Play, לבדוק נתונים כמו מכשירים נתמכים וחיסכון בגודל ה-APK, ולהוריד קובצי APK שנוצרו כדי לפרוס ולבדוק אותם באופן מקומי.
פרטים נוספים על חבילת האפליקציות זמינים בנושא העזרה של Play Console
בדיקת גרסאות של אפליקציות באמצעות הדף 'הגרסאות והחבילות האחרונות'
בדיקה פנימית של האפליקציה
יש כמה דרכים לשתף את האפליקציה באופן פנימי לצורך בדיקה:
לכל אחת מהאפשרויות האלה יש יתרונות שונים, לכן כדאי להשתמש באפשרות שמתאימה ביותר לצוות שלכם.
Firebase App Distribution מאפשרת לפרוס כל סוג של build ולהפיץ אותו לרשימת משתמשים. זו יכולה להיות דרך טובה להפיץ גרסאות build ממערכת של שילוב רצוף (CI), כדי שבודקים יוכלו לגשת לגרסאות build ספציפיות לצורך בדיקה.
הפריסה של גרסה פנימית ב-Play Console מהירה יותר בהשוואה לפריסה של גרסאות אלפא או בטא, והיא מעניקה גישה לשירותים כמו מינויים, רכישות מתוך האפליקציה ומודעות. גם קובץ האפליקציה הזה עובר את תהליך החתימה והצמצום ב-Play Console, ולכן הוא הקרוב ביותר למה שמופץ למשתמשים הקצה דרך חנות Play. כדי שלא תצטרכו להמתין לסיום הבדיקה, תוכלו לדחות את הבדיקה בחנות Play למועד מאוחר יותר. עם זאת, צריך לעבור את הבדיקה כדי שתוכלו להפיץ את האפליקציה במלואה למשתמשי קצה דרך חנות Play.
עדכון חבילת האפליקציות
כדי לעדכן את האפליקציה אחרי ההעלאה שלה ל-Play Console, צריך להגדיל את קוד הגרסה שכלול במודול הבסיס, ואז ליצור ולהעלות חבילת אפליקציה חדשה. לאחר מכן, מערכת Google Play יוצרת חבילות APK מעודכנות עם קודי גרסאות חדשים ומציגה אותן למשתמשים לפי הצורך.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# Upload your app to the Play Console\n\nAfter you [sign the release version of your\napp](/studio/publish/app-signing#sign-apk), the next step is to upload it to\nGoogle Play to inspect, test, and publish your app. Before you get started, you\nmust meet the following requirements:\n\n- If you haven't already done so, [enroll in Play App Signing](/studio/publish/app-signing#enroll), which is the mandatory way to\n upload and sign all new apps since August 2021.\n\n- Ensure that your app meets Google Play's size requirements.\n Google Play supports a cumulative total download size of 4 GB. This size\n includes all modules and install-time asset packs. To learn more, read\n [Google Play maximum size limits](https://support.google.com/googleplay/android-developer/answer/9859372#size_limits).\n\nAfter you've met the preceding requirements, [upload your app to the Play\nConsole](https://support.google.com/googleplay/android-developer/answer/7159011)\n.\n\nThis page also describes how you can test and update your app bundle after it's\nbeen uploaded.\n\nInspect APKs using Latest releases and bundles\n----------------------------------------------\n\nIf you upload your app as an Android App Bundle, the Play\nConsole automatically generates split APKs and multi-APKs for all device\nconfigurations your app supports. In the Play Console, you can use the\n\"Latest bundles\" section in the \"Latest releases and bundles\" page to see all\nAPK artifacts that Google Play generates, inspect\ndata such as supported devices and APK size savings, and download generated APKs\nto deploy and test locally.\n\nTo see more details about your app bundle, see the Play Console help topic\n\n[Inspect app versions with Latest releases and bundles](https://support.google.com/googleplay/android-developer/answer/9006925).\n\nTest your app internally\n------------------------\n\nThere are several ways to share your app internally for testing:\n\n- Upload and distribute your app internally using [Firebase App\n Distribution](https://firebase.com/docs/app-distribution).\n- Upload and distribute your app internally using [Play Console's internal app\n sharing tool](https://play.google.com/console/internal-app-sharing).\n\nEach of these offers slightly different benefits, so use the one that works best\nfor your team.\n\n- Firebase app distribution lets you deploy any kind of build and distribute it\n to a list of users. This can be a good way of distributing builds from a\n continuous integration system so that testers can access specific builds for\n testing.\n\n- Play console internal track is faster to deploy compared to the alpha or beta\n tracks and gives you access to services such as Subscriptions, In-App\n purchases, and ads. This also goes through Play Console signing and shrinking\n so is the closest to what is distributed to end users through the play\n store. It is possible to defer the Play Store review until later to avoid\n having to wait for review to complete. However, the review is required\n before you can fully distribute your app to end-users through the Play Store.\n\nUpdate your app bundle\n----------------------\n\nTo update your app after you upload it to the Play Console, you need to increase\nthe version code included in the base module, then build and upload a new app\nbundle. Google Play then generates updated APKs with new version codes and\nserves them to users as needed."]]