קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ARCore תואם לאפליקציות ללא התקנה ב-Play, תכונה ל-Android שמאפשרת הפעלה של אפליקציות ומשחקים במכשירים עם Android מגרסה 5.0 (רמת API 21) ואילך, בלי שיהיה צורך להתקין אותם תחילה. חוויית השימוש המיידית משפרת את מידת החשיפה של האפליקציה או המשחק, וכך עוזרת למשוך יותר משתמשים פעילים וליצור חוויית חיכוך נמוכה יותר.
הבדלים בהשוואה לאפליקציות רגילות
כשמתקינים אפליקציית Play ללא התקנה שמותאמת ל-AR, Google Play לא מוודאים אוטומטית ש-Google Play Services ל-AR מותקנת ומעודכנת, גם אם האפליקציה נדרשת ב-AR וגם אם היא אופציונלית.
לאפליקציות ללא התקנה יש מגבלות גודל. ARCore SDK עשוי להיכלל
בערך 300kB מתוך מגבלת הגודל של אפליקציה ללא התקנה ל-Play בנפח של 15MB. למידע נוסף, ראו הקטנת הגודל של אפליקציה ללא התקנה.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2023-12-08 (שעון UTC)."],[[["ARCore supports Play Instant Apps, allowing Android apps and games to launch without installation on devices with Android 5.0 (API level 21) or higher."],["Unlike regular apps, AR-enabled Play Instant apps require manual checks and installation prompts for Google Play Services for AR using `ArCoreApk.checkAvailability()` and `ArCoreApk.requestInstall()`."],["The ARCore SDK contributes to the Play Instant App size limit, potentially using around 300kB of the 15MB allowance."]]],["ARCore works with Play Instant Apps, allowing apps to run on Android 5.0+ without installation. Unlike standard apps, Play Instant apps do not automatically ensure \"Google Play Services for AR\" is installed. Developers must use `ArCoreApk.checkAvailability()` and `ArCoreApk.requestInstall()` to manage this. Instant Apps have size restrictions, with the ARCore SDK potentially consuming around 300kB of the 15MB limit. Creating instant-enabled app bundles requires following the Android Developer's guide.\n"]]