From d9d1d958a798eb7854ed7fccdafb1a46ba40e812 Mon Sep 17 00:00:00 2001 From: fatme Date: Wed, 3 Apr 2019 11:18:59 +0300 Subject: [PATCH 1/2] fix(kinvey): use correct store ids for preview and scanner apps --- lib/services/livesync/playground/preview-schema-service.ts | 4 ++-- test/services/playground/preview-schema-service.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/services/livesync/playground/preview-schema-service.ts b/lib/services/livesync/playground/preview-schema-service.ts index a75e49b54d..45e8ccb89b 100644 --- a/lib/services/livesync/playground/preview-schema-service.ts +++ b/lib/services/livesync/playground/preview-schema-service.ts @@ -16,9 +16,9 @@ export class PreviewSchemaService implements IPreviewSchemaService { "kspreview": { name: "kspreview", scannerAppId: "com.kinvey.scanner", - scannerAppStoreId: "1263543946", + scannerAppStoreId: "1458317125", previewAppId: "com.kinvey.preview", - previewAppStoreId: "1264484702", + previewAppStoreId: "1458502055", msvKey: "kinveyStudio", publishKey: PubnubKeys.PUBLISH_KEY, subscribeKey: PubnubKeys.SUBSCRIBE_KEY diff --git a/test/services/playground/preview-schema-service.ts b/test/services/playground/preview-schema-service.ts index a8bce302ae..abcb4c191d 100644 --- a/test/services/playground/preview-schema-service.ts +++ b/test/services/playground/preview-schema-service.ts @@ -27,9 +27,9 @@ const nsPlaySchema = { const ksPreviewSchema = { name: 'kspreview', scannerAppId: 'com.kinvey.scanner', - scannerAppStoreId: '1263543946', + scannerAppStoreId: '1458317125', previewAppId: 'com.kinvey.preview', - previewAppStoreId: '1264484702', + previewAppStoreId: '1458502055', msvKey: 'kinveyStudio', publishKey: PubnubKeys.PUBLISH_KEY, subscribeKey: PubnubKeys.SUBSCRIBE_KEY From 66a6c5bfb8d9f3c8d2db70b9be81116e4a2a7e60 Mon Sep 17 00:00:00 2001 From: fatme Date: Wed, 3 Apr 2019 13:41:20 +0300 Subject: [PATCH 2/2] chore: update cli's version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c85f0b322..c1d433b63f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "5.3.1", + "version": "5.3.2", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {