You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have created cordova project with adding this plugin and secret keys.
For ios am testing it.
cordova-ios :4.5.4
cordova cli:8.0.0
I have added following code for force app crash
window.fabric.Crashlytics.addLog("about to send a crash for testing!");
window.fabric.Crashlytics.setUserIdentifier("123");
window.fabric.Crashlytics.setUserName("Some Guy");
window.fabric.Crashlytics.setUserEmail("some.guy@email.com");
window.fabric.Crashlytics.setStringValueForKey("bar", "foo");
window.fabric.Crashlytics.sendCrash();
while opening the app, the app is crashing again i have reopening the app.working fine.
But I couldn't able to see the crash report in Firebase/fabric dashboard.
Please help me out of this.
I couldn't found any errors while making build or using app.
The text was updated successfully, but these errors were encountered:
Hi,
I have created cordova project with adding this plugin and secret keys.
For ios am testing it.
cordova-ios :4.5.4
cordova cli:8.0.0
I have added following code for force app crash
while opening the app, the app is crashing again i have reopening the app.working fine.
But I couldn't able to see the crash report in Firebase/fabric dashboard.
Please help me out of this.
I couldn't found any errors while making build or using app.
The text was updated successfully, but these errors were encountered: