The wrapper should provide an option for choosing to check for updates on startup or manually. Currently, when starting HockeyApp service with (hockeyapp.start(androidAppId, iosAppId, autoSendCrashReports, ignoreCrashDialog)) the update popup appears by default. It shouldn't.
The official plugin already has an option for this as an enum (checkForUpdateMod). It accepts two values: checkForUpdateMode.CHECK_ON_STARTUP or checkForUpdateMode.CHECK_MANUALLY.
The wrapper should provide an option for choosing to check for updates on startup or manually. Currently, when starting HockeyApp service with (
hockeyapp.start(androidAppId, iosAppId, autoSendCrashReports, ignoreCrashDialog)
) the update popup appears by default. It shouldn't.The official plugin already has an option for this as an enum (checkForUpdateMod). It accepts two values:
checkForUpdateMode.CHECK_ON_STARTUP
orcheckForUpdateMode.CHECK_MANUALLY
.