I can now confirm that vk.login() does not work on iOS.
Whether the VK app is installed or not, calling either
local loginOptions = { inApp = false } vk.login(\_vkLoginListener, loginOptions)
or
local loginOptions = { inApp = true } vk.login(\_vkLoginListener, loginOptions)
Does nothing. There is no callback to the listener, and nothing happens.
This has worked a while ago, only if the VK app was installed, but now nothing works…
Can someone please take a look at this issue?
We want to be able to use this plugin, but logging in is crucial.
Thanks