[Solved] auto fill otp in iOS using swift and Xcode [closed]


As per my experience, your OTP is generating from backend and send via SMS.

So for auto fill OTP in your field, call webservice and get the OTP string from backend and store it in one variable and than display it wherever you want.

Every time call this service when OTP receives and update the variable.

Hope this will help you.

4

solved auto fill otp in iOS using swift and Xcode [closed]