Skip to main content

App Store Restrictions

denyAppInstallation() / allowAppInstallation()

Prevent or allow installing apps from the App Store.

ExpoScreenTime.denyAppInstallation();
// Later...
ExpoScreenTime.allowAppInstallation();

denyAppRemoval() / allowAppRemoval()

Prevent or allow removing apps from the device.

ExpoScreenTime.denyAppRemoval();
// Later...
ExpoScreenTime.allowAppRemoval();