-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore chat history #6
Comments
Currently We didn’t implement this feature in SDK, will be include this on Upcoming releases. |
Hello, thanks a lot for your response. I have one more question if you don't mind. I am trying to get restoreId. According to documentation Restore Id - This is generated by Freshchat for the current user, given an external id was set and can be retrieved anytime using the Freshchat.getUser().getRestoreId() API. The app is responsible for storing and later present the combination of external id and restore id to the Freshchat SDK to continue the chat conversations across sessions on same device or across devices and platforms. Here's the snippet:
Then I am trying to get restore id and Freshchat always returns nil for iOS and empty string for Android. Could you hint me what is wrong? |
hi guys, any new on this in features or did you get this restoreId working? |
I was trying to get restore id bt using below code but it returns always undefined.
Please let me know if this approach is right or not or how I can get restore id or external id |
We are looking into this and will keep you updated. |
We have update the Restore Id listener. Please refer this README docs for restore chat history. |
thanks. It works on Android but on iOS I have as same result as described in this issue |
hey i find the restore id in freshchat how to finded |
Hello,
I am using Apache Cordova plugin for Freshchat in Ionic 1 application. It is working fine, but I can't load the chat history.
I haven't found any functions to indetify user with restore id and external id.
Could you tell me how to get the history of chat using the plugin?
Thanks
The text was updated successfully, but these errors were encountered: