truecallerjs error backup found
i'm getting an error after getting an otp it says backup found and not letting me get in can anybody help me please to fix the issue and Thank you in advance for helping me out
Same issue, can't seem to find a solution
please solve the problem of truecallerjs back found error please anybody can solve it
@sumithemmadi This issue arises because of VerifyOtp respose status 17 which is unaccounted for in your codebase. When the response status is 17, the installationId parameter is not included in the returned response.
The solution to this problem is to send a request using the following details:
METHOD: POST
URL: "https://account-noneu.truecaller.com/v1/completeOnboarding"
BODY: {
countryCode: String,
dialingCode: Int,
phoneNumber: String,
requestId: String
}
*The requestId will be the same from RequestOtp response.
Upon success, the returned response will include installationId: String and suspended: Boolean parameters.
Pls can u help it in detail about the same error
can u please explain in detail...or the full process of how to fix it...please
Similar to #11
TechLion123432
Thank you sir