Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Reverting Osaka changes #55

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion BMSPushSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function BMSPush() {
this.REGION_GERMANY = "eu-de";
this.REGION_US_EAST = "us-east";
this.REGION_JP_TOK = "jp-tok";
this.REGION_JP_OSA = "jp-osa";


/**
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ The `App Region` specifies the location where the Push service is hosted. You ca
- For Germany - `eu-de`
- For US East - `us-east`
- For Tokyo - `jp-tok`
- For Osaka - `jp-osa`

`applicationServerKey` is the VAPID implementaion for Chrome. This is required for new versions of Chrome. Get this value from the [Push service swagger](https://cloud.ibm.com/apidocs/push-notifications), under the `applications -> webpushServerKey` section.

Expand Down