Skip to content

Commit

Permalink
Merge pull request #4233 from braze-inc/develop
Browse files Browse the repository at this point in the history
Leftover Deploy - October 13, 2022
  • Loading branch information
lydia-xie authored Oct 13, 2022
2 parents 42148ee + e936d32 commit 98d867b
Show file tree
Hide file tree
Showing 17 changed files with 351 additions and 278 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ If your app does not have an `AndroidManifest.xml`, you can use the following as
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>

<!-- BroadcastReceiver used to forward certain Braze push notification events to Unity -->
<receiver android:name="com.appboy.unity.AppboyUnityPushBroadcastReceiver" android:exported="false" >
<intent-filter>
<action android:name="com.braze.push.intent.NOTIFICATION_OPENED" />
<action android:name="com.braze.push.intent.NOTIFICATION_RECEIVED" />
<action android:name="com.braze.push.intent.NOTIFICATION_DELETED" />
</intent-filter>
</receiver>
</application>
</manifest>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ If you wish to unsubscribe a user, you can do so by calling `braze.unregisterPus
Recent versions of Safari and Firefox require that you call this method from a short-lived event handler (e.g., from a button click handler or soft push prompt). This is consistent with [Chrome's user experience best practices](https://docs.google.com/document/d/1WNPIS_2F0eyDm5SS2E6LZ_75tk6XtBSnR1xNjWJ_DPE) for push registration.
{% endalert %}

### Step 3: Configure Safari push
### Step 3: Configure Safari push {#safari}

{% alert info %}
Safari 16 on macOS 13 or later uses modern push standards, and this step is no longer required. If you want to support older macOS Safari versions, this step is required.
{% endalert %}

If you wish to support push notifications for Safari on Mac OS X, follow these additional instructions:

Expand Down
155 changes: 0 additions & 155 deletions _docs/_hidden/private_betas/amphtml.md

This file was deleted.

Loading

2 comments on commit 98d867b

@vercel
Copy link

@vercel vercel bot commented on 98d867b Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

braze-docs-en – ./

braze-docs-en-braze.vercel.app
braze-docs-en-git-master-braze.vercel.app
braze-docs-en.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 98d867b Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

braze-docs-fr – ./

braze-docs-fr-braze.vercel.app
braze-docs-fr-git-master-braze.vercel.app
braze-docs-fr.vercel.app

Please sign in to comment.