elizabethrego / cordova-plugin-instabug

Integrate the Instabug SDK in your hybrid app.
14 stars 5 forks source link

App crashes when a notification arrives #9

Open entomb opened 8 years ago

entomb commented 8 years ago

When phonegap-plugin-push is instaled, instabug crashes the app when a notification arrives. Issue is related to this bug on instabug: https://github.com/Instabug/Instabug-iOS/issues/51

The fix would be to update the instabug version. (from 5.0.0 to 5.X)

charlesbedrosian commented 8 years ago

I am experiencing this as well. I have forked and updated to 5.3.2 of the Instabug iOS SDK and it seems to not crash anymore when the app is in the foreground and receives notification.

You can try out my fork by running:

cordova plugin remove com.wodify.cordova.plugin.instabug
cordova plugin add https://github.com/charlesbedrosian/cordova-plugin-instabug.git#ios-sdk-5-3-2

I will open a pull request, though I have not tested much beyond basic Instabug shake-to-report functionality that I am using.

zmart-sen commented 7 years ago

Why is this still flagged as Open?