diff --git a/_docs/_developer_guide/platform_integration_guides/swift/content_cards/tvos.md b/_docs/_developer_guide/platform_integration_guides/swift/content_cards/tvos.md index db64c84f707..b1130a50645 100644 --- a/_docs/_developer_guide/platform_integration_guides/swift/content_cards/tvos.md +++ b/_docs/_developer_guide/platform_integration_guides/swift/content_cards/tvos.md @@ -29,10 +29,10 @@ In your app settings, select your new tvOS app then take note of your app's API ![ALT_TEXT]({% image_buster /assets/img/tvos1.png %}){: style="width:70%"} -### Step 3: Integrate the Braze Swift SDK +### Step 3: Integrate BrazeKit -Use your app's API key to integrate the [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk) into your tvOS project in Xcode. When you're finished, you can [customize your Content Cards for tvOS](#customizing-your-in-app-messages). +Use your app's API key to integrate the [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk) into your tvOS project in Xcode. You only need to integrate BrazeKit from the Braze Swift SDK. -## Customizing your content cards +### Step 4: Create your custom UI -Because Braze doesn't provide a default UI for Content Cards on tvOS, you'll need to customize them yourself. For a full walkthrough, see our step-by-step tutorial: [Customizing Content Cards for tvOS](https://braze-inc.github.io/braze-swift-sdk/documentation/braze/content-cards-customization/). For a sample project, see [Braze Swift SDK samples](https://github.com/braze-inc/braze-swift-sdk/tree/main/Examples). +Because Braze doesn't provide a default UI for content cards on tvOS, you'll need to customize it yourself. For a full walkthrough, see our step-by-step tutorial: [Customizing content cards for tvOS](https://braze-inc.github.io/braze-swift-sdk/documentation/braze/content-cards-customization/). For a sample project, see [Braze Swift SDK samples](https://github.com/braze-inc/braze-swift-sdk/tree/main/Examples#contentcards-custom-ui). diff --git a/_docs/_developer_guide/platform_integration_guides/swift/in-app_messaging/customization/tvos.md b/_docs/_developer_guide/platform_integration_guides/swift/in-app_messaging/customization/tvos.md index 5d6b4ba5609..4ca8e70ea32 100644 --- a/_docs/_developer_guide/platform_integration_guides/swift/in-app_messaging/customization/tvos.md +++ b/_docs/_developer_guide/platform_integration_guides/swift/in-app_messaging/customization/tvos.md @@ -29,10 +29,10 @@ In your app settings, select your new tvOS app then take note of your app's API ![ALT_TEXT]({% image_buster /assets/img/tvos1.png %}){: style="width:70%"} -### Step 3: Integrate the Braze Swift SDK +### Step 3: Integrate BrazeKit -Use your app's API key to integrate the [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk) into your tvOS project in Xcode. When you're finished, you can [customize your in-app messages for tvOS](#customizing-your-in-app-messages). +Use your app's API key to integrate the [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk) into your tvOS project in Xcode. You only need to integrate BrazeKit from the Braze Swift SDK. -## Customizing your in-app messages +### Step 4: Create your custom UI -Because Braze doesn't provide a default UI for in-app messages on tvOS, you'll need to customize it yourself. For a full walkthrough, see our step-by-step tutorial: [Customizing in-app messages for tvOS](https://braze-inc.github.io/braze-swift-sdk/documentation/braze/in-app-message-customization). For a sample project, see [Braze Swift SDK samples](https://github.com/braze-inc/braze-swift-sdk/tree/main/Examples). +Because Braze doesn't provide a default UI for in-app messages on tvOS, you'll need to customize it yourself. For a full walkthrough, see our step-by-step tutorial: [Customizing in-app messages for tvOS](https://braze-inc.github.io/braze-swift-sdk/documentation/braze/in-app-message-customization). For a sample project, see [Braze Swift SDK samples](https://github.com/braze-inc/braze-swift-sdk/tree/main/Examples#inappmessages-custom-ui).