razorpay / razorpay-ios-sample-app

:iphone: Sample app demonstrating integration of Razorpay iOS Framework
MIT License
14 stars 13 forks source link

Auto populated OTP in KeyBoard and How to avoid Every time asking enter mobile number #23

Closed SreekanthGudisi closed 4 years ago

SreekanthGudisi commented 4 years ago

Hello RazorPay iOS SDK,

1. Using RazorPay SDK in Swift lang. After entering the mobile number it goes OTP screen, instead of entering OTP manually I have to prepopulate in keyboard OtpTextField.textContentType = .oneTimeCode. After iOS 12 onwards we can use the above line code to display auto-populated.

Can you guys help me fort this?

Thanks in advance