Skip to content
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

showWidget не показывает виджет #29

Open
rmanyakhin opened this issue Feb 8, 2017 · 1 comment
Open

showWidget не показывает виджет #29

rmanyakhin opened this issue Feb 8, 2017 · 1 comment

Comments

@rmanyakhin
Copy link

Используется метод: OKSDK.showWidget("WidgetMediatopicPost", ...)

Но никакого окна не появляется для подтверждения размещения поста.

В логах:
Warning: Attempt to present <OKSFSafariViewController: 0xe1a3760> on <MainNavigation: 0x16a27400> which is already presenting <SocialViewController: 0x1723da00>

Разрешения указываю:
["VALUABLE_ACCESS", "LONG_ACCESS_TOKEN"]

Версия SDK: 2.0.11
Версия iOS: 10.2.1

С чем может быть связана ошибка?

@pabrr
Copy link

pabrr commented Aug 19, 2020

Подобная ошибка появляется, если при настройках OKSDK указан неверный контроллер для роутинга, надо поправить вот тут:

let settings = OKSDKInitSettings()
...
settings.controllerHandler = {
      return self.window?.rootViewController?.presentedViewController
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants