Skip to content Skip to sidebar Skip to footer

Cognalys Verification Error 550 And 551

I'm using cognalys sdk in my app for user verification but i get the errors 551 and 550 which are not listed on their site and I don't know what are they, here is the code I use: C

Solution 1:

Error codes: https://www.cognalys.com/androidlibraryerrors/ Android lib source code: https://github.com/cognalys/cognalys-android-library

Don't use the jar from their website. Download the one on github and include it in your project. Then you have to make a change in their code.

In the class CallListnerHelper, when a call comes, the incoming number is compared to a list of numbers they send. On my Xperia Z3c, the incoming number starts with 00. They send the list of excepted number all starting with '+'. The comparison always fails, so you have to handle that. Use the following library: https://github.com/googlei18n/libphonenumber

Solution 2:

We are now Sending number numbers list/array With + and 00 . Can you guys please re-check .We should know the problem is fixed or not . Thanks for the valuable update

Post a Comment for "Cognalys Verification Error 550 And 551"