Skip to content

Commit b8f54df

Browse files
authored
Clarify differences between APNs connection ways
1 parent 2205741 commit b8f54df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@
1818
- Download latest release from https://github.com/onmyway133/PushNotifications/releases
1919

2020
## How to use
21+
* iOS (APNs):
22+
- [iOS Provider Certificate](#ios-provider-certificates)
23+
- [iOS Authentication Token](#ios-authentication-token)
24+
* Android (FCM):
25+
- [Android Server Key](#android-server-key)
2126

22-
- [iOS Provider Certificate](#ios-provider-certificates)
23-
- [iOS Authentication Token](#ios-authentication-token)
24-
- [Android Server Key](#android-server-key)
27+
Keep in mind: To connect to APNs you can use either `Provider certificate` or `Authentication Token`. Essentially, `Provider certificate` expires every year and needs to be regenerated (and reuploaded to your server as `.p12`). `Authentication Token` is unlimited and you don't have to recreate and reupload it.
2528

2629
### iOS Provider Certificate
2730

0 commit comments

Comments
 (0)