-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Не удается получить токен. #33
Comments
Right, the same behavior, here is my case #36 |
Добрый день. Извиняюсь за поздний ответ. Похоже на проблему конфигурации, пожалуйста, сделайте следующее:
|
спасибо за ответ! проверил свой AppDelegate.swift
Проблема может быть из-за него? |
Да, именно из-за него =) Поменяйте на return YKSdk.shared.handleOpen(
url: url,
sourceApplication: sourceApplication
) || super.application(app, open: url, sourceApplication: sourceApplication, annotation: annotation) и аналогично для метода application(
_ app: UIApplication,
open url: URL,
options: [UIApplication.OpenURLOptionsKey: Any] = [:]
) если он у вас объявлен |
понял, что мне и не нужна функция для Юкассы, убрал - все заработало. Но хорошо бы было решить проблему все-равно.)
т.е. получаю так:
|
Да, но во второй функции тоже нужно добавить вызов super, аналогично. |
Не удается получить токен.
Iphone 11. IOs 15.7. Flutter version 3.0.1. flutter_login_vk 2.2.1+1.
The text was updated successfully, but these errors were encountered: