Skip to content

Commit

Permalink
Merge pull request #7139 from braze-inc/SDK-3909-visionOS-documentati…
Browse files Browse the repository at this point in the history
…on-page

[SDK-3909] visionOS initial documentation
  • Loading branch information
internetisaiah committed Apr 9, 2024
2 parents 5496542 + c6d4149 commit 5c2b13e
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
nav_title: visionOS support
article_title: visionOS support
page_order: 7.2
platform:
- iOS
description: "This article covers the features supported on visionOS."
---

# visionOS support

> Starting with [Braze Swift SDK 8.0.0](https://github.com/braze-inc/braze-swift-sdk/blob/main/CHANGELOG.md#800), you can leverage Braze with [visionOS](https://developer.apple.com/visionos/), Apple's spacial-computing platform for the Apple Vision Pro. For a sample visionOS app using Braze, see [Sample Apps]({{site.baseurl}}/developer_guide/platform_integration_guides/swift/sample_apps/).
## Fully supported features

Most features available on iOS are also available on visionOS, including:

- Analytics (sessions, custom events, purchases, etc.)
- In-App Messaging (data models and UI)
- Content Cards (data models and UI)
- Push Notifications (user-visible with action buttons and silent notifications)
- Feature Flags
- Location Analytics

## Partially supported features

Some features are only partially supported on visionOS, but Apple is likely to address these in the future:

- Rich Push Notifications
- Images are supported.
- GIFs and videos display the preview thumbnail, but cannot be played.
- Audio playback is not supported.
- Push Stories
- Scrolling and selecting the Push Story page is supported.
- Navigating between Push Story pages using **Next** is not supported.

## Unsupported features

- Geofences Monitoring is not supported. Apple has not made the Core Location APIs for region monitoring available on visionOS.
- Live Activities are not supported. Currently, ActivityKit is only available on iOS and iPadOS.

0 comments on commit 5c2b13e

Please sign in to comment.