Detecting Unofficial Installation
// Android
override fun onUntrustedInstallationSourceDetected() {...}
// iOS
case unofficialStore
// Flutter
onUnofficialStore: () => print("Unofficial store")
// Cordova
unofficialStore: () => {
// Place your reaction here
}
// React Native
unofficialStore: () => {
// Place your reaction here
}
// Capacitor
unofficialStore: () => {
// Place your reaction here
}Define alternative supported stores
Store / Distribution method
Package name
Notes
Mover / Cloner app
Package name
Last updated

