Skip to content

Commit d9d1d95

Browse files
committed
fix(kinvey): use correct store ids for preview and scanner apps
1 parent 45219d3 commit d9d1d95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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

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

Lines changed: 2 additions & 2 deletions
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)