문제

Is there a way to verify a user via the email address provided when they sign up using the Quickblox iOS SDK? If not, what would be the best way to verify the user using Quickblox?

도움이 되었습니까?

해결책

QuickBlox doesn't provide this feature out of the box cause of complexity for end users.

Let's imagine this situation:

  • User registers in iOS app
  • After this he should open his email and verify email address. It's a bit annoying, isn't?

You can verify user by QBUUser lastRequestAt field http://sdk.quickblox.com/ios/Classes/QBUUser.html#//api/name/lastRequestAt

After Sign Up - lastRequestAt field will be null. Only after real user login it will equal activity datetime

다른 팁

You can authenticate your users either by login or by email. Check details here .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top