From 60136932e8ac81a87803f9db1c94b56820531950 Mon Sep 17 00:00:00 2001 From: rgirid54 <81676730+rgirid54@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:03:16 +0530 Subject: [PATCH 1/2] Update BMSPushSDK.js --- BMSPushSDK.js | 1 - 1 file changed, 1 deletion(-) diff --git a/BMSPushSDK.js b/BMSPushSDK.js index 9053e72..0c21f66 100644 --- a/BMSPushSDK.js +++ b/BMSPushSDK.js @@ -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"; /** From d60b3e97f40b359a3f9c8be7eaf959099e195a3c Mon Sep 17 00:00:00 2001 From: rgirid54 <81676730+rgirid54@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:03:37 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d777ad8..31841c3 100644 --- a/README.md +++ b/README.md @@ -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.