Environment
- Android OS version: Android 11
- Devices affected: Galaxy A51
- Telegram Login Android SDK Version: 1.0.0
- Telegram X App Version: 0.28.3.1785-arm64-v8a
Observed behavior and steps to reproduce
Preconditions: Installed Telegram X App with logged in 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 X App has been opened with error message in toast
Expected behavior
User sees popup dialog Log in to <Our App> (same as here)
Environment
Observed behavior and steps to reproduce
Preconditions: Installed Telegram X App with logged in user
TelegramLogin.startLogin(this@OurActivity)Expected behavior
User sees popup dialog
Log in to <Our App>(same as here)