Skip to content

Commit

Permalink
Merge pull request #253 from Appboy/en/fixes-july
Browse files Browse the repository at this point in the history
Link fix and Content Cards Size Note
  • Loading branch information
EmilyNecciai committed Jul 18, 2019
2 parents 380ed1c + 3672564 commit abfbf68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ In order for a browser to receive push notifications, you must register it for p
If you wish to support push notifications for Safari on Mac OS X, follow these additional instructions:

* [Generate a Safari Push Certificate following these "Registering with Apple" instructions][3]
* In the Braze dashboard, on [the app settings page][15] (where your API keys are located), select your Web app. Click "Configure Safari Push" and follow the instructions, uploading the push certificate you just generated.
* In the Braze dashboard, on the App Settings page (where your API keys are located), select your Web app. Click "Configure Safari Push" and follow the instructions, uploading the push certificate you just generated.
* When you call ```appboy.initialize``` supply the optional `safariWebsitePushId` configuration option with the Website Push ID you used when generating your Safari Push Certificate, for example ```appboy.initialize('YOUR-API-KEY', {safariWebsitePushId: 'web.com.example.domain'})```

### Common Issues
Expand Down
Expand Up @@ -57,6 +57,10 @@ The content of the Compose tab vary based on your chosen Message Options in the
| On Click Behavior | For either Android, iOS, or Web: <br> __Redirect to Web URL__, __Deep Link into App__ or __None__. | When your customer clicks on a presented link in the Card, your link can either lead them deeper into your app or to another site. |
|Title & Message Text | We recommend clear and concise titles and message content. | Write anything you want. There are no limits, but the faster you can get your message across and get your customer clicking - the better! |

{% alert warning %}
The combined size of all fields in a Content Card message (header, image, and body message) should not exceed 2Kb in total.
{% endalert %}

{% alert note %}

Braze will store up to 100 non-expired Content Cards in their feed. The oldest card will be removed from the feed, even if unread, once more than 100 cards have entered the feed.
Expand Down

0 comments on commit abfbf68

Please sign in to comment.