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?


Visit Topic to respond.


In Reply To

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 th…

Previous Replies

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:

  1. Triggering the didReceiveChatElement event when a chat element is received from the agent.
  2. Receiving a notification when the agent sends messages to the user, even when the user is navigating outside the chat window.

Feedback:

  • Passing events for received messages should indeed be possible via didReceiveChatElement. - We were able to reproduce the issue and bug was opened and will be fixed on version v1.11.1.
  • Currently, we do not support sending notifications to users while the chat window is inactive. This functionality will be available once Push Notifications are implemented. - Push Notification feature is in our roadmap for 2025.

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.

GitHub - MyPureCloud/mobiledx-samples-ios: Mobile DX samples for iOS

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.