One for Android and iPhone 15 Gen2 -White (2024)

-->

Brand

Title

Frasers+ Price

Price RRP Ticket

Brand

Title

Frasers Plus Price £0.00

Price RRP Ticket

Brand

Title

Frasers Plus Price £0.00

Price RRP Ticket

Brand

Title

Frasers Plus Price £0.00

Price RRP Ticket

Brand

Title

Frasers+ Price

Price RRP Ticket

Brand

Title

Frasers Plus Price £0.00

Price RRP Ticket

Brand

Title

Frasers Plus Price £0.00

Price RRP Ticket

Brand

Title

Frasers Plus Price £0.00

Price RRP Ticket

` window.addEventListener("load", () => { const pathName = window.location.pathname; switch (pathName) { case "/": callToFunctionToCreateBanner("game_production_recent", ['TOPNEWRELEASES'], '#cms-home-placement-6', ['New In']); break; case "/playstation": callToFunctionToCreateBanner("game_production_recent", ['PS5GAMES', 'PS4GAMES'], '#section-3', ['PS5 Games', 'PS4 Games']); break; case "/xbox": callToFunctionToCreateBanner("game_production_recent", ['XSXGAMES', 'XBOGAMES'], '#section-3', ['Xbox Series X Games', 'Xbox One Games']); break; case "/nintendo": callToFunctionToCreateBanner("game_production_recent", ['NINGAMES'], '#section-3', ['Nintendo Switch Games']); break; case "/pc-gaming": callToFunctionToCreateBanner("game_production_recent", ['PCGAMES'], '#section-3', ['PC Games']); break; case "/tech": callToFunctionToCreateBanner("game_production_recent", ['TOPTECH'], '#section-3', ['New In']); break; case "/toys": callToFunctionToCreateBanner("game_production_recent", ['TOPTOYS'], '#section-3', ['New In']); break; default: console.log('No matching path found for:', pathName); break; } }); function callToFunctionToCreateBanner(algoliaIndex, categories, target, tabTitles) { // Logic to create and return a banner element based on the algoliaIndex and categories const bannerElement = document.createElement('div'); bannerElement.className = 'banner'; bannerElement.innerHTML = placementHTML; document.querySelector(`${target}`).insertAdjacentElement('afterend', bannerElement); waitForElm('.gameHomepageTopContain').then((elm) => { setupSwipers(algoliaIndex, categories, tabTitles); }); } function setupSwipers(algoliaIndex, categories, tabTitles) { const tabbedBlockContainer = document.querySelector(".tabbedSwiperSection"); const client = algoliasearch( "NZYLS8C2VS", "fc425591291edf8a4c5d63bf24fe1616" ); const index = client.initIndex(`${algoliaIndex}`); const currencyFormatter = Intl.NumberFormat("en-gb", { style: "currency", currency: "GBP", minimumFractionDigits: 2, maximumFractionDigits: 2, }); function setNoProducts() { tabbedBlockContainer.classList.add("no-products"); } initProductSwipers(categories); handleSwiperTabChange(); function getAlgoliaResults(category, tabIndex) { return index.search("", { filters: `categories.code: ${category} AND isHidden:false AND hasInventory:true`, getRankingInfo: true, attributesToRetrieve: [ "hasInventory", "colourVariantID", "mainImage", "name", "brand", "productNameWithoutBrand", "ticketPrice", "sellingPrice", "memberPrice", "categories", ], hitsPerPage: 8, }) .then(({ hits }) => { const products = hits.filter((x) => x != null && x.hasInventory); const ProductsSwiperContainer = tabbedBlockContainer.querySelector(`.swiperContainerTabbedSwiperListTab${tabIndex + 1} .swiper-wrapper`); let tabEl = null; const tabTitleEls = document.querySelectorAll('.tabbedSwiperListWrapper button'); const tabTitleEl = tabTitleEls[tabIndex]; tabTitleEl.innerHTML = tabTitles[tabIndex]; if (products.length > 0) { tabTitleEl.classList.toggle('hidden', false); updateProductSwiperProducts(products, ProductsSwiperContainer); } }); } Promise.all(categories.map((cat, tabIndex) => getAlgoliaResults(cat, tabIndex) )).then(()=>{ const firstVisibleTabEl = document.querySelector('.tabbedSwiperListBtn:not(.hidden)'); const firstVisibleTabContentEl = document.querySelector(`#${firstVisibleTabEl.id}-content`); firstVisibleTabEl.classList.add('active'); firstVisibleTabEl.ariaSelected = 'true'; firstVisibleTabContentEl.classList.add('activeTab'); }); function initProductSwipers(categories) { categories.forEach((cat, tabIndex) => { new Swiper(`.swiperContainerTabbedSwiperListTab${tabIndex + 1}`, { observer: true, slidesPerView: 2.2, spaceBetween: 24, navigation: { nextEl: `.swiperContainerTabbedSwiperListTab${tabIndex + 1} .swiper-button-next`, prevEl: `.swiperContainerTabbedSwiperListTab${tabIndex + 1} .swiper-button-prev`, }, scrollbar: { el: `.swiperContainerTabbedSwiperListTab${tabIndex + 1} .swiper-scrollbar`, draggable: true, }, loop: false, freeMode: true, breakpoints: { 1300: { slidesPerView: 4.2, spaceBetween: 40, }, 768: { slidesPerView: 4.2, }, 425: { slidesPerView: 2.2, }, }, }); }); } function updateProductSwiperProducts(products, swiperTab) { let productsHtml = ""; products.forEach((product) => { const template = tabbedBlockContainer.querySelector(".swiper-slide.is-template").cloneNode(true); template.classList.remove("is-template"); template.setAttribute( "href", `/${encodeURIComponent(product.name.replaceAll(" ", "-"))}-${product._highlightResult.productId.value }#colcode=${product.colourVariantID}` ); template.querySelector( ".slide-image" ).innerHTML = `One for Android and iPhone 15 Gen2 -White (12)`; template.querySelector(".slide-brand").innerHTML = product.brand; if (product.name.includes(product.brand)) { template.querySelector(".slide-title").innerHTML = product.name.replace(product.brand, '').trim(); } else { template.querySelector(".slide-title").innerHTML = product.name; } if (product.memberPrice) { template.querySelector( ".slide-frasers-plus-price span" ).innerHTML = `Frasers Plus Price ${currencyFormatter.format( product.memberPrice )}`; } template.querySelector(".slide-price .list-price").innerHTML = currencyFormatter.format(product.sellingPrice); template.querySelector(".slide-price .ticket-price").innerHTML = currencyFormatter.format(product.ticketPrice); if(product.sellingPrice > 0 && product.ticketPrice > 0 && product.sellingPrice !== product.ticketPrice) { template.querySelector(".slide-price .list-price").classList.add('sale-price'); } if (product.priceLabel != null) { template.querySelector( ".slide-price .additional-price-label" ).innerHTML = product.priceLabel; } else { template.querySelector( ".slide-price .additional-price-label" ).style.display = "none"; } if (product.sellingPrice === product.ticketPrice) { template.querySelector(".slide-price .ticket-price").style.display = "none"; } if (product._highlightResult.sashName && product._highlightResult.sashName.value === "PreOrder" ) { template.querySelector(".shop-now-button-text").innerHTML = "Pre-Order Now"; } else { template.querySelector(".shop-now-button-text").innerHTML = "Shop Now"; } productsHtml += template.outerHTML; }); swiperTab.innerHTML = productsHtml; } }

Wish List 0

My Wish List

Colour:

This product will be delivered by , and may arrive separately to other items in your basket.

Personalised:

: ( x )

Personalisation:

Edit

Remove Personalisation

Price:

Total:

;

We'll hold your wish list for 30 days.
Sign in to sync your wish list across all your devices.

Sign In View Wish List

Checkout

Bag is empty

Bag items: Basket Checkout total:

One for Android and iPhone 15 Gen2 -White (14)

My Bag

Hurry! Items in bag aren't reserved!

Don't miss out and checkout now!

Colour:

This product will be delivered by , and may arrive separately to other items in your basket.

Personalised:

: ( x )

Personalisation:

Edit

Remove Personalisation

Price:

Total:

Discount:

Total:

Basket contains an out of stock item. Please remove to continue

View Bag Checkout

Sign In

Due to maintenance pre-orders are unavailable. Check back soon.

  1. Home
  2. /
  3. Optimisation
  4. /
  5. Hidden
  6. /
  7. Apple One for Android and iPhone 15 Gen2 -White

Apple One for Android and iPhone 15 Gen2 -White

One for Android and iPhone 15 Gen2 -White (16)

One for Android and iPhone 15 Gen2 -White

£99.99

(

% off

)

Select a size

Out of stock

Description

Product code: 418117

Play Virtually Any Game, Anywhere

Choose from free Google Play Store and App Store games like Call of Duty: Mobile and Roblox, stream through cloud gaming services such as Apple Arcade, GeForce NOW and Amazon Luna, or play games with Remote Play from your PlayStation or PC.


Console Quality On the Go

Meticulously crafted to be comfortable and portable, our compact design features ultra wide analog triggers, highly accurate thumbsticks and responsive D-pad and buttons.


Made for Apple and Android

Works with iPhone (iOS 15 or later) and Android (10.0 or later) devices that have a USB-C connector, including the all-new iPhone 15 Series.


USB-C Port

Play longer with pass-through charging that lets you play and charge simultaneously. Use your Backbone One as a wired controller with a PC or tablet with our Play On Any Screen feature.

Low-latency Connection

Experience ultra-responsive gameplay with a direct connection to your phone’s USB-C port.


Headset Jack

3.5mm stereo headset jack with microphone support for in-game chat.


Backbone App

The Backbone App organises your gaming content library and streaming services into an integrated user experience. Explore new games, connect to cloud gaming and access Remote Play from your console or PC all in the Backbone app.


Capture Gameplay

Record and share gameplay video and screenshots with Smart Record (Backbone+ subscription required).

Backbone+ Trial Included

Unlock 20+ app features including Smart Record and Play on Any Screen, perks and in-game rewards and services and extended warranty support. A subscription is not required to use your Backbone One controller.


3 Free Months of Apple Arcade

Access to over 200+ games including NBA 2K23, Hello Kitty Island, TNMT and Sneaky Sasquatch. Code issued digitally during product set up. Valid to only first time free trial subscribers or existing free trial users.

Designed in Collaboration with PlayStation

The Backbone One PlayStation Edition features special integrations with the PlayStation® and PlayStation App like the ability to play PS4 and PS5 games on your mobile device via PS Remote Play. Even install games onto your console remotely so you can play them later.

What’s Included:

  • Backbone One - PlayStation Edition Device (USB-C) - 2nd Gen
  • Quick Start Guide
  • Safety Sheet
  • Magnetic Adapter Set
    • Standard Delivery

      Delivered within 3 - 7 days (excludes Public holidays).

      £4.99

    • Collect In Store

      Delivered to your chosen store 3-7 days

      Spend over £100 (excluding delivery charge) to get a £5 voucher to spend in-store

      £4.99

    • International Delivery

      International Delivery is available for this product. The cost and delivery time depend on the country.

    Returns

    You can now return your online order in a few easy steps.

    Select your preferred tracked returns service.

    We have print at home, paperless and collection options available.

    You have 28 days for all standard products to return your order from the date it’s delivered.

    Consoles have 1 year warranty as standard so returns can fall outside of the 28 days for these products. Customers can purchase extended warranties through GAME and warranty protected items can be exchanged/refunded outside of 28 days too.

    If you've had items delivered to you from one of our brand partners please see additional information in regards to returning those items on our online returns page.

    Please note: Unfortunately certain items cannot be returned. For more information please visit our full online returns page

    £0.00

    £99.99

    (

    % off

    )

    Colour

    PS5

    • New

    Size guide

    Reduce quantity

    Increase quantity

    RUNNING LOW

    -

    Less than 10 available

    HURRY

    -

    Selling fast

    Select a size

    Out of stock

    Release Date:

    This product is sold to you by .

    This product will be sold by and is therefore only available for delivery to addresses within .

    Returns must be sent to and will be eligible for refund only, no exchanges are available.

    In accordance with our privacy policy, we will share details of your order with using a platform provided by CommerceHub.

    Promotions and discounts are unavailable on this item. Gift cards cannot be used on this purchase.

    For full terms and conditions, click here.

    Learn more

    Pegi Rating:

    Suitable for people aged 3 and over.

    Read More...

    The content of games with a PEGI 3 rating is considered suitable for all age groups. The game should not contain any sounds or pictures that are likely to frighten young children. A very mild form of violence (in a comical context or a childlike setting) is acceptable. No bad language should be heard.

    One for Android and iPhone 15 Gen2 -White (25)

    Buy now.

    Pay later.

    Earn rewards

    Representative APR: 29.9% (variable)

    Credit subject to status. Terms apply.

    Missed payments may affect your credit score

    FrasersPlus

    One for Android and iPhone 15 Gen2 -White (26)

    Available Products

    • No Products Found

    {{#if alternativeImage}}

    One for Android and iPhone 15 Gen2 -White (27)

    {{/if}} {{#if imageSashUrl}} {{#if lazyLoad}} {{else}} {{/if}} {{/if}} {{#if sash}}

    {{/if}}

    {{brand}} {{name}}

    {{#if productSizes}}{{#if productSizes.useAlternateSizes}} Sizes: From {{productSizes.minSize}} to {{productSizes.maxSize}} {{else}}{{#if productSizes.sizes}} Sizes: {{productSizes.sizes}} {{/if}}{{/if}}{{/if}}

    {{#if memberPrice}}{{#unless hidePrice}}

    {{#if memberFromPriceConverted}}{{memberPriceSchemeConverted}} price from{{memberFromPriceConverted}}{{else}}{{memberPriceSchemeConverted}} Price{{memberPriceConverted}}{{/if}}

    {{/unless}}{{/if}}

    {{#unless hidePrice}}

    {{#if showFromPriceLabel}} From {{/if}} {{#if discountPercentage}} {{price}} {{else}} {{price}} {{/if}}

    {{/unless}} {{#unless hidePrice}} {{#if priceLabel}} {{priceLabel}} {{/if}} {{/unless}} {{#unless hidePrice}} {{#if showTicketPrice}}

    {{#if showTicketPricePrefix}} RRP {{/if}} {{ticketPrice}}

    {{/if}} {{/unless}} {{#if discountPercentText}}

    (

    {{discountPercentText}}% off

    )

    {{/if}}

    {{financeMonthlyPayment}}

    {{#unless hidePrice}}

    {{/unless}}

    {{#unless nonBuyableProductText}}

    {{/unless}}{{#unless nonBuyableProductText}}

    {{/unless}}

    {{#if productRollupVariants}}

      {{#each topProductRollupVariants}}
    • {{#if url}} {{else}} {{/if}}
    • {{/each}}

    {{#if showProductRollupVariantMoreLink}}

    View All {{productRollupVariantMoreCount}} Colours

    {{/if}}

    {{/if}}

    {{#if isLastProductInList}} {{#if hasAdvertPlacement}}

  • {{{advertPlacementContent}}}
  • {{/if}}{{/if}}{{/each}}

    One for Android and iPhone 15 Gen2 -White (2024)
    Top Articles
    new hampshire real estate - craigslist
    Jaylen Brown takes over at the rim to lead Celtics to win in Game 1 of NBA Finals
    Camera instructions (NEW)
    Dlnet Retiree Login
    What to Do For Dog Upset Stomach
    Wisconsin Women's Volleyball Team Leaked Pictures
    Pga Scores Cbs
    How Many Cc's Is A 96 Cubic Inch Engine
    Here are all the MTV VMA winners, even the awards they announced during the ads
    Black Gelato Strain Allbud
    Ave Bradley, Global SVP of design and creative director at Kimpton Hotels & Restaurants | Hospitality Interiors
    Mawal Gameroom Download
    Cool Math Games Bucketball
    Mlb Ballpark Pal
    Craigslist Alabama Montgomery
    Washington Poe en Tilly Bradshaw 1 - Brandoffer, M.W. Craven | 9789024594917 | Boeken | bol
    Jackson Stevens Global
    Sport-News heute – Schweiz & International | aktuell im Ticker
    Simplify: r^4+r^3-7r^2-r+6=0 Tiger Algebra Solver
    R Cwbt
    Jellyfin Ps5
    All Obituaries | Buie's Funeral Home | Raeford NC funeral home and cremation
    Dover Nh Power Outage
    Busted Campbell County
    Allybearloves
    Craigslist Pearl Ms
    Del Amo Fashion Center Map
    Wiseloan Login
    پنل کاربری سایت همسریابی هلو
    Mikayla Campinos: Unveiling The Truth Behind The Leaked Content
    R Baldurs Gate 3
    Scott Surratt Salary
    Encore Atlanta Cheer Competition
    Vivification Harry Potter
    Dell 22 FHD-Computermonitor – E2222H | Dell Deutschland
    Airg Com Chat
    Uky Linkblue Login
    Craigslist Hamilton Al
    Craigslist Greencastle
    Kazwire
    Marcus Roberts 1040 Answers
    Gary Lezak Annual Salary
    Ukraine-Krieg - Militärexperte: "Momentum bei den Russen"
    All Obituaries | Sneath Strilchuk Funeral Services | Funeral Home Roblin Dauphin Ste Rose McCreary MB
    Former Employees
    Arcanis Secret Santa
    Air Sculpt Houston
    Madden 23 Can't Hire Offensive Coordinator
    Sml Wikia
    Craigslist Cars And Trucks For Sale By Owner Indianapolis
    Aspen.sprout Forum
    Texas Lottery Daily 4 Winning Numbers
    Latest Posts
    Article information

    Author: Jamar Nader

    Last Updated:

    Views: 6106

    Rating: 4.4 / 5 (55 voted)

    Reviews: 94% of readers found this page helpful

    Author information

    Name: Jamar Nader

    Birthday: 1995-02-28

    Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

    Phone: +9958384818317

    Job: IT Representative

    Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

    Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.