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/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": { 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