Aliaksei Levin
Aliaksei Levin
This is expected after the option `waitsForConnectivity` is enabled. I could only cite, what I wrote to you, while we discussed addition of the option: "It should crash now if...
This is a real issue for watchOS devices, so it can be kept opened.
This is related to the crash. The line in the log is printed when a new "connection" is created. A new connection is created when the previous connection is dead....
Do you include TDLib as Universal XCFramework and build it as described in https://github.com/tdlib/td/tree/master/example/ios?
Issues with uploading apps to App store were common previously, but all of them were solved by using XCFramework instead of plain dynamic libraries. https://developer.apple.com/library/archive/technotes/tn2435/_index.html#//apple_ref/doc/uid/DTS40017543-CH1-TROUBLESHOOTING-BUNDLE_ERRORS mentions exactly this reason as...
I will keep this issue open until TDLib build examples are updated, or Apple's policy is changed. From the proposed options, I think that wrapping `.dylib` in `.framework` would be...
It is null if message doesn't have interactions. Currently, it means `view_count == 0`, `forward_count == 0`, `reply_info == null` and no reactions.
Could you log in at https://web.telegram.org to see, whether the chat 2 is present?
I can't reproduce this. When I leave a group from another app, it disappears. Could you reproduce this if the other app is TDLib-based?
The chat disappears on my side. Could you send full TDLib log to https://t.me/tdlib_bot? For this you need to comment the line, which sets verbosity level to 0: > Client.execute(new...