Skip to content

Commit f3bdc03

Browse files
authored
Update README.md
1 parent b8f54df commit f3bdc03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
* Android (FCM):
2525
- [Android Server Key](#android-server-key)
2626

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.
27+
Keep in mind: To connect to APNs you can use either `Provider certificate` or `Authentication Token`. They are **different ways** and `Authentication Token` is a new one.
28+
29+
**Main difference:** `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.
2830

2931
### iOS Provider Certificate
3032

0 commit comments

Comments
 (0)