I am trying to implement apptentive in ionic 3. I've gone through the documentation.
I've added the below code in app.component.tsApptentive.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.
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.