apptentive / apptentive-cordova

A plugin for Cordova that lets your app be Apptentive.
https://learn.apptentive.com/knowledge-base/integrating-the-apptentive-cordova-sdk-plugin/
BSD 3-Clause "New" or "Revised" License
3 stars 13 forks source link

Message Center page is opened but app crashes immediately #33

Closed aniruddhasm closed 5 years ago

aniruddhasm commented 7 years ago

Hello,

I am trying to implement apptentive in ionic 3. I've gone through the documentation.

I've added the below code in app.component.ts Apptentive.deviceReady(successCallback, failureCallback); function successLogger(){ } function errorAlert(){ }

& on another page say home I've added a button and onclick the below code is wriiten. openApptentive(){Apptentive.showMessageCenter(successCallback, failureCallback);} On click the button the message center title get opened & crashes immediately. I am not getting any error. I've checked my ddms. No errors. Please let me how to solve this. I am stuck from a long time.

frankus commented 5 years ago

Closing due to inactivity. Please contact us if you continue to experience this.