Changelog
Get the latest version
Android - GradleiOS - CocoaPods
- Add the following to the project gradle repositories definition:
Copied
repositories {
...
maven {url "https://genesysdx.jfrog.io/artifactory/genesys-cloud-android.prod"}
}
- Add the following imports to your App's
build.gradle
file:
Copied
dependencies {
...
implementation 'com.genesys.cloud:core:1.12.0'
implementation 'com.genesys.cloud:chatintegration:1.12.0'
implementation 'com.genesys.cloud:ui:1.12.0'
}
1.12.0
What's New
- Typing Indicator - Participants can see the typing activity and be notified about message typing, allowing them to anticipate incoming messages
1.11.2
Fixes
- iOS:
- Fixed: Brazilian Portuguese not supported
- Android:
- Fixed: application with invalid file provider configuration is no longer crashing when open an attachment
- Stability improved
1.11.1
Fixes
- iOS:
- Improved display (Scrolling Mechanism Refactor)
- Improved calculation of attachment file size units
- Added missing localizations for file size units
- Chat remains open when pressing 'Start New' button on a different device
- Fixed message queuing behavior when device is in airplane mode
- Android:
- Fixed input field size
- Fixed file preview
- Improved calculation of attachment file size units
- Added missing localizations for file size units
- Changed SDK language selection to use device system language instead of hosting application language
- Inform hosting application on URL click
- Fixed message queuing behavior when device is in airplane mode
1.11.0
What's New
- Authenticated messaging - App users can access the Mobile Messenger after authentication.
- Localization support for Ukrainian, Hungarian, Vietnamese.
Fixes
- iOS:
- Inform hosting application on URL click
- Stability improved
- Android:
- Stability improved
1.10.2
What's New
- iOS:
- Now compiled with Xcode 16.
- Increased minimum supported iOS version to iOS 15.
Fixes
- iOS:
- Fixed an issue where disconnection was not properly reflected to the agent.
- Android:
- Fixed a crash that occurred in some cases when tapping on a file attachment.
1.10.1
Fixes
- iOS:
- Compiled with latest official Xcode 15.4.0
- Quick Replies status icon during lost network state
- Empty message bubble after selecting a bot option
- Android:
- Quick Replies button design
- Accessibility: Scroll to the bottom icon is accessible by TalkBack while being hidden
1.10.0
What's New
- Bot-Quick replies - Business can enhance end-user experience with Bot-Quick replies capabilities
Fixes
- iOS:
- Welcome message can be stacked during offline mode when you try to trigger on demand
- Languages not showing localized for (NO, pt-BR and pt-PT) Only
- After a 70 hours long reconnection the Customer can't see the new messages
- Message status icons are misaligned
- Lists history in wrong order
- SCP - Avoid extra download when downloading file size
- Invalid chat credentials crashes the app
- Android:
- Text typed in the input field is not visible
- Genesys Compatibility with Gradle
- Quitting the app is unavailable while playing an audio file
- Attachment can be downloaded while it is already downloading
- Wrong file sizes
- App Install shows error: INSTALL FAILED CONFLICTING PROVIDER
- Manifest Merger Failure
- App crashes when scrolling while fetching an image
- App crashes when when we open an attachment
1.9.0 (beta-release)
What's New
- Outbound attachment handling - Brands can send files to customers based on the Content Profile configuration
- Data masking - detected credit card numbers are masked and not added to the conversation
1.8.2 (beta-release)
Fixes
- iOS:
- Turning on Library Evaluation for all pods
- Building SDK with XCode 15.x
1.8.1 (beta-release)
Fixes
- iOS:
- Optimized network reconnection process
- Removed unused reason API - NSUSerDefaults
- Android:
- Optimized reconnection when the client state is Read Only.
1.8.0 (beta-release)
What's New
- Conversation Disconnect feature support - Admins can configure Mobile Messenger deployments to inform end-users upon Agent or Bot disconnect.
- Localization support for the Baltic region (Lithuanian, Latvian, Estonian).
iOS 1.7.1 (beta-release)
Fixes
- iOS:
- MessengerAccount is accessable from Objective-C classes
1.7.0 (beta-release)
What's New
- iOS: New native UI design
- Both platforms: UI aligments
1.6.0 (beta-release)
What's New
- Custom Attributes feature support
1.5.0 (beta-release)
What's New
- Conversation Autostart feature support
1.4.0 (beta-release)
What's New
- Async messaging conversation. User can get back to a previously started conversation whenever he needs without missing messages that were sent during off time.
- Browsing through conversation session historical messages.
- Centralized configuration. Conversation look and brand may be configured on the admin console for the account's deployment configuration.
- Supports localizing conversation labels. Supported languages are selected on the admin console for the account's deployment configurations.
- Integration with Transport SDK version 2.4.1
- Messenger conversation creation feasibility check using
ChatAvailability.checkAvailability
API.