Apple brings back the MagSafe‑compatible Hikawa Grip & Stand for iPhone
#Hardware

Apple brings back the MagSafe‑compatible Hikawa Grip & Stand for iPhone

Mobile Reporter
3 min read

Apple has restocked the Hikawa Grip & Stand, a MagSafe‑enabled accessory designed for accessibility, and is now shipping it worldwide through the Apple Store after a sell‑out at launch.

Apple brings back the MagSafe‑compatible Hikawa Grip & Stand for iPhone

Featured image

Apple announced a new batch of accessibility updates for iOS 27 and visionOS 27 at its May 19 2026 event. In the same press release the company confirmed that the Hikawa Grip & Stand, a MagSafe‑compatible iPhone accessory that sold out within days of its debut, is now available for order worldwide.


What the accessory is

The Hikawa Grip & Stand was created by Los Angeles‑based artist and industrial designer Bailey Hikawa as part of Apple’s celebration of 40 years of accessibility. It is built from premium silicone, has a soft‑touch surface, and attaches to any iPhone that supports MagSafe. The design was informed by direct feedback from users with reduced muscle strength, limited dexterity, or hand‑control challenges.

Key features:

  • MagSafe attachment – snaps onto the back of the phone with a firm magnetic hold but can be removed with a single pull.
  • Dual‑position stand – supports the device in portrait or landscape orientation, making one‑handed video watching or video calls easier.
  • Ergonomic grip – the silicone body expands slightly under pressure, giving a secure, comfortable hold for users who struggle with a traditional grip.
  • Three colour options – blue, orange, and stone, each priced at $54.95.

The accessory was originally sold only through Apple’s online store and exhausted its inventory in a matter of days. This time Apple has partnered with PopSockets to distribute the product globally, meaning developers and users outside the United States can now purchase it directly from the Apple Store.


Why it matters for developers

While the Grip & Stand is a hardware accessory, its release has a few implications for iOS developers:

  1. MagSafe API usage – Developers can query the presence of MagSafe accessories via the UIDevice and CoreBluetooth frameworks. Knowing that a significant portion of the user base may now have a magnetic grip can influence UI layout decisions, especially for apps that rely on one‑handed interaction.
  2. Accessibility testing – The accessory was created from real‑world accessibility feedback. When testing your app’s VoiceOver, Switch Control, or Assistive Touch flows, consider how a user holding the device with a grip might position the screen differently. The stand mode also changes the device’s angle, which can affect gaze‑based interactions.
  3. Marketing and support – If your app includes a “recommended accessories” section, you can now list the Hikawa Grip & Stand as an officially supported MagSafe accessory. Adding a deep‑link to the Apple Store URL (https://www.apple.com/shop/product/MLUQ3LL/A/hikawa-grip-stand) can improve conversion for users seeking better ergonomics.

Migration and adoption tips

For teams that want to ensure a smooth experience for users who adopt the Grip & Stand, consider the following steps:

  • Update UI constraints: Test your app on devices with the grip attached and on the stand orientation. Make sure touch targets remain reachable when the phone is tilted back on the stand.
  • Leverage UIAccessibility hints: Provide clear instructions for one‑handed gestures. For example, add a hint like "Swipe left with thumb while holding the grip" to help users discover shortcuts.
  • Detect MagSafe accessories: Use CBPeripheralManager to listen for the accessory’s Bluetooth identifier if you need to enable special features (e.g., a custom camera mode that locks focus when the stand is engaged).
  • Communicate availability: Add a banner or in‑app message announcing that the Hikawa Grip & Stand is now purchasable worldwide. Include the three colour swatches and a link to the store page.

Bottom line

Apple’s decision to restock the Hikawa Grip & Stand and distribute it globally signals a continued focus on hardware that directly addresses accessibility challenges. For developers, the accessory offers an opportunity to refine one‑handed UI patterns, integrate MagSafe detection, and provide better support for users who rely on ergonomic aids. If you haven’t tried it yet, the stand is available now at the Apple Store for $54.95.


Read the full announcement on Apple’s newsroom (Apple Newsroom).

Comments

Loading comments...