VKCOM / vk-ios-sdk

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

No return to source app during login after password change #173

Open kanstantsin opened 9 years ago

kanstantsin commented 9 years ago

Hi! There's an issue with source app callback when the password has been changed. Steps:

  1. Change password on web (vk.com).
  2. Try to authorize with VK iOS SDK ([VKSdk authorize:]).
  3. VK app opens and asks to enter login and password.
  4. Enter login and new password.

Result: VK app stays open.

Expectation: Source app is opened with new token.

RomanTruba commented 9 years ago

Is your url-scheme correct? Please check this out

kanstantsin commented 9 years ago

Yes, it's correct. OAuth works fine for all cases except of this one.

rostislawk commented 9 years ago

Same problem with registration new user. VK app stays open and doesn't return to source app