Alexey Alter-Pesotskiy

Results 28 comments of Alexey Alter-Pesotskiy

Hi @NikKovIos, From my point of view, the naming convention does not make any difference here. The default fastlane pattern is `Time.now.strftime("%F %H.%M.%S")`, the new Xcode pattern is something like...

Just to confirm that we are on the same page - is this something that does not work for you?: https://user-images.githubusercontent.com/20794991/222667568-58bca605-f7de-48c1-ab62-af5715c732af.mov --- In `Finder` you can see `ChatSample 3-2-23, 9.43...

Hi there, `android_set_version_name` is not a native fastlane action, it comes with [fastlane-plugin-versioning_android](https://github.com/beplus/fastlane-plugin-versioning_android), so better to report any related issues on their GitHub. You might also find [their example](https://github.com/beplus/fastlane-plugin-versioning_android/blob/master/fastlane/Fastfile) helpful...

Hi @MattKiazyk, thanks for your suggestion, this is what I ended up doing too. Isn't it possible to allow downloading xcodes without authorisation?

Hi @kirsanov-dev, Thanks for opening the issue. Unfortunately, I was not able to reproduce it on our side. Could you clarify something, please: - Could you share the crash log?...

@kirsanov-dev, just to confirm, if you create a chat via sending a message, will the app crash? Even though it should not be an issue and we tested this in...

Hi @kirsanov-dev, Some additional questions: - Does it also happen on iOS + iOS clients or only when the chat was created on Android? - If you add a name...

@kirsanov-dev, - Can you confirm that the crash does not occur if the user has other channels? - Can you confirm that the crash does not occur if the user...

@kirsanov-dev, could you please also sniff traffic (e.g. via Proxyman) and check if there is anything suspicious (https/websocket)? What does the participant's phone receive before the crash?