How to verify Aadhar number in iOS application?

532 views Asked by At

I want to create application in which user will enter his Aadhar number.if Aadhar number is valid then user get OTP on his/her registered mobile number

I learned about AadharAPI but there is no information about iOS SDK integration

1

There are 1 answers

0
Kakumanu siva krishna On BEST ANSWER

You can use a web view to achieve that. Follow below steps. 1. Create a web page that will take Aadhar Number and do authentication. Create call back request for sending Success and Failure response back to iOS 2. Call that web page in iOS view controller using web view 3. For success and failure responses implement call back request in web view and fetch the details.