TGPassportKit icon indicating copy to clipboard operation
TGPassportKit copied to clipboard

TGPassportKit helps you easily integrate Telegram Passport requests into your iOS & macOS apps.

Results 3 TGPassportKit issues
Sort by recently updated
recently updated
newest added

In 2023 year bot id has numbers like 6660853421 and more - signed INT32_t does not conform

Currently using the demo under Example-iOS folder which write in objective c and changed my bot id and public key. After i run in iOS 14.2 real device, pressing the...

We’ve found an issue with the lib: ``` tgRequest.perform(with: scope!, nonce: payload, completionHandler: { (result, error) in // some code that never calls after update on iOS 13 and iOS...