Evgeny Khokhlov

Results 30 issues of Evgeny Khokhlov

We need to create code snippets demonstrating how to use the Chat product with the core SDK in Flutter. Currently, there is no dedicated SDK for the Chat product in...

documentation

Updated permission section in `PushNotifications` documentation: - added recommendation to use `permission_handler` package - marked old iOS only solution as deprecated - add link to the refactoring issue ## Summary...

The current `Push#requestPermission` method has several major issues: 1. It only works for iOS and lacks support for Android. 1. It requires the Ably client to be initialized, which is...

enhancement

This guide outlines setup and usage of Ably Chat in an Android app built with Jetpack Compose. It covers key features such as realtime messaging, presence, reactions, message history, and...

## Description Add Kotlin getting started to pubsub ### Checklist - [x] Commits have been rebased. - [x] Linting has been run against the changed file(s). - [x] The PR...

update CONTRIBUTING.md with revised release process steps ## Summary by CodeRabbit * **Documentation** * Updated contribution guidelines with a new release workflow. The release process now uses GitHub releases with...

In `sync` version `publish` only works with array of messages and in regular (async) package publish works with single message object: sync: ```python from ably.sync import AblyRestSync from ably.types.message import...

## Description Based on internal customer feedback: https://ably-real-time.slack.com/archives/C07RGGVHQ7L/p1761225328497749 Add React Native setup instructions for encrypted channels - Documented the use of WebCrypto APIs (`crypto.subtle` methods) and additional dependencies for React...

iOS forbids to ask for permissions in the async task ## Summary by CodeRabbit - **Bug Fixes** - Requests notification permission only when needed, reducing redundant prompts. - Handles platform-specific...