tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

The authorization code does not arrive #2247

Closed rr8733380 closed 1 year ago

rr8733380 commented 1 year ago

Why can't I receive a code to confirm authorization? I have AuthorizationStateWaitPhoneNumber, I do SetAuthenticationPhoneNumber, it returns OK, the state changes to AuthorizationStateWaitCode. But the code never comes. what could be the problem? tdlib version 1.8.8

levlam commented 1 year ago

It is up to the server, when and how to send the code.

rr8733380 commented 1 year ago

What do I need to do to prevent this from happening?

levlam commented 1 year ago

There is no way for clients to affect this behavior.