apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

Apptentive help on sendAttachmentFile() #207

Open sivasharma opened 4 years ago

sivasharma commented 4 years ago

We are working on a use case where we send an attachment using the mentioned function

sendAttachmentFile(final byte[] content, final String mimeType)

After calling this function we are able to see the attached file on the Apptentive dashboard in the conservation section. However, we are not able to confirm the file is sent successfully. So, is there any way we get confirmation after sending the attachment.

I check on the Apptentive document, but could not find what is the size limit of the attached file.

Thanks in Advance for the support. Regards Shiv

CaseyApptentive commented 4 years ago

Hi @sivasharma ! Great question. Let me help track down an answer about the max file size for an attachment.

I'll follow up as soon as I know more.