{"id":22252,"date":"2025-05-22T22:03:32","date_gmt":"2025-05-22T22:03:32","guid":{"rendered":"https:\/\/immortalboost.com\/blog\/?p=22252"},"modified":"2025-05-18T22:14:33","modified_gmt":"2025-05-18T22:14:33","slug":"cross-platform-genshin","status":"publish","type":"post","link":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/","title":{"rendered":"Is Genshin Impact Cross-Platform 2025"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        .marvel-guide {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: 'Arial', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #fff;\n        }\n\n        .hero-header {\n            background: linear-gradient(135deg, #7b68ee 0%, #4169e1 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .hero-header h1 {\n            font-size: 2.5em;\n            margin: 0 0 10px 0;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .hero-header p {\n            font-size: 1.1em;\n            margin: 0;\n            opacity: 0.9;\n        }\n\n        .feature-image {\n            width: 100%;\n            max-width: 100%;\n            height: auto;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            border: 3px solid #7b68ee;\n        }\n\n        .section {\n            margin-bottom: 40px;\n            padding: 25px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            border-left: 5px solid #7b68ee;\n        }\n\n        .section h2 {\n            font-size: 2em;\n            color: #4169e1;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #7b68ee;\n            padding-bottom: 10px;\n        }\n\n        .ability-card,\n        .feature-card {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 20px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n            border: 1px solid #e0e0e0;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ability-card:hover,\n        .feature-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n        }\n\n        .ability-name,\n        .feature-title {\n            font-size: 1.4em;\n            font-weight: bold;\n            color: #7b68ee;\n            margin-bottom: 15px;\n            padding: 10px 15px;\n            background: linear-gradient(90deg, rgba(123, 104, 238, 0.1), rgba(65, 105, 225, 0.1));\n            border-radius: 5px;\n            border-left: 4px solid #7b68ee;\n        }\n\n        .intro-text {\n            background: linear-gradient(135deg, rgba(65, 105, 225, 0.1), rgba(123, 104, 238, 0.1));\n            padding: 20px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            border: 1px solid rgba(65, 105, 225, 0.2);\n        }\n\n        .immortal-note {\n            background: linear-gradient(135deg, rgba(123, 104, 238, 0.15), rgba(65, 105, 225, 0.15));\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n            border: 2px solid #7b68ee;\n            border-left: 6px solid #7b68ee;\n            display: inline-block;\n            width: 100%;\n            box-sizing: border-box;\n        }\n\n        .immortal-note strong {\n            color: #4169e1;\n        }\n\n        .immortal-note a {\n            color: #7b68ee;\n            text-decoration: none;\n            font-weight: bold;\n        }\n\n        .immortal-note a:hover {\n            text-decoration: underline;\n        }\n\n        .highlight-tip {\n            background: linear-gradient(135deg, rgba(123, 104, 238, 0.1), rgba(65, 105, 225, 0.1));\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n            border-left: 4px solid #7b68ee;\n        }\n\n        .highlight-tip strong {\n            color: #4169e1;\n        }\n\n        .ultimate-section {\n            background: linear-gradient(135deg, rgba(65, 105, 225, 0.1), rgba(123, 104, 238, 0.1));\n            border: 2px solid #7b68ee;\n            border-radius: 15px;\n            padding: 25px;\n        }\n\n        .ultimate-section h3 {\n            color: #7b68ee;\n            font-size: 1.5em;\n            margin-bottom: 15px;\n        }\n\n        .pro-tip {\n            background: #4169e1;\n            color: white;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n            position: relative;\n        }\n\n        .pro-tip::before {\n            content: \"\u2b50 IMPORTANT: \";\n            font-weight: bold;\n            color: #fff;\n        }\n\n        .platform-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .platform-card {\n            background: white;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n            border-top: 5px solid #7b68ee;\n            text-align: center;\n        }\n\n        .platform-card h3 {\n            color: #7b68ee;\n            margin-bottom: 15px;\n        }\n\n        .step-list {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 15px 0;\n            border: 1px solid #e0e0e0;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n        }\n\n        .step-item {\n            padding: 12px 0;\n            border-left: 4px solid #7b68ee;\n            padding-left: 20px;\n            margin-bottom: 15px;\n            background: rgba(123, 104, 238, 0.05);\n            border-radius: 0 8px 8px 0;\n        }\n\n        .warning-box {\n            background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 87, 34, 0.1));\n            border: 2px solid #ff9800;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n\n        .warning-box::before {\n            content: \"\u26a0\ufe0f WARNING: \";\n            font-weight: bold;\n            color: #ff9800;\n        }\n\n        \/* Product Section Styles *\/\n        .product-section {\n            background-color: #f8f8f8;\n            color: #333;\n            padding: 25px;\n            font-family: Arial, sans-serif;\n            border-radius: 8px;\n            margin: 30px 0;\n            border: 1px solid #e0e0e0;\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 30px;\n            font-size: 22px;\n            color: #333;\n        }\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .product-row {\n            display: flex;\n            justify-content: space-between;\n            width: 100%;\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n        \n        .product-card {\n            flex: 1;\n            min-width: 250px;\n            background-color: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .product-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .product-header {\n            padding: 15px;\n            text-align: center;\n            font-weight: bold;\n            font-size: 18px;\n            color: #333;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .product-image {\n            height: 180px;\n            background-color: #f0f0f0;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            overflow: hidden;\n        }\n        \n        .product-image img {\n            max-width: 100%;\n            max-height: 100%;\n            object-fit: cover;\n        }\n        \n        .product-features {\n            padding: 15px;\n        }\n        \n        .feature {\n            margin: 12px 0;\n            color: #555;\n        }\n        \n        .feature-icon {\n            color: #1c60d2;\n            margin-right: 5px;\n            font-weight: bold;\n        }\n        \n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            padding: 15px;\n            display: inline-block;\n            color: #333;\n        }\n        \n        .product-footer {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0 15px 15px 15px;\n        }\n        \n        .order-btn {\n            background-color: #1c60d2;\n            color: white;\n            border: none;\n            border-radius: 5px;\n            padding: 10px 25px;\n            cursor: pointer;\n            font-weight: bold;\n            text-decoration: none;\n            display: inline-block;\n            transition: background-color 0.2s ease;\n        }\n        \n        .order-btn:hover {\n            background-color: #0d4bb3;\n        }\n        \n        .product-highlight {\n            color: #1c60d2;\n            font-weight: bold;\n        }\n\n        @media (max-width: 768px) {\n            .marvel-guide {\n                padding: 15px;\n            }\n\n            .hero-header {\n                padding: 20px;\n            }\n\n            .hero-header h1 {\n                font-size: 2em;\n            }\n\n            .section {\n                padding: 15px;\n            }\n\n            .platform-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .ability-name,\n            .feature-title {\n                font-size: 1.2em;\n            }\n\n            \/* Product Section Mobile *\/\n            .product-section {\n                padding: 15px;\n                margin: 15px 0;\n            }\n\n            .section-title {\n                font-size: 18px;\n                margin-bottom: 20px;\n            }\n\n            .product-container {\n                flex-direction: column;\n                gap: 15px;\n            }\n\n            .product-row {\n                flex-direction: column;\n                gap: 15px;\n                margin-bottom: 0;\n            }\n\n            .product-card {\n                min-width: unset;\n                width: 100%;\n                max-width: 100%;\n            }\n\n            .product-header {\n                font-size: 16px;\n                padding: 12px;\n            }\n\n            .product-image {\n                height: 150px;\n            }\n\n            .product-features {\n                padding: 12px;\n            }\n\n            .feature {\n                margin: 8px 0;\n            }\n\n            .product-price {\n                font-size: 24px;\n                padding: 12px;\n            }\n\n            .product-footer {\n                padding: 0 12px 12px 12px;\n            }\n\n            .order-btn {\n                padding: 8px 20px;\n                font-size: 14px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-header h1 {\n                font-size: 1.8em;\n            }\n\n            .section h2 {\n                font-size: 1.5em;\n            }\n\n            \/* Product Section Extra Small Screens *\/\n            .product-section {\n                padding: 10px;\n            }\n\n            .section-title {\n                font-size: 16px;\n            }\n\n            .product-price {\n                font-size: 20px;\n            }\n\n            .order-btn {\n                padding: 6px 16px;\n                font-size: 13px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"marvel-guide\">\n        <header class=\"hero-header\">\n            <h2>Genshin Impact Crossplay &#038; Cross Progression Guide<\/h2>\n            <p>Everything You Need to Know About Playing Across Platforms<\/p>\n        <\/header>\n\n        <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg\" alt=\"Genshin Impact Crossplay Guide\" class=\"feature-image\">\n\n        <div class=\"intro-text\">\n            <p>Discover everything you need to know about crossplay and cross progression in Genshin Impact and how they affect your gameplay.<\/p>\n            \n            <p>Genshin Impact has launched on Xbox. For those who have been playing for a while on other platforms, including mobile, you might want to take your account to play on Xbox or any other supported platform. \n            <span class=\"immortal-note\"><strong>Note:<\/strong> ImmortalBoost is offering <a href=\"https:\/\/immortalboost.com\/genshin-impact-boost\/\">Genshin Impact carry services<\/a> as well. Make sure to check them out as well.<\/span>\n            Genshin Impact does indeed support crossplay between <strong>PS4, PS5, Mobile, iOS, and PC<\/strong>. You can play with your friends and get into the game no matter which platform you&#8217;re using.<\/p>\n            \n            <div class=\"pro-tip\">\n                If the player you want to play with is on the same server as you, you can only play cross-platform. Make sure you all pick the same server region when you desire to play with your friends.\n            <\/div>\n            \n            <p>The linking between HoYoverse Accounts and PlayStation Network Accounts is also introduced with the arrival of version 2.0. Linking the accounts allows players from different devices to crossplay and save to PlayStation.<\/p>\n        <\/div>\n\n        <section class=\"section\">\n            <h2>\ud83c\udfae Platform Compatibility<\/h2>\n            \n            <div class=\"platform-grid\">\n                <div class=\"platform-card\">\n                    <h3>\ud83d\udda5\ufe0f PC &#038; Mobile<\/h3>\n                    <p>Native HoYoverse credentials<\/p>\n                    <p><strong>Status:<\/strong> Seamless cross-save enabled<\/p>\n                <\/div>\n                \n                <div class=\"platform-card\">\n                    <h3>\ud83c\udfae PlayStation 4\/5<\/h3>\n                    <p>Requires account linking<\/p>\n                    <p><strong>Status:<\/strong> Full crossplay support<\/p>\n                <\/div>\n                \n                <div class=\"platform-card\">\n                    <h3>\ud83c\udfae Xbox Series X\/S<\/h3>\n                    <p>Recently added support<\/p>\n                    <p><strong>Status:<\/strong> Full crossplay support<\/p>\n                <\/div>\n                \n                <div class=\"platform-card\">\n                    <h3>\ud83c\udfae Nintendo Switch<\/h3>\n                    <p>Development in progress<\/p>\n                    <p><strong>Status:<\/strong> Not yet available<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"highlight-tip\">\n                <strong>Easy Setup:<\/strong> You can crossplay between mobile devices and PC seamlessly. If you&#8217;re playing on mobile, you can choose where you left off while playing on PC. However, mobile devices can heat up very fast as the game is fairly large.\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\ud83d\udcbe Cross Saves on PC and Mobile<\/h2>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-title\">Native HoYoverse Integration<\/div>\n                <p>Let&#8217;s start with the PC and mobile players since these are the OG users. These players generally have things easy because both platforms use the native HoYoverse credentials to log into their accounts.<\/p>\n                \n                <div class=\"highlight-tip\">\n                    <strong>Automatic Setup:<\/strong> Both platforms are already set up to cross-save on all platforms. They can already go back and forth, continuing their progress between PC and mobile.\n                <\/div>\n                \n                <p>The cross-save feature in Genshin Impact is enabled by default and supports all platforms. You don&#8217;t have to change any settings for crossplay. All you need to do is log in to your account anytime and anywhere without the fear of losing your progress.<\/p>\n            <\/div>\n        <\/section>\n\n        <div class=\"product-section\">\n            <div class=\"section-title\">Check out our popular <span class=\"product-highlight\">Genshin Impact Boosting<\/span> services:<\/div>\n            \n            <div class=\"product-container\">\n                <div class=\"product-row\">\n                    <div class=\"product-card\">\n                        <div class=\"product-header\">Natlan 100% Exploration<\/div>\n                        <div class=\"product-image\">\n                            <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/genshin-impact-boost\/wp-content\/uploads\/2025\/02\/natlan-100-exploration1724834392_picture_item_small.webp\" alt=\"Natlan 100% Exploration\">\n                        <\/div>\n                        <div class=\"product-features\">\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Complete Exploration\n                            <\/div>\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>All Chests &#038; Secrets\n                            <\/div>\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Fast &#038; Reliable\n                            <\/div>\n                        <\/div>\n                        <div class=\"product-footer\">\n                            <div class=\"product-price\">$2<sup>69<\/sup><\/div>\n                            <a href=\"https:\/\/immortalboost.com\/genshin-impact-boost\/product\/natlan-100-exploration\/\" class=\"order-btn\">Order now<\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"product-card\">\n                        <div class=\"product-header\">Character Leveling<\/div>\n                        <div class=\"product-image\">\n                            <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/genshin-impact-boost\/wp-content\/uploads\/2025\/05\/character-level-up1669219910_picture_item_small.png\" alt=\"Character Leveling\">\n                        <\/div>\n                        <div class=\"product-features\">\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Any Character\n                            <\/div>\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Max Level 90\n                            <\/div>\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Quick Service\n                            <\/div>\n                        <\/div>\n                        <div class=\"product-footer\">\n                            <div class=\"product-price\">$2<sup>99<\/sup><\/div>\n                            <a href=\"https:\/\/immortalboost.com\/genshin-impact-boost\/product\/character-leveling\/\" class=\"order-btn\">Order now<\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"product-card\">\n                        <div class=\"product-header\">Weapon Leveling<\/div>\n                        <div class=\"product-image\">\n                            <img decoding=\"async\" src=\"https:\/\/immortalboost.com\/genshin-impact-boost\/wp-content\/uploads\/2025\/05\/weapon-leveling1670544877_picture_item_small.png\" alt=\"Weapon Leveling\">\n                        <\/div>\n                        <div class=\"product-features\">\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Any Weapon Type\n                            <\/div>\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Max Level 90\n                            <\/div>\n                            <div class=\"feature\">\n                                <span class=\"feature-icon\">\u203a<\/span>Safe &#038; Secure\n                            <\/div>\n                        <\/div>\n                        <div class=\"product-footer\">\n                            <div class=\"product-price\">$0<sup>99<\/sup><\/div>\n                            <a href=\"https:\/\/immortalboost.com\/genshin-impact-boost\/product\/weapon-leveling\/\" class=\"order-btn\">Order now<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <section class=\"section\">\n            <h2>\ud83d\udd17 Linking To Consoles (Xbox\/PlayStation)<\/h2>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-title\">Moving to Consoles<\/div>\n                <p>Now, moving to or from the Xbox or PlayStation consoles, we&#8217;ll take an extra step. If you already have a Genshin account and you&#8217;re looking to play on PlayStation or Xbox, all you need to do is log in with your existing account when the game prompts you for the first time.<\/p>\n                \n                <div class=\"warning-box\">\n                    You need to do this now. If you bypass this and start playing the game before you link your account, Genshin will make a new account for you, and your console progress will be on a different account.\n                <\/div>\n                \n                <p>For both Xbox and PlayStation, make sure you link your HoYoverse account on the initial login screen. This is crucial for maintaining your progress across platforms.<\/p>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\ud83d\udcf1 Linking From Consoles (Xbox\/PlayStation)<\/h2>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-title\">Console to Other Platforms<\/div>\n                <p>What if you started on Xbox or PlayStation, and you want to move to another console or play on PC or mobile? This is pretty simple, but you&#8217;ll need to make a HoYoverse account from the in-game menu.<\/p>\n                \n                <div class=\"step-list\">\n                    <div class=\"step-item\">\n                        <strong>Step 1:<\/strong> In-game, go to Settings \u2192 Account \u2192 User Center\n                    <\/div>\n                    <div class=\"step-item\">\n                        <strong>Step 2:<\/strong> Press &#8220;Proceed&#8221; to open the HoYoverse website on your console browser\n                    <\/div>\n                    <div class=\"step-item\">\n                        <strong>Step 3:<\/strong> Hit the &#8220;Link&#8221; button to create a new HoYoverse account\n                    <\/div>\n                    <div class=\"step-item\">\n                        <strong>Step 4:<\/strong> Complete the account creation process\n                    <\/div>\n                <\/div>\n                \n                <div class=\"pro-tip\">\n                    Once you&#8217;ve finished making an account, your console progression will be saved to it. Remember your account credentials, email, and password so you can use them on any other supporting platform.\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\ud83d\udd13 Unlinking Accounts<\/h2>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-title\">Account Management<\/div>\n                <p>If you&#8217;re looking to unlink your account from either Xbox or PlayStation, you can do this by going to the HoYoverse website, logging in, and managing your account.<\/p>\n                \n                <div class=\"warning-box\">\n                    You can only unlink to a platform once. Make sure it&#8217;s something that you want to do before proceeding.\n                <\/div>\n                \n                <div class=\"highlight-tip\">\n                    <strong>Important Considerations:<\/strong> Players playing Genshin Impact can play with those who use PC or consoles. Your character and in-game progress are consistent across different platforms.\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\ud83c\udf1f Key Features &#038; Limitations<\/h2>\n            \n            <div class=\"ultimate-section\">\n                <h3>\u2705 What Works Perfectly<\/h3>\n                <ul style=\"list-style: none; padding-left: 0;\">\n                    <li style=\"padding: 8px 0; border-left: 3px solid #4caf50; padding-left: 15px; margin-bottom: 10px; background: rgba(76, 175, 80, 0.05); border-radius: 0 5px 5px 0;\">Cross-play is available across all platforms<\/li>\n                    <li style=\"padding: 8px 0; border-left: 3px solid #4caf50; padding-left: 15px; margin-bottom: 10px; background: rgba(76, 175, 80, 0.05); border-radius: 0 5px 5px 0;\">Character and in-game progress are consistent across platforms<\/li>\n                    <li style=\"padding: 8px 0; border-left: 3px solid #4caf50; padding-left: 15px; margin-bottom: 10px; background: rgba(76, 175, 80, 0.05); border-radius: 0 5px 5px 0;\">Players only need to exchange UIDs to add friends<\/li>\n                    <li style=\"padding: 8px 0; border-left: 3px solid #4caf50; padding-left: 15px; margin-bottom: 10px; background: rgba(76, 175, 80, 0.05); border-radius: 0 5px 5px 0;\">Cross-save feature allows seamless platform switching<\/li>\n                    <li style=\"padding: 8px 0; border-left: 3px solid #4caf50; padding-left: 15px; margin-bottom: 10px; background: rgba(76, 175, 80, 0.05); border-radius: 0 5px 5px 0;\">Multiplayer features unlock at Adventure Rank 16<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"feature-card\">\n                <div class=\"feature-title\">\u26a0\ufe0f Platform-Specific Considerations<\/div>\n                <p>While cross-play is available across all platforms, there might be some platform-specific features or restrictions, such as:<\/p>\n                <ul style=\"list-style: none; padding-left: 0;\">\n                    <li style=\"padding: 8px 0; border-left: 3px solid #ff9800; padding-left: 15px; margin-bottom: 10px; background: rgba(255, 152, 0, 0.05); border-radius: 0 5px 5px 0;\">Different control schemes between platforms<\/li>\n                    <li style=\"padding: 8px 0; border-left: 3px solid #ff9800; padding-left: 15px; margin-bottom: 10px; background: rgba(255, 152, 0, 0.05); border-radius: 0 5px 5px 0;\">Visual settings may vary by platform<\/li>\n                    <li style=\"padding: 8px 0; border-left: 3px solid #ff9800; padding-left: 15px; margin-bottom: 10px; background: rgba(255, 152, 0, 0.05); border-radius: 0 5px 5px 0;\">Some limitations when linking third-party accounts to Microsoft accounts<\/li>\n                <\/ul>\n            <\/div>\n        <\/section>\n\n        <section class=\"section\">\n            <h2>\ud83c\udfaf Final Tips<\/h2>\n            \n            <div class=\"platform-grid\">\n                <div class=\"platform-card\">\n                    <h3>\ud83d\udce7 Email Management<\/h3>\n                    <p>Ensure your PlayStation account doesn&#8217;t have an email associated with a miHoYo account on PC or mobile devices<\/p>\n                <\/div>\n                \n                <div class=\"platform-card\">\n                    <h3>\ud83d\udd17 Account Linking<\/h3>\n                    <p>Use the User Center in-game to link your account. Use an email that hasn&#8217;t been registered for a miHoYo account<\/p>\n                <\/div>\n                \n                <div class=\"platform-card\">\n                    <h3>\ud83c\udd94 UID Exchange<\/h3>\n                    <p>Players can easily add friends by exchanging UIDs regardless of platform<\/p>\n                <\/div>\n                \n                <div class=\"platform-card\">\n                    <h3>\ud83d\udd79\ufe0f Nintendo Switch<\/h3>\n                    <p>Developers are planning a Nintendo Switch release, but no date has been revealed yet<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"pro-tip\">\n                Cross-play is enabled after reaching Adventure Rank 16 and completing the Archon Quest Prologue: Act I. Players can team up and explore Teyvat together regardless of their platform choice!\n            <\/div>\n        <\/section>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Genshin Impact Crossplay &#038; Cross Progression Guide Everything You Need to Know About Playing Across Platforms Discover everything you need to know about crossplay and cross progression in Genshin Impact and how they affect your gameplay. Genshin Impact has launched on Xbox. For those who have been playing for a while on other &#8230; <a title=\"Is Genshin Impact Cross-Platform 2025\" class=\"read-more\" href=\"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/\" aria-label=\"More on Is Genshin Impact Cross-Platform 2025\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":22253,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[209],"tags":[],"class_list":["post-22252","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-genshin","infinite-scroll-item","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Genshin Impact: Everything About Cross Platform<\/title>\n<meta name=\"description\" content=\"Everything you need to know about Genshin Impact cross-platform play\u2014compatible devices, account syncing, and how to play seamlessly with friends.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Genshin Impact: Everything About Cross Platform\" \/>\n<meta property=\"og:description\" content=\"Everything you need to know about Genshin Impact cross-platform play\u2014compatible devices, account syncing, and how to play seamlessly with friends.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Immortalboostcheapboosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-22T22:03:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1450\" \/>\n\t<meta property=\"og:image:height\" content=\"850\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Warren\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@immortalboost\" \/>\n<meta name=\"twitter:site\" content=\"@immortalboost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Warren\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/\"},\"author\":{\"name\":\"Warren\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/person\\\/7c2474ec9f2e7494edb47bfba3921c5b\"},\"headline\":\"Is Genshin Impact Cross-Platform 2025\",\"datePublished\":\"2025-05-22T22:03:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/\"},\"wordCount\":932,\"publisher\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/genshin-impact_ca2165.jpg\",\"articleSection\":[\"Genshin Impact\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/\",\"name\":\"Genshin Impact: Everything About Cross Platform\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/genshin-impact_ca2165.jpg\",\"datePublished\":\"2025-05-22T22:03:32+00:00\",\"description\":\"Everything you need to know about Genshin Impact cross-platform play\u2014compatible devices, account syncing, and how to play seamlessly with friends.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/genshin-impact_ca2165.jpg\",\"contentUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/genshin-impact_ca2165.jpg\",\"width\":1450,\"height\":850,\"caption\":\"genshin-impact\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/genshin\\\/cross-platform-genshin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Genshin Impact\",\"item\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/category\\\/genshin\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Is Genshin Impact Cross-Platform 2025\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/\",\"name\":\"Immortalboost\",\"description\":\"ImmortalBoost Blog - Get Better At Gaming\",\"publisher\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#organization\",\"name\":\"Immortalboost\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Immortal-Boost-704x151-1.webp\",\"contentUrl\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Immortal-Boost-704x151-1.webp\",\"width\":704,\"height\":151,\"caption\":\"Immortalboost\"},\"image\":{\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Immortalboostcheapboosting\\\/\",\"https:\\\/\\\/x.com\\\/immortalboost\",\"https:\\\/\\\/instagram.com\\\/immortalboost\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/#\\\/schema\\\/person\\\/7c2474ec9f2e7494edb47bfba3921c5b\",\"name\":\"Warren\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g\",\"caption\":\"Warren\"},\"description\":\"A pro gamer and a content writer. Playing games and writing content on games from the last 5 years. Favourite games are Apex, Valorant, Dota, Rocket League, Overwatch &amp; LoL.\",\"sameAs\":[\"https:\\\/\\\/immortalboost.com\\\/blog\"],\"url\":\"https:\\\/\\\/immortalboost.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Genshin Impact: Everything About Cross Platform","description":"Everything you need to know about Genshin Impact cross-platform play\u2014compatible devices, account syncing, and how to play seamlessly with friends.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/","og_locale":"en_US","og_type":"article","og_title":"Genshin Impact: Everything About Cross Platform","og_description":"Everything you need to know about Genshin Impact cross-platform play\u2014compatible devices, account syncing, and how to play seamlessly with friends.","og_url":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/","article_publisher":"https:\/\/www.facebook.com\/Immortalboostcheapboosting\/","article_published_time":"2025-05-22T22:03:32+00:00","og_image":[{"width":1450,"height":850,"url":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg","type":"image\/jpeg"}],"author":"Warren","twitter_card":"summary_large_image","twitter_creator":"@immortalboost","twitter_site":"@immortalboost","twitter_misc":{"Written by":"Warren","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#article","isPartOf":{"@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/"},"author":{"name":"Warren","@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/person\/7c2474ec9f2e7494edb47bfba3921c5b"},"headline":"Is Genshin Impact Cross-Platform 2025","datePublished":"2025-05-22T22:03:32+00:00","mainEntityOfPage":{"@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/"},"wordCount":932,"publisher":{"@id":"https:\/\/immortalboost.com\/blog\/#organization"},"image":{"@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#primaryimage"},"thumbnailUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg","articleSection":["Genshin Impact"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/","url":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/","name":"Genshin Impact: Everything About Cross Platform","isPartOf":{"@id":"https:\/\/immortalboost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#primaryimage"},"image":{"@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#primaryimage"},"thumbnailUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg","datePublished":"2025-05-22T22:03:32+00:00","description":"Everything you need to know about Genshin Impact cross-platform play\u2014compatible devices, account syncing, and how to play seamlessly with friends.","breadcrumb":{"@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#primaryimage","url":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg","contentUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2025\/05\/genshin-impact_ca2165.jpg","width":1450,"height":850,"caption":"genshin-impact"},{"@type":"BreadcrumbList","@id":"https:\/\/immortalboost.com\/blog\/genshin\/cross-platform-genshin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/immortalboost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Genshin Impact","item":"https:\/\/immortalboost.com\/blog\/category\/genshin\/"},{"@type":"ListItem","position":3,"name":"Is Genshin Impact Cross-Platform 2025"}]},{"@type":"WebSite","@id":"https:\/\/immortalboost.com\/blog\/#website","url":"https:\/\/immortalboost.com\/blog\/","name":"Immortalboost","description":"ImmortalBoost Blog - Get Better At Gaming","publisher":{"@id":"https:\/\/immortalboost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/immortalboost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/immortalboost.com\/blog\/#organization","name":"Immortalboost","url":"https:\/\/immortalboost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2023\/07\/Immortal-Boost-704x151-1.webp","contentUrl":"https:\/\/immortalboost.com\/blog\/wp-content\/uploads\/2023\/07\/Immortal-Boost-704x151-1.webp","width":704,"height":151,"caption":"Immortalboost"},"image":{"@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Immortalboostcheapboosting\/","https:\/\/x.com\/immortalboost","https:\/\/instagram.com\/immortalboost"]},{"@type":"Person","@id":"https:\/\/immortalboost.com\/blog\/#\/schema\/person\/7c2474ec9f2e7494edb47bfba3921c5b","name":"Warren","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d763c13d4c164d0314c35ebe2bc2af24dca7f8e0e13bc011320b701e9f49510b?s=96&d=mm&r=g","caption":"Warren"},"description":"A pro gamer and a content writer. Playing games and writing content on games from the last 5 years. Favourite games are Apex, Valorant, Dota, Rocket League, Overwatch &amp; LoL.","sameAs":["https:\/\/immortalboost.com\/blog"],"url":"https:\/\/immortalboost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts\/22252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/comments?post=22252"}],"version-history":[{"count":0,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/posts\/22252\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/media\/22253"}],"wp:attachment":[{"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/media?parent=22252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/categories?post=22252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/immortalboost.com\/blog\/wp-json\/wp\/v2\/tags?post=22252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}