-
Fix an infinite loop of update prompts on Android (#9)
-
Correct order of update prompt strategies on Android, so that by default it will use the "flexible" update popup instead of the "immediate" fullscreen overlay
-
Add preferences to configure the strategy for update prompts on both iOS and Android
Thanks @szh for the iOS implementation.
Alert Type
Siren's implementation for iOS allows for different alert types (see https://github.com/ArtSabintsev/Siren#screenshots). You can set the value to "critical" or "annoying" in config.xml.
<preference name="SirenAlertType" value="critical" /> <preference name="SirenAlertType" value="annoying" />For Android, you can force all updates to be considered "immediate" with the
AndroidUpdateAlertType
preference in config.xml.<preference name="AndroidUpdateAlertType" value="Immediate" />