קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
כדי לוודא ששירותי Google Play Games (PGS) פועלים בצורה תקינה באפליקציה, כדאי לבדוק את שירותי Google Play Games לפני שמפרסמים את השינויים במשחק ב-Google Play.
אם המשחק שלכם לא פורסם, תצטרכו להוסיף לרשימת ההיתרים את חשבונות המשתמשים שאתם רוצים להעניק להם גישה לצורך בדיקה. אחרת, הבודקים יקבלו שגיאות OAuth ו-404 כשינסו לגשת לנקודות הקצה של Google Play Games Services, כמו כניסה.
יש שתי דרכים לאפשר לבודקים להשתמש בממשקי API של שירותי המשחקים של Play במשחק שלכם:
ברמת המשתמש, על ידי הוספת כתובות אימייל ספציפיות.
ברמת הקבוצה, על ידי הפעלת שירותי Play Games בנתיב השקה ב-Play Console.
כדי להוסיף בודקים ספציפיים לפרויקט המשחק, מבצעים את הפעולות הבאות:
פותחים את הכרטיסייה בודקים של המשחק ב-Google Play Console (פיתוח >
שירותי Play Games > הגדרה וניהול > בודקים).
לוחצים על הלחצן Add testers.
בתיבת הדו-שיח שמופיעה, מזינים את כתובות האימייל של חשבונות Google שרוצים להוסיף כבודקים (מופרדות בפסיקים או כתובת אימייל אחת לכל שורה).
לוחצים על Add (הוספה) כדי לשמור את המשתמשים כבודקים. הבעלים של חשבונות הבדיקה שהוספתם אמורים לקבל גישה ל-Google Play Games Services תוך כמה שעות.
כדי לתת לקבוצה גישה לבדיקה, מפעילים טראק של גרסה לצורך גישה ל-PGS.
אתם יכולים להעניק גישה לבדיקה של המשחק לכל המשתמשים שיש להם גישה לבדוק חבילות APK במסלול הפצה נתון. הפעולה הזו פועלת בדיוק כמו אם היית מוסיפים כל משתמש לרשימה בנפרד. לשם כך, בצע את הצעדים הבאים:
פותחים את הקטע בודקי PGS (צמיחה > שירותי Play Games > הגדרה וניהול > בודקים) ובוחרים בכרטיסייה נתיבי השקה. בדף הזה אפשר לראות גם את רשימת הטראקים שכבר מופעלת בהם בדיקת PGS.
לוחצים על הוספת טראקים.
בוחרים טראק אחד או יותר להפעלה לצורך בדיקת PGS.
לוחצים על הוספת טראקים.
הטראקים של פריט התוכן שנבחרו יופיעו ברשימת הטראקים שמופעלת בהם בדיקת PGS.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון 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-26 (שעון UTC)."],[],[],null,["# Enable accounts for testing\n\nTo check that Google Play Games Services (PGS) are functioning correctly in your application,\ntest your Google Play Games Services before publishing your game changes on Google Play.\n\nIf your game is in an unpublished state, you must allowlist the user accounts\nthat you want to grant access for testing. Otherwise, your testers\nencounter OAuth and 404 errors when attempting to access the Google Play Games Services\nendpoints such as [sign-in](/games/pgs/android/android-signin).\n| **Warning:** Remember to add **yourself** as a tester so that the Play Games SDK works for your user account, too.\n\nThere are two ways to enable testers to use PGS APIs for your game:\n\n- At an individual level, by adding individual email addresses.\n- At a group level, by enabling Play Games Services for a Play Console release track.\n\nTo add individual testers to your game project, complete these steps:\n\n1. Open the **Testers** tab for your game in the Google Play Console (**Grow \\\u003e\n Play Games Services \\\u003e Setup and\n management \\\u003e Testers**).\n2. Click the **Add testers** button.\n3. In the dialog that appears, enter the email addresses of the Google Accounts that you wish to add as testers (separated with commas or one email address per line).\n4. Click **Add** to save the users as testers. The owners of the tester accounts that you added should be able to access your Google Play Games Services within a couple of hours.\n\nTo give testing access to a group, enable a release track to access PGS.\n\nGoogle Play makes it easy to distribute pre-release versions of your app to\ncontrolled groups of trusted users with the release track features. Learn more\nabout [testing with release\ntracks](https://support.google.com/googleplay/android-developer/answer/9845334).\n\nYou can grant access to test your game to all users who have access to test APKs\non a given release track. This works the same as if you had added each user to\nthe tester list individually. To do this, follow these steps:\n\n1. Open the **PGS Testers** section (**Grow \\\u003e Play Games Services \\\u003e\n Setup and management \\\u003e Testers** ) and select the **Release tracks** tab. On this page, you can also see the list of tracks that are already enabled for PGS testing.\n2. Click **Add tracks**.\n3. Select one or more tracks to enable for PGS testing.\n4. Click **Add Tracks**.\n\nThe selected release tracks appear in the list of tracks enabled for PGS\ntesting.\n| **Note:** This feature is only available if you have an Android app linked to your game in Google Play Console."]]