Skip to content

Commit

Permalink
Update ios.md
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Nov 19, 2021
1 parent e31f614 commit 80522f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/delivery_methods/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Send Apple Push Notifications with HTTP2 using the `apnotic` gem. The benefit of
bundle add "apnotic"
```

## Apple Push Notification Service (APNS) Certificate

You'll need to create an APNS Certificate in order to send iOS push notifications.

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_certificate-based_connection_to_apns

## Usage

```ruby
Expand Down

0 comments on commit 80522f7

Please sign in to comment.