forkgram / TelegramAndroid

Fork client of Telegram app for Android.
GNU General Public License v2.0
627 stars 36 forks source link

SMS Verification not working #259

Open itscharliecrown opened 1 month ago

itscharliecrown commented 1 month ago

When trying to change the phone number of an account, the SMS verification doesn't work. I never receive the code. When given the option for a call, it doesn't work either.

23rd commented 1 month ago

Try official application.

crutoboy commented 3 weeks ago

register accounts in the official app. after some time, add it to forkgram. if you immediately add an account to forkgram after registration, then most likely restrictions will be imposed on the account. tested on myself, but maybe I'm wrong

notorand-it commented 2 weeks ago

The problem is that the application doesn't request the right permissions, so it never sends a request. This is why we don't receive any SMS. I compared the behavior against official app. The latter asks for 1 extra permission to be granted.

It's a pity.

[UPDATE] At least for me, only official Telegran app shipped via Google Play asks for the right permissions and thus sends the sms request. The one from f-droid doesn't work either.