Skip to content

Commit a4210ec

Browse files
Merge pull request #8745 from braze-inc/BD-3275-unity-cleanup
[BD-3275] Unity cleanup
2 parents 265d4df + fcce8ff commit a4210ec

File tree

16 files changed

+644
-666
lines changed

16 files changed

+644
-666
lines changed

Diff for: _docs/_developer_guide/platform_integration_guides/swift/push_notifications.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,7 @@ Push notifications are rate-limited, so don't be afraid of sending as many as yo
1717

1818
### Step 1: Upload your APNs certificate
1919

20-
Before you can send an iOS push notification using Braze, you must provide your `.p8` push notification file provided by Apple. As described on the Apple [developer documentation](https://developer.apple.com/documentation/usernotifications):
21-
22-
1. In your Apple developer account, go to [**Certificates, Identifiers & Profiles**](https://developer.apple.com/account/ios/certificate).
23-
2. Under **Keys**, select **All** and click the add button (+) in the upper-right corner.
24-
3. Under **Key Description**, enter a unique name for the signing key.
25-
4. Under **Key Services**, select the **Apple Push Notification service (APNs)** checkbox, then click **Continue**. Click **Confirm**.
26-
5. Note the key ID. Click **Download** to generate and download the key. Make sure to save the downloaded file in a secure place, as you cannot download this more than once.
27-
6. In Braze, go to **Settings** > **App Settings** and upload the `.p8` file under **Apple Push Certificate**. You can upload either your development or production push certificate. To test push notifications after your app is live in the App Store, its recommended to set up a separate workspace for the development version of your app.
28-
7. When prompted, enter your app's [bundle ID](https://developer.apple.com/documentation/foundation/nsbundle/1418023-bundleidentifier), [key ID](https://developer.apple.com/help/account/manage-keys/get-a-key-identifier/), and [team ID](https://developer.apple.com/help/account/manage-your-team/locate-your-team-id), then click **Save**.
29-
30-
{% alert note %}
31-
If you are using the [older navigation]({{site.baseurl}}/navigation), you can upload your `.p8` file from **Manage Settings** > **Settings**.
32-
{% endalert %}
20+
{% multi_lang_include developer_guide/swift/apns_certificate.md %}
3321

3422
### Step 2: Enable push capabilities
3523

Diff for: _docs/_developer_guide/platform_integration_guides/unity/content_cards.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ description: "This reference article covers Content Card implementation guidelin
1111

1212
---
1313

14-
# Content Card integration
14+
# Content Cards
1515

1616
> This reference article covers Content Card implementation guidelines for the Unity platform such as displaying cards, parsing cards, and analytics.
1717
18+
{% multi_lang_include developer_guide/prerequisites/unity.md %}
19+
1820
## Displaying Content Cards natively {#unity-content-cards-native-ui}
1921

2022
You can display the default UI for Content Cards using the following call:

Diff for: _docs/_developer_guide/platform_integration_guides/unity/in-app_messaging.md renamed to _docs/_developer_guide/platform_integration_guides/unity/in_app_messages.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
nav_title: In-App Messaging
3-
article_title: In-App Messaging for Unity
2+
nav_title: In-App Messages
3+
article_title: In-App Messages for the Braze Unity SDK
44
channel: in-app messaging
55
platform:
66
- Unity
77
- iOS
88
- Android
99
page_order: 2
1010
description: "This reference article covers in-app messaging configuration guidelines for the Unity platform."
11-
1211
---
1312

14-
# In-app messaging integration
13+
# In-app messages
1514

1615
> This reference article covers in-app messaging configuration guidelines for the Unity platform.
1716
17+
{% multi_lang_include developer_guide/prerequisites/unity.md %}
18+
1819
## Configuring default in-app message behavior
1920

2021
{% tabs %}

Diff for: _docs/_developer_guide/platform_integration_guides/unity/news_feed.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ description: "This reference article covers News Feed integration for the Unity
1111

1212
---
1313

14-
# News Feed integration
14+
# News Feed
1515

1616
> This article covers how to set up a News Feed for the Unity platform.
1717
1818
{% multi_lang_include deprecations/braze_sdk/news_feed.md %}
1919

20+
{% multi_lang_include developer_guide/prerequisites/unity.md %}
21+
2022
## Receiving News Feed data in Unity
2123

2224
You may register Unity game objects to be notified of incoming News Feed cards.

Diff for: _docs/_developer_guide/platform_integration_guides/unity/push_notifications.md

+324-4
Large diffs are not rendered by default.

Diff for: _docs/_developer_guide/platform_integration_guides/unity/push_notifications/adm_push_notifications.md

-105
This file was deleted.

Diff for: _docs/_developer_guide/platform_integration_guides/unity/push_notifications/android.md

-118
This file was deleted.

0 commit comments

Comments
 (0)