Getting started

How to get Access token,app id for android app
To get access token and app id register your app in Cognalys as shown below. Once you are done with registering ,your app ...
Wed, 18 Feb, 2015 at 5:50 PM
How to verify mobile number
Step1: Download the Cognalys SDK  Step 2:Copy the downloaded  SDK to the libs folder of your project. Step3:Use the verifyMobileNumber method in...
Mon, 6 Apr, 2015 at 5:24 PM
Manifest permissions needed
  The below given permissions are needed by the Cognalys SDK. <uses-permission android:name="android.permission.INTERNET" /> ...
Tue, 6 Jan, 2015 at 2:29 AM
How to get country code
Use the getCountryCode(context) method in the Cognalys SDk to get the country code from the device. For eg: for India it is +91 etc. Usage eg: ...
Thu, 19 Feb, 2015 at 4:20 PM
Error codes - With Details
Below is the explanation of error codes . Which will throw OnVerificationFailed() Code Type of Error 500  Account expired or no balance ...
Wed, 17 Sep, 2014 at 11:33 PM