Innim / flutter_login_vk

Flutter Plugin to login via VK.com
BSD 3-Clause "New" or "Revised" License
18 stars 17 forks source link

Safari cannot open the page because the address is invalid #14

Closed ivangalkindeveloper closed 2 years ago

ivangalkindeveloper commented 2 years ago

Hello! SDK worked very well, but after authentication in VK and confirmation of the application's access to VK account, Safari began to show the message "Safari cannot open the page because the address is invalid" Is there any way to solve the problem? Since the window does not close and I cannot get the token Снимок экрана 2021-10-15 в 22 10 02

greymag commented 2 years ago

Hey! Did you add CFBundleURLTypes for your app as described in README?

ivangalkindeveloper commented 2 years ago

solved the problem Yes, for some reason the line is missing

VK [APP_ID] in CFBundleURLSchemes After the addition, everything started to work well. Thanks!