Environment
- Android OS version: Android 16
- Devices affected: Pixel 6
- Telegram Login Android SDK Version: 1.0.0
- Telegram App Version: 12.6.4
Observed behavior and steps to reproduce
Preconditions: Installed Telegram App with logged our user
- Open the app that uses Telegram Login Android SDK
- Initialize SDK
TelegramLogin.init(
clientId = <our client id>,
redirectUri = "https://app<our app ID>-login.tg.dev/tglogin",
scopes = listOf("profile"),
)
- Invoke
TelegramLogin.startLogin(this@OurActivity)
- Telegram App has been opened with infinite loading
Expected behavior
We expect to see either of 2 things:
- User doesn't see infinite loading. Instead, user sees default login flow and later on successful login the dialog with
Log in to <Our App> is showed
- Popup dialog or toast with an error message "Please, log into Telegram before proceeding with
Telegram Login to <Our App>
Environment
Observed behavior and steps to reproduce
Preconditions: Installed Telegram App with logged our user
TelegramLogin.startLogin(this@OurActivity)Expected behavior
We expect to see either of 2 things:
Log in to <Our App>is showedTelegram Login to <Our App>