You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,22 @@
2
2
3
3
This tool is used to demonstrate the basic push process for verifying callkeep. The tool is written in golang.
4
4
5
+
prepare to run:
6
+
7
+
`cd tools && go mod tidy`
8
+
5
9
## For iOS APNS
6
10
7
11
please refer to `https://developer.apple.com/account/resources/certificates/add`.
8
-
Choose `VoIP Services Certificate` to create a push certificate, download voip_services.cer and install it to the keychain tool, and export its private key rename it to `callkeep-apns.p12`
12
+
13
+
Choose `VoIP Services Certificate` to create a push certificate, download `voip_services.cer` and install it to the keychain tool, export its private key rename it to `callkeep-apns.p12`
9
14
10
15
`go run cmd/main.go -i +8618612345678 -p apns -d $ios_device_token`
11
16
12
17
## For Android FCM
13
18
14
19
please refer to `https://console.firebase.google.com/project/[your project]/settings/serviceaccounts/adminsdk`
15
-
Select the `go` sdk format under your fcm project to download serviceAccountKey.json and rename it to `callkee-fcm.json`
20
+
21
+
Select the `go` sdk format under your fcm project to download `serviceAccountKey.json` and rename it to `callkee-fcm.json`
16
22
17
23
`go run cmd/main.go -i +8618612345678 -p fcm -d $android_fcm_token`
0 commit comments