Skip to content

Commit 3fbdadf

Browse files
author
Fatme
authored
Merge pull request #4498 from NativeScript/fatme/fix-kinvey-store-id
fix(kinvey): use correct store ids for preview and scanner apps
2 parents 45219d3 + 66a6c5b commit 3fbdadf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/services/livesync/playground/preview-schema-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export class PreviewSchemaService implements IPreviewSchemaService {
1616
"kspreview": {
1717
name: "kspreview",
1818
scannerAppId: "com.kinvey.scanner",
19-
scannerAppStoreId: "1263543946",
19+
scannerAppStoreId: "1458317125",
2020
previewAppId: "com.kinvey.preview",
21-
previewAppStoreId: "1264484702",
21+
previewAppStoreId: "1458502055",
2222
msvKey: "kinveyStudio",
2323
publishKey: PubnubKeys.PUBLISH_KEY,
2424
subscribeKey: PubnubKeys.SUBSCRIBE_KEY

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "5.3.1",
4+
"version": "5.3.2",
55
"author": "Telerik <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

test/services/playground/preview-schema-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ const nsPlaySchema = {
2727
const ksPreviewSchema = {
2828
name: 'kspreview',
2929
scannerAppId: 'com.kinvey.scanner',
30-
scannerAppStoreId: '1263543946',
30+
scannerAppStoreId: '1458317125',
3131
previewAppId: 'com.kinvey.preview',
32-
previewAppStoreId: '1264484702',
32+
previewAppStoreId: '1458502055',
3333
msvKey: 'kinveyStudio',
3434
publishKey: PubnubKeys.PUBLISH_KEY,
3535
subscribeKey: PubnubKeys.SUBSCRIBE_KEY

0 commit comments

Comments
 (0)