VKCOM / vk-ios-sdk

iOS library for working with VK API, authorization through VK app, using VK functions
MIT License
298 stars 164 forks source link

VK iOS SDK callback no response. #594

Open Frozenfox47 opened 2 years ago

Frozenfox47 commented 2 years ago

Hi. We're having some issues with using VK as a login portal for our game.

As shown in pic 2, please take a look at VK iOS SDK's PGUtilities.m file. pic2 ↑ this is pic 2 In line 22, a message to launch VK is sent, and the VK app is launched. The relevant parameters are normal. (Please see pic1 for launch parameters). In line 30, VK is supposed to be sending data to our end, but we received nothing, there is no response.

we can go to the game app and jump to/launch the VK app from there, log in with VK successfully, and then automatically jump back to the game from the VK app. However, as you can see in pic2, the callback part was never received. pic1 ↑ this is pic 1