Skip to content

Commit ae01a62

Browse files
committed
feat(kinvey preview app): show correct store urls when deprecated page is shown on device
1 parent 5956d71 commit ae01a62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ export class PreviewSdkService extends EventEmitter implements IPreviewSdkServic
5656
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
5757
showLoadingPage: false,
5858
callbacks: this.getCallbacks(),
59-
getInitialFiles
59+
getInitialFiles,
60+
previewAppStoreId: schema.previewAppStoreId,
61+
previewAppGooglePlayId: schema.previewAppId
6062
};
6163
}
6264

0 commit comments

Comments
 (0)