hicsail / ionic-hockeyapp

Need HockeyApp in your Ionic application, add this package!
MIT License
18 stars 7 forks source link

No option for disabling / enabling checking for updates on startup #18

Closed HmzAli closed 6 years ago

HmzAli commented 6 years ago

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.