bitstadium / HockeySDK-Cordova

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-cordova
Other
82 stars 73 forks source link

Not work in latest ? #87

Closed shalinasanga closed 6 years ago

shalinasanga commented 6 years ago

hi, My Cordova project has following details: Installed platforms: android 6.3.0

In Login view.js, onDeviceReady function i add : hockeyapp.start(null, null, '0b7c4d1939a64570a2bd4b38732d1e0e', true);

And in another js i call hockeyapp.forceCrash(); neither app crashes nor error reports available in hockey app

Did i do anything wrong ? any solution

bmourat commented 6 years ago

Hi @shalinasanga!

You are doing everything correctly, and the app should indeed crash. Can you share your setup code and information on what version of the plugin you are using? Also, are you testing on emulator or device, and on what Android version?

Best, Murat

shalinasanga commented 6 years ago

hi, this is the hockey version : <plugin name="cordova-plugin-hockeyapp" spec="^5.0.1" /> And i used cordova plugin add cordova-plugin-hockeyapp@latest to add plugin.

bmourat commented 6 years ago

@shalinasanga Could you please try this project and confirm that crash button does not crash the app. Just clone it and install hockeysdk plugin with cordova plugin add cordova-plugin-hockeyapp@latest

Best, Murat

shalinasanga commented 6 years ago

Sorry for the inconvenience caused !!! it worked, but hockeyapp.forceCrash(); is not work in my button click function (javascript button click functionality working fine), no crash report came to account. so i put crash code in some other place and it worked.

ElektrojungeAtWork commented 6 years ago

Hi @shalinasanga Good to hear that things worked out for you.

I'm closing this issue. Please get in touch here or through support any time!

Benjamin

shalinasanga commented 6 years ago

Thank you very much guys. This plugin is really nice and having responsive team like you is fortune. Thanks again. cheers !!!