Skip to content

1.2.6 - Message Attachments

Compare
Choose a tag to compare
@pkamb pkamb released this 28 Jan 03:06
· 3373 commits to master since this release

This release adds message attachments. Attachment messages appear in your online Apptentive dashboard, but will not appear in Message Center on the user's device. They may be useful for sending debug logs or other useful information.

- (void)sendAttachmentText:(NSString *)text;
- (void)sendAttachmentImage:(UIImage *)image;
- (void)sendAttachmentFile:(NSData *)fileData withMimeType:(NSString *)mimeType;

Fixes:

  • IOS-368 Added cases for always or never showing an interaction based on its criteria.
  • IOS-363 Changed key to "hardware" from "model". Human readable string "model" will now be set on server.
  • IOS-172 Prevent duplicate Message Center automated messages
  • Issue #70 unreadCount incremented when typing a message
  • IOS-310 unreadMessageCount incremented when typing a message
  • IOS-341 Investigate loading of initial config file at app launch.
  • IOS-355 Strip whitespace from Survey text response
  • IOS-356 Can't see send button in Message Center with white tintColor
  • IOS-357 Add support for hidden text/file messages