tamasi878
Genesys Employee
November 20 |
Hi ios_dev,
It was a merge mistake, I apologise for this. We corrected the sample application code, now it should update to the latest official release, 1.10.2.
Visit Topic to respond.
ios_dev
November 20 |
ios_dev
November 20 |
I also notice the project has been updated to use 1.11 but I do not see a 1.11 release in the podspec repo? so the pod update and project build now fails...
ios_dev
November 20 |
hey @Eliza_Koren perhaps @Andras_Solyom any idea why we do not see an end to the chat from the agent point of view when these functions are called?
ios_dev
November 7 |
ah thanks for that. One more observation. the functions in the sample app for ending a chat on the mobile app:
/**
Ends current chat handler.
*/
- (void)endChat:(BOOL)forceClose;
/**
Teminates the chat controller and all active chats.
*/
- (void)terminate;
These are not informing the Agent that the user has left the chat. is this a bug?
Thanks
Eliza_Koren
Genesys Employee
November 4 |
Hi Chris,
Thank you for sharing the details of the issue.
There are two specific flows you’re looking for:
didReceiveChatElement
event when a chat element is received from the agent.Feedback:
didReceiveChatElement
. - We were able to reproduce the issue and bug was opened and will be fixed on version v1.11.1.BR,
Eliza
ios_dev
November 1 |
Hey, we would like to introduce live chat to our iOS application and have the sample from below working.
Mobile DX samples for iOS. Contribute to MyPureCloud/mobiledx-samples-ios development by creating an account on GitHub.
What seems to be missing is a delegate method to indicate that an incoming message has been received from agent to customer.
I can see in the 'ChatElementDelegate' a method for:
- (void)didReceiveChatElement:(id<StorableChatElement>)item;
This notifies our code that a message has been sent to the agent by the customer but this does not get fired the other way round. Is this intentional? ideally we would like to have our code notified when an incoming message is received so the user can navigate around the app while waiting for an agent.
Thanks
Visit Topic to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, click here.