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

Fix to autosend on ios #65

Closed digitalbath closed 7 years ago

digitalbath commented 7 years ago

The AutoSend status wasn't getting saved into UserDefaults by just setting it with the SetCrashManagerStatus function on the crashManager. So even when autoSend is set, the feedback popup was still showing when the app is restarted after a crash.

This fixes the issue.