Conversation
| @@ -0,0 +1,29 @@ | |||
| PODS: | |||
| - Flutter (1.0.0) | |||
| - truecaller_sdk (0.0.1): | |||
There was a problem hiding this comment.
what does this 0.0.1 stand for? coz our latest version is 0.1.0, so I hope this won't conflict.
There was a problem hiding this comment.
this was more or less auto downloaded, I'll check again
There was a problem hiding this comment.
This is like auto generated, let me check, should not cause any problems
| switch verificationState { | ||
| case .otpInitiated: | ||
| map[Constants.String.data] = trueSdk.tokenTtl() | ||
| case .otpReceived, |
There was a problem hiding this comment.
I see in case of otpReceived, we are not doing anything here. In Android, we pass the OTP to the callback, so shouldn't there be a similar behaviour?
There was a problem hiding this comment.
also, in case of verifiedBefore, we must pass the profile back as the call back data.
There was a problem hiding this comment.
In case of iOS we cannot know if the otp is received or not.
In cas2 of verified before, we will have to tweak the documentation a little bit, so that the app waits for the profile call back, similar to in native sdk @shubhral
No description provided.