Hello there! We’re using Support SDK for iOS (and also for Android, but this topic is about iOS version). Idk, can I call this an issue, but however, when we're adding pre-selected file attachments to tickets (using the `fileAttachments` field of the `RequestUiConfiguration`) the pre-selected files attaches every time when we open a ticket screen (either if we open a new ticket, either if we open old ticket). For example: I’ve opened a ticket screen to start a new conversation, the pre-selected file is attached as expected, I’ve submitted a ticket with pre-selected file attached and everything is okay, but when I open this ticket again (for example - someone answered me) - the pre-selected file is attached again, but I’ve sent this file and don’t want to send it again.
Support SDK for iOS => Pre-selected attachments
On the Android SDK, it works different (how we want). The pre-selected file is attached only if I open a new ticket (only to the first message). When I open old ticket, the pre-selected file isn’t attached. It sounds for us logically - We want to attach pre-selected files only to new tickets and only once (with the first message).
We’re using the latest versions of the SDKs (Android 5.1.0; iOS 6.0.0).
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Can you replicate this issue into a simple example application so that we can take a look in an isolated environment?
Thanks!