Changes
Page history
Update push keys
authored
Jul 29, 2020
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
push-keys.md
View page @
563ca05f
...
@@ -12,3 +12,12 @@ Get an Apple developer account ($ 99.- per year) and get a new push key at https
...
@@ -12,3 +12,12 @@ Get an Apple developer account ($ 99.- per year) and get a new push key at https
Convert with
`openssl pkcs8 -nocrypt -in AuthKey_YOURKEYID.p8 -out AuthKey.pem`
Convert with
`openssl pkcs8 -nocrypt -in AuthKey_YOURKEYID.p8 -out AuthKey.pem`
Set
`settings.json`
with teamIID (= your Apple account ID) and key (= key ID);
```
{
"teamId":"463G55679",
"key": "3VY6087608",
"appId": "com.osalliance.RocketChatMobile"
}
```