Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mindoio committed Jan 20, 2020
1 parent b9f7ea3 commit 6335608
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Android
=======
The file serviceAccountKey.json should be placed in this folder.
Create and download from https://console.firebase.google.com/project/XXXXXXX/settings/serviceaccounts/adminsdk
Create and download from https://console.firebase.google.com/project/XXXXXXX/settings/serviceaccounts/adminsdk, for example
https://console.firebase.google.com/project/bisqnotifications/settings/serviceaccounts/adminsdk

iOS
===
The push notification certificate needs to be renewed every year. The file push_certificate.production.p12 should be placed in this folder.
Create and download from https://developer.apple.com/account/ios/certificate/?teamId=XXXXXX
Then add the *.cer fie to your keychain.
You will probably observe that keychain does not allow you to export the certificate as *.p12 file.
In keychain, go to "My certificates", expand the Apple Push Service certificate and select both lines.
Now, you can export as *.p12 file

0 comments on commit 6335608

Please sign in to comment.