MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / isPlayStoreInstall

Function isPlayStoreInstall

src/utils/installSource.js:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const INSTALL_SOURCE_PLAY = "com.android.vending";
2
3export function isPlayStoreInstall() {
4 return window.appInstallSource === INSTALL_SOURCE_PLAY;
5}

Callers 4

onDeviceReadyFunction · 0.90
promptUpdateCheckConsentFunction · 0.90
otherSettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected